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

Unified Diff: components/components.gyp

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some ifdefs Created 5 years, 1 month 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 | « components/OWNERS ('k') | components/exo.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 03da51c2e756034750a2e1f137391d1f35887a79..79f05377c0c646d36f012b4fd485ff4d05d8de2c 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -200,6 +200,11 @@
'includes': [
'rlz.gypi',
],
- }]
+ }],
+ ['use_ash==1', {
+ 'includes': [
+ 'exo.gypi',
+ ],
+ }],
],
}
« no previous file with comments | « components/OWNERS ('k') | components/exo.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698