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". |