Chromium Code Reviews| Index: build/java.gypi |
| diff --git a/build/java.gypi b/build/java.gypi |
| index 63f7bcf3e2d7585d704271518a3ec2e3a59bc6aa..787374cb61b26a859ce9c6ec501c27eec0be8948 100644 |
| --- a/build/java.gypi |
| +++ b/build/java.gypi |
| @@ -185,7 +185,7 @@ |
| '>@(dependencies_res_input_dirs)',], |
| # Write the inputs list to a file, so that its mtime is updated when |
| # the list of inputs changes. |
| - 'inputs_list_file': '>|(inputs_list.<(_target_name).gypcmd >@(resource_input_paths) @>(dependencies_res_files))' |
| + 'inputs_list_file': '>|(java_resources.<(_target_name).gypcmd >@(resource_input_paths) @>(dependencies_res_files))' |
|
cjhopman
2014/03/20 23:05:19
s/@>/>@
Nico
2014/03/20 23:08:01
9_9
done, thanks
(I looked at the generated .gyp
|
| }, |
| 'inputs': [ |
| '<(DEPTH)/build/android/gyp/util/build_utils.py', |