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

Unified Diff: components/components.gyp

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on improved shared memory support 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
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index b5e986d779e0010218014aa0fb0c4084fe6a02f2..49b73f5cf202ffb22992297f54fa8e65d4dde32b 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -195,6 +195,11 @@
'includes': [
'rlz.gypi',
],
- }]
+ }],
+ ['use_ash==1', {
+ 'includes': [
+ 'exo.gypi',
+ ],
+ }],
],
}
« no previous file with comments | « components/BUILD.gn ('k') | components/exo.gypi » ('j') | components/exo/shared_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698