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

Unified Diff: build/android/gyp/gcc_preprocess.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/dex.py ('k') | build/android/gyp/jar.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/gcc_preprocess.py
diff --git a/build/android/gcc_preprocess.py b/build/android/gyp/gcc_preprocess.py
similarity index 97%
rename from build/android/gcc_preprocess.py
rename to build/android/gyp/gcc_preprocess.py
index 8839b17701abe540f45850f032cb473c1c578cb3..f75e20561ba14a38764328389e573e6b95b703b2 100755
--- a/build/android/gcc_preprocess.py
+++ b/build/android/gyp/gcc_preprocess.py
@@ -9,7 +9,7 @@ import os
import subprocess
import sys
-from pylib import build_utils
+from util import build_utils
def DoGcc(options):
build_utils.MakeDirectory(os.path.dirname(options.output))
« no previous file with comments | « build/android/gyp/dex.py ('k') | build/android/gyp/jar.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698