Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 582933003: Revert of Cleanup: Remove remaining generated extensions APIs on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extclean4
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 73553102e003172c0db33dc908955053971a5f2c..6fc17b948ab58c25b700e88e856f51cc1152eb51 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2608,7 +2608,9 @@
'<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom.cc',
],
'dependencies': [
+ 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
+ 'common/extensions/api/api.gyp:chrome_api',
'debugger',
'installer_util',
'../components/components.gyp:autofill_content_risk_proto',
@@ -2958,8 +2960,6 @@
['enable_extensions==1', {
'dependencies': [
'browser_extensions',
- 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
- 'common/extensions/api/api.gyp:chrome_api',
],
'sources': [ '<@(chrome_browser_ui_extensions_sources)' ],
}],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698