mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-11 09:08:06 +01:00
6573df6cc3
- Windows: 10.0.19041 SDK is now required. - macOS: 10.15.1 SDK (at least Xcode 11.2) is now required. - Remove CefMediaSource::IsValid and CefMediaSink::IsValid which would always return true.
19 lines
604 B
Diff
19 lines
604 B
Diff
diff --git tools/gritsettings/resource_ids.spec tools/gritsettings/resource_ids.spec
|
|
index fa2306ead7d2..c7816f841a3b 100644
|
|
--- tools/gritsettings/resource_ids.spec
|
|
+++ tools/gritsettings/resource_ids.spec
|
|
@@ -656,4 +656,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],
|
|
+ },
|
|
}
|