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

Unified Diff: gyp/common.gypi

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 | « no previous file | gyp/common_conditions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common.gypi
diff --git a/gyp/common.gypi b/gyp/common.gypi
index f0d653f82a3537e728782bcfb401ba0b1acecedd..6995834276750af47bb9eea3271ccddc7c1e1b5d 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -34,9 +34,6 @@
[ 'skia_angle and not skia_os == "win"', {
'error': '<!(skia_angle=1 only supported with skia_os="win".)',
}],
- [ 'skia_arch_width != 32 and skia_arch_width != 64', {
- 'error': '<!(skia_arch_width can only be 32 or 64 bits not <(skia_arch_width) bits)',
- }],
[ 'skia_os == "chromeos" and OS != "linux"', {
'error': '<!(Skia ChromeOS build is only supported on Linux.)',
}],
« no previous file with comments | « no previous file | gyp/common_conditions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698