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

Unified Diff: build/all.gyp

Issue 270763002: Minimal athena shell main (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« athena/main/DEPS ('K') | « athena/main/athena_main.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index ac14c86eaf58eefeb8f278e74d95ec430583bede..98d690222a72490f2991816ab9e4b4cf54d062ff 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -200,6 +200,11 @@
'../ash/ash.gyp:*',
],
}],
+ ['chromeos==1', {
+ 'dependencies': [
+ '../athena/main/athena_main.gyp:*',
James Cook 2014/05/07 23:42:45 You might want to wait on this until extensions an
+ ],
+ }],
['remoting==1', {
'dependencies': [
'../remoting/remoting.gyp:*',
« athena/main/DEPS ('K') | « athena/main/athena_main.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698