~oxide-developers/oxide/1.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Add our oxide_resources.grd to resource_ids
# Author: Chris Coulson <chris.coulson@canonical.com>

diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids
--- a/tools/gritsettings/resource_ids
+++ b/tools/gritsettings/resource_ids
@@ -194,9 +194,12 @@
   },
   "components/resources/components_scaled_resources.grd": {
     "structures": [30350],
   },
   "third_party/WebKit/public/blink_resources.grd": {
     "includes": [30500],
   },
   # Resource ids starting at 31000 are reserved for projects built on Chromium.
+  "oxide_resources.grd": {
+    "includes": [31000],
+  },
 }