mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-19 13:30:13 +01:00
- Building on macOS now requires the 10.15 SDK. Xcode 11.3 is recommended as Xcode 11.4 is not currently supported (see https://crbug.com/1065146). - Jumbo build configuration is no longer supported. Chromium is skipping the M82 release and consequently no CEF 4085 branch will be created. For details on the Chromium decision see https://groups.google.com/a/chromium.org/d/msg/chromium-dev/Vn7uzglqLz0/JItlSrZxBAAJ
19 lines
604 B
Diff
19 lines
604 B
Diff
diff --git tools/gritsettings/resource_ids.spec tools/gritsettings/resource_ids.spec
|
|
index f8e27f6df773..a9cf4203e104 100644
|
|
--- tools/gritsettings/resource_ids.spec
|
|
+++ tools/gritsettings/resource_ids.spec
|
|
@@ -600,4 +600,13 @@
|
|
# 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": {
|
|
+ "META": {"align": 31500},
|
|
+ "includes": [31500],
|
|
+ },
|
|
+ "cef/libcef/resources/cef_strings.grd": {
|
|
+ "META": {"align": 32000},
|
|
+ "messages": [32000],
|
|
+ },
|
|
}
|