mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Depend directly on chrome targets and unfork code (issue #1947)
This commit is contained in:
@@ -9,7 +9,7 @@ json_schema_api("api") {
|
||||
schemas = true
|
||||
bundle = true
|
||||
configs = [ "//build/config:precompiled_headers" ]
|
||||
bundle_name = "Chrome"
|
||||
bundle_name = "Cef"
|
||||
|
||||
deps = schema_dependencies
|
||||
}
|
||||
@@ -18,7 +18,7 @@ json_schema_api("api_registration") {
|
||||
impl_dir = "//cef/libcef/browser/extensions/api"
|
||||
bundle_registration = true
|
||||
configs = [ "//build/config:precompiled_headers" ]
|
||||
bundle_name = "Chrome"
|
||||
bundle_name = "Cef"
|
||||
|
||||
deps = [
|
||||
":api",
|
||||
|
Reference in New Issue
Block a user