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

Unified Diff: trunk/src/extensions/extensions.gyp

Issue 224963002: Revert 261559 "Create new app_shell.gyp for app_shell targets." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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 | « trunk/src/build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/extensions/extensions.gyp
===================================================================
--- trunk/src/extensions/extensions.gyp (revision 261594)
+++ trunk/src/extensions/extensions.gyp (working copy)
@@ -11,7 +11,6 @@
'target_name': 'extensions_common',
'type': 'static_library',
'dependencies': [
- 'common/api/api.gyp:extensions_api',
'../third_party/re2/re2.gyp:re2',
# TODO(benwells): figure out what to do with the api target and
# api resources compiled into the chrome resource bundle.
@@ -19,6 +18,7 @@
'../chrome/chrome_resources.gyp:chrome_resources',
# TODO(jamescook|derat): Pull strings into extensions module.
'../chrome/chrome_resources.gyp:chrome_strings',
+ '../chrome/common/extensions/api/api.gyp:chrome_api',
'../components/components.gyp:url_matcher',
'../content/content.gyp:content_common',
],
@@ -197,7 +197,7 @@
'common/api/api.gyp:extensions_api',
# TODO(jamescook|derat): Pull strings into extensions module.
'../chrome/chrome_resources.gyp:chrome_strings',
- '../components/components.gyp:keyed_service_content',
+ '../chrome/common/extensions/api/api.gyp:chrome_api',
'../content/content.gyp:content_browser',
'../skia/skia.gyp:skia',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
« no previous file with comments | « trunk/src/build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698