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

Unified Diff: sync_chromium.py

Issue 2524673002: DEPS: Specify WebRTC hooks and add a few dependencies (Closed)
Patch Set: Restored check_root_dir.py and added comments Created 4 years, 1 month 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') | webrtc/build/google_play_services_download.py » ('j') | 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 3f6ae91f46d61d1153b19357874492848fc2bb45..eb0525f33752ac6cce231d420674295311e426e6 100755
--- a/sync_chromium.py
+++ b/sync_chromium.py
@@ -115,7 +115,8 @@ def main():
# Avoid downloading NaCl toolchain as part of the Chromium hooks.
gclient_cmd = 'gclient.bat' if sys.platform.startswith('win') else 'gclient'
args = [
- gclient_cmd, 'sync', '--force', '--revision', 'src@'+opts.target_revision
+ gclient_cmd, 'sync', '--force', '--nohooks', '--revision',
+ 'src@' + opts.target_revision
]
if os.environ.get('CHROME_HEADLESS') == '1':
« no previous file with comments | « setup_links.py ('k') | webrtc/build/google_play_services_download.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698