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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 215633004: Fix chrome_api and extensions_api gyp dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « chrome/chrome_browser_chromeos.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_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 9584f24e3c5ffaaecdd7bef529938c0bc441e361..be4f4b9adf9a93e26a83b69459c52fc693791a7c 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -39,6 +39,7 @@
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../device/hid/hid.gyp:device_hid',
'../device/serial/serial.gyp:device_serial',
+ '../extensions/common/api/api.gyp:extensions_api',
'../extensions/extensions.gyp:extensions_browser',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
@@ -65,6 +66,7 @@
'<(INTERMEDIATE_DIR)',
],
'export_dependent_settings': [
+ 'common/extensions/api/api.gyp:chrome_api',
Ryan Sleevi 2014/03/27 23:21:40 In order for export_dependent_settings to work, it
Yoyo Zhou 2014/03/28 00:12:05 chrome_api is already in the dependencies. It's us
Ryan Sleevi 2014/03/28 00:19:59 Doh! I missed that above.
'../content/content.gyp:content_browser',
],
'sources': [
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698