mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision ad51088c (#444943)
This commit is contained in:
@@ -42,7 +42,7 @@ import("//tools/json_schema_compiler/json_features.gni")
|
||||
#}
|
||||
|
||||
json_features("cef_api_features") {
|
||||
feature_class = "APIFeature"
|
||||
feature_type = "APIFeature"
|
||||
provider_class = "CefAPIFeatureProvider"
|
||||
sources = [
|
||||
"//extensions/common/api/_api_features.json",
|
||||
@@ -51,7 +51,7 @@ json_features("cef_api_features") {
|
||||
}
|
||||
|
||||
json_features("cef_permission_features") {
|
||||
feature_class = "PermissionFeature"
|
||||
feature_type = "PermissionFeature"
|
||||
provider_class = "CefPermissionFeatureProvider"
|
||||
sources = [
|
||||
"//extensions/common/api/_permission_features.json",
|
||||
@@ -60,7 +60,7 @@ json_features("cef_permission_features") {
|
||||
}
|
||||
|
||||
json_features("cef_manifest_features") {
|
||||
feature_class = "ManifestFeature"
|
||||
feature_type = "ManifestFeature"
|
||||
provider_class = "CefManifestFeatureProvider"
|
||||
sources = [
|
||||
# Use the same manifest features as Chrome.
|
||||
@@ -70,7 +70,7 @@ json_features("cef_manifest_features") {
|
||||
}
|
||||
|
||||
json_features("cef_behavior_features") {
|
||||
feature_class = "BehaviorFeature"
|
||||
feature_type = "BehaviorFeature"
|
||||
provider_class = "CefBehaviorFeatureProvider"
|
||||
sources = [
|
||||
"//extensions/common/api/_behavior_features.json",
|
||||
|
Reference in New Issue
Block a user