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

Unified Diff: build/gyp_helper.py

Issue 14652028: Support GYP_CROSSCOMPILE variable in gyp_helper. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_helper.py
diff --git a/build/gyp_helper.py b/build/gyp_helper.py
index b9757d82255cf064b83bf7dd94fd801ee1b0ae19..81242783c415a7a7319834ed249a6263fe68a849 100644
--- a/build/gyp_helper.py
+++ b/build/gyp_helper.py
@@ -31,6 +31,7 @@ def apply_gyp_environment_from_file(file_path):
'CXX_wrapper',
'GYP_DEFINES',
'GYP_GENERATOR_FLAGS',
+ 'GYP_CROSSCOMPILE',
'GYP_GENERATOR_OUTPUT',
'GYP_GENERATORS',
)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698