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)', |