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

Unified Diff: build/android/gyp/strip_library_for_apk.py

Issue 13473017: CheckCallDie: add option to suppress successful output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: :/ Created 7 years, 9 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 | « build/android/gyp/push_libraries.py ('k') | build/android/gyp/util/build_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/strip_library_for_apk.py
diff --git a/build/android/strip_library_for_apk.py b/build/android/gyp/strip_library_for_apk.py
similarity index 98%
rename from build/android/strip_library_for_apk.py
rename to build/android/gyp/strip_library_for_apk.py
index 59c1ae1418b01321bc1c1a434382bc097a76c216..503f50dbb8f291538498fd62acd2c2547bb650f7 100755
--- a/build/android/strip_library_for_apk.py
+++ b/build/android/gyp/strip_library_for_apk.py
@@ -9,7 +9,7 @@ import optparse
import os
import sys
-from pylib import build_utils
+from util import build_utils
def StripLibrary(android_strip, android_strip_args, library_path, output_path):
« no previous file with comments | « build/android/gyp/push_libraries.py ('k') | build/android/gyp/util/build_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698