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

Unified Diff: build/common.gypi

Issue 228763006: Make sure binutils values are always defined. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing syntax check. Created 6 years, 8 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dc3415649c2a769efa90551f81182ae29d73e87a..590042b3d59b5b1df83e0a0b03c176eb8e1b4a99 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1182,6 +1182,10 @@
'debug_unwind_tables%': 1,
'release_unwind_tables%': 1,
+ # Override where to find binutils
+ 'binutils_version%': 0,
+ 'binutils_dir%': '',
+
# Enable TCMalloc.
# TODO(dmikurube): Change Linux default of use_allocator to "tcmalloc".
# TODO(dmikurube): Change Android default of use_allocator to "none".
« 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