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

Unified Diff: gyp/common_variables.gypi

Issue 801413002: fix last warnings on w64 and turn on w.a.e. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « experimental/PdfViewer/pdfparser/native/SkPdfNativeTokenizer.cpp ('k') | src/device/xps/SkXPSDevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 09d84ec39968cdcff37cef21c910d5a7d6c62de0..a6220e0a910c3b59ed39858c2272f8f265165e2f 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -161,7 +161,7 @@
},
'conditions': [
- [ 'skia_os == "win" and skia_arch_width == 32 or '
+ [ 'skia_os == "win" or '
'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android"] '
mtklein 2014/12/15 16:51:41 Might want to put "win" in the list with the other
bsalomon 2014/12/15 16:54:12 oh, yeah, duh.
'and skia_android_framework == 0 or '
'skia_os == "mac" and skia_arch_width == 32', {
« no previous file with comments | « experimental/PdfViewer/pdfparser/native/SkPdfNativeTokenizer.cpp ('k') | src/device/xps/SkXPSDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698