cef/patch/patches/gritsettings.patch
Marshall Greenblatt 47d69a842a Update to Chromium version 109.0.5414.0 (#1070088)
- mac: Xcode 14.0 with macOS SDK 13.0 is now required.
- Remove CefRequestHandler::OnQuotaRequest because persistent quota is no
  longer supported (see https://crbug.com/1208141)
2022-11-17 12:50:15 -05:00

21 lines
666 B
Diff

diff --git tools/gritsettings/resource_ids.spec tools/gritsettings/resource_ids.spec
index 070b499be40e6..9d875d1a670d7 100644
--- tools/gritsettings/resource_ids.spec
+++ tools/gritsettings/resource_ids.spec
@@ -1058,6 +1058,15 @@
# END "everything else" section.
# Everything but chrome/, components/, content/, and ios/
+ "cef/libcef/resources/cef_resources.grd": {
+ "META": {"align": 31500},
+ "includes": [31500],
+ },
+ "cef/libcef/resources/cef_strings.grd": {
+ "META": {"align": 32000},
+ "messages": [32000],
+ },
+
# Thinking about appending to the end?
# Please read the header and find the right section above instead.
}