Chromium Code Reviews| Index: build/android/java_cpp_template.gypi |
| diff --git a/build/android/java_cpp_template.gypi b/build/android/java_cpp_template.gypi |
| index 6233e6aef9180f8a5ff75571f77ab62375fd6945..c68121e771672ea96096412aa88e8f9a2c339420 100644 |
| --- a/build/android/java_cpp_template.gypi |
| +++ b/build/android/java_cpp_template.gypi |
| @@ -41,6 +41,10 @@ |
| 'generated_src_dirs': [ |
| '<(output_dir)/', |
| ], |
| + 'additional_input_paths': [ |
|
Yaron
2013/05/17 22:36:16
Can you add a comment about this (something like:
gone
2013/05/20 18:48:10
Done.
|
| + '<@(_sources)', |
| + '<@(template_deps)', |
| + ], |
| }, |
| }, |
| # Define a single rule that will be apply to each .template file |