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

Unified Diff: build/android/gyp/create_native_libraries_header.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/create_device_library_links.py ('k') | build/android/gyp/dex.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/create_native_libraries_header.py
diff --git a/build/android/create_native_libraries_header.py b/build/android/gyp/create_native_libraries_header.py
similarity index 97%
rename from build/android/create_native_libraries_header.py
rename to build/android/gyp/create_native_libraries_header.py
index 34fea30dcecf14a3ceecd12d311d680d16dc3242..66f3ab42f3c2bdfa433f15dcc7a96099146d7502 100755
--- a/build/android/create_native_libraries_header.py
+++ b/build/android/gyp/create_native_libraries_header.py
@@ -15,7 +15,7 @@ import optparse
import os
import sys
-from pylib import build_utils
+from util import build_utils
def main(argv):
« no previous file with comments | « build/android/gyp/create_device_library_links.py ('k') | build/android/gyp/dex.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698