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

Unified Diff: chrome/chrome_browser.gypi

Issue 573933002: Cleanup: Remove remaining generated extensions APIs on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extclean4
Patch Set: fix build some more after rebasing 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/browser/policy/managed_bookmarks_policy_handler_unittest.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e5fd182c4a32540599079fb045db6bed844c7512..03062ccde29e65580a473136962bf777dd5da0a9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2869,8 +2869,6 @@
['OS != "ios"', {
'dependencies': [
'apps',
- 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
- 'common/extensions/api/api.gyp:chrome_api',
'debugger',
'installer_util',
'../third_party/re2/re2.gyp:re2',
@@ -2996,6 +2994,8 @@
['enable_extensions==1', {
'dependencies': [
'browser_extensions',
+ 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
+ 'common/extensions/api/api.gyp:chrome_api',
'sync_file_system_drive_proto',
],
'sources': [ '<@(chrome_browser_extensions_sources)' ],
« no previous file with comments | « chrome/browser/policy/managed_bookmarks_policy_handler_unittest.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698