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:
@@ -15,9 +15,8 @@
|
||||
|
||||
'chromium_code': 1,
|
||||
'cc_dir': 'cef/libcef/common/extensions/api',
|
||||
# Match the Chrome namespace and bundle name to minimize code changes.
|
||||
'root_namespace': 'extensions::api::%(namespace)s',
|
||||
'bundle_name': 'Chrome',
|
||||
'root_namespace': 'extensions::api::cef::%(namespace)s',
|
||||
'bundle_name': 'Cef',
|
||||
'impl_dir_': 'cef/libcef/browser/extensions/api',
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user