| Index: build/java.gypi
|
| diff --git a/build/java.gypi b/build/java.gypi
|
| index 63f7bcf3e2d7585d704271518a3ec2e3a59bc6aa..546276a7c9019d5007de299ad9a954ee83ce98b5 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))'
|
| },
|
| 'inputs': [
|
| '<(DEPTH)/build/android/gyp/util/build_utils.py',
|
|
|