| Index: build/java.gypi
 | 
| diff --git a/build/java.gypi b/build/java.gypi
 | 
| index 0f180b2f26557c1448b8bdb1436c5e26a7c9502a..e4342063e9be3977e8d3a0e1776854e56f4db64a 100644
 | 
| --- a/build/java.gypi
 | 
| +++ b/build/java.gypi
 | 
| @@ -34,7 +34,7 @@
 | 
|  #    included in the 'inputs' list (unlike additional_src_dirs).
 | 
|  #  input_jars_paths - The path to jars to be included in the classpath. This
 | 
|  #    should be filled automatically by depending on the appropriate targets.
 | 
| -#  include_files - A list of specific files to include. This is by default
 | 
| +#  javac_includes - A list of specific files to include. This is by default
 | 
|  #    empty, which leads to inclusion of all files specified. May include
 | 
|  #    wildcard, and supports '**/' for recursive path wildcards, ie.:
 | 
|  #    '**/MyFileRegardlessOfDirectory.java', '**/IncludedPrefix*.java'.
 | 
| 
 |