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

Unified Diff: build/win/reorder-imports.py

Issue 148933005: Add --nologo to reorder-imports.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a hyphen. Created 6 years, 10 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/win/reorder-imports.py
diff --git a/build/win/reorder-imports.py b/build/win/reorder-imports.py
index 616ae35fb9153feccb0ef9625dc7020b9a6fdce9..281668fff5b457a363608a00865e5b285d94e417 100755
--- a/build/win/reorder-imports.py
+++ b/build/win/reorder-imports.py
@@ -24,7 +24,7 @@ def reorder_imports(input_dir, output_dir, architecture):
'..\\..\\..\\third_party\\syzygy\\binaries\\exe\\swapimport.exe')
args = [swap_exe, '--input-image=%s' % input_image,
- '--output-image=%s' % output_image, '--overwrite']
+ '--output-image=%s' % output_image, '--overwrite', '--no-logo']
if architecture == 'x64':
args.append('--x64');
« 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