summaryrefslogtreecommitdiffstats
path: root/build/java.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/java.gypi')
-rw-r--r--build/java.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/java.gypi b/build/java.gypi
index 0f180b2..e434206 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'.