Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 1b9d5fe7a90adc532d7108a36d0de62c37c69477..0c875cca0dfebf2b74f6eb17d7cda9032df9a993 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -223,6 +223,11 @@ |
'../google_apis/gcm/gcm.gyp:*', |
], |
}], |
+ ['chromeos==1 or (OS=="linux" and use_aura==1) or (OS=="win" and use_aura==1)', { |
James Cook
2014/04/04 03:47:00
As I commented on the other code review, we might
|
+ 'dependencies': [ |
+ '../apps/shell/app_shell.gyp:*', |
+ ], |
+ }], |
], |
}, # target_name: All |
{ |