Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 2af42a4e35f8bf40bd8fe39973ec307f08f11606..d1ece7aacff7d0e929f14e624091e7f328c7dbea 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)', { |
+ 'dependencies': [ |
+ '../apps/shell/app_shell.gyp:*', |
+ ], |
+ }], |
], |
}, # target_name: All |
{ |