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

Unified Diff: build/isolate.gypi

Issue 379843004: Add target_arch config variable to .isolate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « build/android/pylib/gtest/setup.py ('k') | chrome/angle.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index c291916e2b7cb53d1b0b5bfdc780e8cd01be910b..38d7aeea43d095d604cc9d3f20eca9356b3e7c11 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -100,6 +100,7 @@
'--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)',
'--config-variable', 'libpeer_target_type=<(libpeer_target_type)',
'--config-variable', 'use_openssl=<(use_openssl)',
+ '--config-variable', 'target_arch=<(target_arch)',
],
'conditions': [
# Note: When gyp merges lists, it appends them to the old value.
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | chrome/angle.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698