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

Unified Diff: build/android/java_cpp_template.gypi

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/write_ordered_libraries.py ('k') | build/android/process_resources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/java_cpp_template.gypi
diff --git a/build/android/java_cpp_template.gypi b/build/android/java_cpp_template.gypi
index 2b254700acc6194a31df2d30c045a2a4d1c690b5..6233e6aef9180f8a5ff75571f77ab62375fd6945 100644
--- a/build/android/java_cpp_template.gypi
+++ b/build/android/java_cpp_template.gypi
@@ -54,15 +54,15 @@
'output_path': '<(output_dir)/<(RULE_INPUT_ROOT).java',
},
'inputs': [
- '<(DEPTH)/build/android/pylib/build_utils.py',
- '<(DEPTH)/build/android/gcc_preprocess.py',
+ '<(DEPTH)/build/android/gyp/util/build_utils.py',
+ '<(DEPTH)/build/android/gyp/gcc_preprocess.py',
'<@(template_deps)'
],
'outputs': [
'<(output_path)',
],
'action': [
- 'python', '<(DEPTH)/build/android/gcc_preprocess.py',
+ 'python', '<(DEPTH)/build/android/gyp/gcc_preprocess.py',
'--include-path=<(include_path)',
'--output=<(output_path)',
'--template=<(RULE_INPUT_PATH)',
« no previous file with comments | « build/android/gyp/write_ordered_libraries.py ('k') | build/android/process_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698