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

Unified Diff: tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/driver.py

Issue 2798293003: blink_rename_merge_helper: roll clang tool binaries in COMPONENTS (Closed)
Patch Set: Add Darwin too. Created 3 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 | « tools/blink_rename_merge_helper/COMPONENTS ('k') | tools/blink_rename_merge_helper/run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/driver.py
diff --git a/tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/driver.py b/tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/driver.py
index 22e77c57da1e1a71238e263a02011c08f39599d5..79b024ff92c12c59ed3d869fdd86fa2c40866791 100644
--- a/tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/driver.py
+++ b/tools/blink_rename_merge_helper/pylib/blink_rename_merge_helper/driver.py
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import sys
+
def run():
print 'Hello World!'
+ print sys.argv
« no previous file with comments | « tools/blink_rename_merge_helper/COMPONENTS ('k') | tools/blink_rename_merge_helper/run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698