Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index eff9af438ecac8cd76b062b0f4b71ba2c53a8fa5..5dc072d73763e8c742ee201a1c18b8b63b16cda9 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -253,7 +253,7 @@ |
'../google_apis/gcm/gcm.gyp:*', |
], |
}], |
- ['chromeos==1 or (OS=="linux" and use_aura==1)', { |
+ ['chromeos==1 or (OS=="linux" and use_aura==1) or (OS=="win" and use_aura==1)', { |
James Cook
2014/09/19 03:06:20
I don't think you need use_aura in the Windows con
Yoyo Zhou
2014/09/23 02:01:05
Done.
|
'dependencies': [ |
'../extensions/shell/app_shell.gyp:*', |
], |