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

Unified Diff: sync_chromium.py

Issue 1845003004: Enable building with Native Client. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Rebased Created 4 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 | « setup_links.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync_chromium.py
diff --git a/sync_chromium.py b/sync_chromium.py
index 53341a78a3a3dcdd8672633270879cabbad0783b..4e51b6bd6b52bb405b9385c911fdc83c508b96de 100755
--- a/sync_chromium.py
+++ b/sync_chromium.py
@@ -86,8 +86,6 @@ def main():
env = os.environ.copy()
# Avoid downloading NaCl toolchain as part of the Chromium hooks.
- env.setdefault('GYP_DEFINES', '')
- env['GYP_DEFINES'] += ' disable_nacl=1'
env['GYP_CHROMIUM_NO_ACTION'] = '1'
gclient_cmd = 'gclient.bat' if sys.platform.startswith('win') else 'gclient'
args = [
« no previous file with comments | « setup_links.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698