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

Unified Diff: gyp/tools.gyp

Issue 1228553010: Remove skia_arch_width, fold into skia_arch_type. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 5 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
« no previous file with comments | « gyp/libjpeg-turbo.gyp ('k') | platform_tools/android/bin/android_setup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index a01d668ba7634c174e04550cddc873ddfbc8b8c6..fb957a5862b0f3f99117928903d3c00d2b92a300 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -519,7 +519,7 @@
# VS static libraries don't have a linker option. We must set a global
# project linker option, or add it to each executable.
['skia_win_debuggers_path and skia_os == "win" and '
- 'skia_arch_width == 64',
+ 'skia_arch_type == "x86_64"',
{
'msvs_settings': {
'VCLinkerTool': {
@@ -531,7 +531,7 @@
},
],
['skia_win_debuggers_path and skia_os == "win" and '
- 'skia_arch_width == 32',
+ 'skia_arch_type == "x86"',
{
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « gyp/libjpeg-turbo.gyp ('k') | platform_tools/android/bin/android_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698