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

Unified Diff: build/download_nacl_toolchains.py

Issue 1641673005: Remove disable_nacl=1 from the nacl download script. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to master Created 4 years, 11 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/download_nacl_toolchains.py
diff --git a/build/download_nacl_toolchains.py b/build/download_nacl_toolchains.py
index b99b940f9c798d9ff3670e08e774e9d6a1b27e3f..4383bce37781c26331c6f068bea2660426043788 100755
--- a/build/download_nacl_toolchains.py
+++ b/build/download_nacl_toolchains.py
@@ -11,9 +11,6 @@ import sys
def Main(args):
- # Exit early if disable_nacl=1.
- if 'disable_nacl=1' in os.environ.get('GYP_DEFINES', ''):
- return 0
script_dir = os.path.dirname(os.path.abspath(__file__))
src_dir = os.path.dirname(script_dir)
nacl_dir = os.path.join(src_dir, 'native_client')
« 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