mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-27 17:08:45 +02:00
25 lines
799 B
Diff
25 lines
799 B
Diff
diff --git tools/gritsettings/resource_ids.spec tools/gritsettings/resource_ids.spec
|
|
index b7c03fa573ff1..712412b50d4c1 100644
|
|
--- tools/gritsettings/resource_ids.spec
|
|
+++ tools/gritsettings/resource_ids.spec
|
|
@@ -1476,11 +1476,18 @@
|
|
"<(SHARED_INTERMEDIATE_DIR)/third_party/blink/public/strings/permission_element_generated_strings.grd": {
|
|
"META": {"sizes": {"messages": [2000],}},
|
|
"messages": [10080],
|
|
- }
|
|
+ },
|
|
|
|
# END "everything else" section.
|
|
# Everything but chrome/, components/, content/, and ios/
|
|
|
|
+ "cef/libcef/resources/cef_resources.grd": {
|
|
+ "includes": [12500],
|
|
+ },
|
|
+ "cef/libcef/resources/cef_strings.grd": {
|
|
+ "messages": [12510],
|
|
+ }
|
|
+
|
|
# Thinking about appending to the end?
|
|
# Please read the header and find the right section above instead.
|
|
}
|