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

Unified Diff: chrome/chrome.gyp

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 | « no previous file | chrome/chrome_browser_chromeos.gypi » ('j') | chrome/chrome_browser_extensions.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c73bc7d246a16b4bae63c1604491d1cc1fa76123..6eb4f14c7ae11edfb2e8579da836f1fe37755023 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -313,6 +313,9 @@
'..',
'<(grit_out_dir)',
],
+ 'export_dependent_settings': [
+ 'common/extensions/api/api.gyp:chrome_api',
+ ],
'conditions': [
['toolkit_uses_gtk == 1', {
'dependencies': [
« no previous file with comments | « no previous file | chrome/chrome_browser_chromeos.gypi » ('j') | chrome/chrome_browser_extensions.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698