mirror of
https://github.com/openharmony/third_party_cef.git
synced 2026-07-21 04:25:23 -04:00
c830a900c6
Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com>
21 lines
664 B
Diff
21 lines
664 B
Diff
diff --git tools/gritsettings/resource_ids.spec tools/gritsettings/resource_ids.spec
|
|
index 667a253432794..a4601aa2ab136 100644
|
|
--- tools/gritsettings/resource_ids.spec
|
|
+++ tools/gritsettings/resource_ids.spec
|
|
@@ -916,6 +916,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.
|
|
}
|