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

Unified Diff: build/all.gyp

Issue 966223002: Fix a build failing in the x86 linux builds ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in gyp condition Created 5 years, 10 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 | build/gn_migration.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index f421b46460a9cf872215c44d0b591e8af8a01f2c..9c1fab2752881208fb710b987b9e9d8bbd475881 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -468,7 +468,7 @@
],
'conditions': [
# TODO(GYP): make gn_migration.gypi work unconditionally.
- ['OS=="linux" and chromeos==0', {
+ ['OS=="linux" and target_arch=="x64" and chromeos==0', {
'includes': [
'gn_migration.gypi',
],
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698