cef/patch/patches/gritsettings.patch
Marshall Greenblatt a64237bcb0 Update to Chromium version 70.0.3538.0 (#587811)
Known issues:
- The CefLoadCRLSetsFile function needs to be re-implemented (see issue #2497).
- Linux: GTK2 support has been removed. The cefclient sample needs to be updated
  to use GTK3 (see issue #2014).
2018-09-05 15:42:42 +02:00

17 lines
522 B
Diff

diff --git tools/gritsettings/resource_ids tools/gritsettings/resource_ids
index 4d9d81bcc3fd..c57df19fa613 100644
--- tools/gritsettings/resource_ids
+++ tools/gritsettings/resource_ids
@@ -427,4 +427,11 @@
# Please read the header and find the right section above instead.
# Resource ids starting at 31000 are reserved for projects built on Chromium.
+
+ "cef/libcef/resources/cef_resources.grd": {
+ "includes": [31500],
+ },
+ "cef/libcef/resources/cef_strings.grd": {
+ "messages": [32000],
+ },
}