Chromium Code Reviews| Index: build/android/java_cpp_enum.gypi | 
| diff --git a/build/android/java_cpp_enum.gypi b/build/android/java_cpp_enum.gypi | 
| index b51351b01757517d3ed66f71c03df8ac9b09ddf8..d4abafa812f95e753eb93a5b57ef3eba059e2cd5 100644 | 
| --- a/build/android/java_cpp_enum.gypi | 
| +++ b/build/android/java_cpp_enum.gypi | 
| @@ -33,6 +33,11 @@ | 
| 'generated_src_dirs': [ | 
| '<(output_dir)/', | 
| ], | 
| + # Ensure that the targets depending on this one are rebuilt if the sources | 
| + # of this one are modified. | 
| + 'additional_input_paths': [ | 
| + '<(source_file)', | 
| + ], | 
| }, | 
| }, | 
| 'actions': [ |