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

Unified Diff: build/all.gyp

Issue 586583002: Run app_shell on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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:*',
],
« no previous file with comments | « no previous file | extensions/shell/app/shell_main_delegate.h » ('j') | extensions/shell/app/shell_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698