1234567891011121314151617181920212223 |
- From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
- From: deepak1556 <[email protected]>
- Date: Thu, 18 Oct 2018 17:07:17 -0700
- Subject: gritsettings_resource_ids.patch
- Add electron resources file to the list of resource ids generation.
- diff --git a/tools/gritsettings/resource_ids.spec b/tools/gritsettings/resource_ids.spec
- index 22896db086972ff3865df9cbb4d904f1e00b7321..8e23293f8cd7f0a4203b3d5fdae24aa5e26fc2ec 100644
- --- a/tools/gritsettings/resource_ids.spec
- +++ b/tools/gritsettings/resource_ids.spec
- @@ -955,6 +955,11 @@
- "includes": [4960],
- },
-
- + "electron/electron_resources.grd": {
- + "messages": [31750],
- + "includes": [31950],
- + },
- +
- # END "everything else" section.
- # Everything but chrome/, components/, content/, and ios/
-
|