Index: editor/analyzer_java.gyp |
diff --git a/editor/analyzer_java.gyp b/editor/analyzer_java.gyp |
index 3e31dc140cc1679449bf28de7ed2a2fa9f2ca685..e4e60cc8a944c42e93158f27b2c5df52836d6f68 100644 |
--- a/editor/analyzer_java.gyp |
+++ b/editor/analyzer_java.gyp |
@@ -34,7 +34,7 @@ |
'<@(plugin_command_analyze_java_sources)', |
'<@(plugin_engine_java_sources)', |
'<@(dependent_jar_files)', |
- 'tools/compile_analyzer.py', |
+ 'tools/compile_analyzer_java.py', |
'plugin_command_analyze_sources.gypi', |
'plugin_engine_sources.gypi', |
'../tools/VERSION', |
@@ -44,7 +44,7 @@ |
], |
'action': [ |
'python', |
- 'tools/compile_analyzer.py', |
+ 'tools/compile_analyzer_java.py', |
'--output_dir', '<(PRODUCT_DIR)/<(analyzer_name)/', |
'--jar_file_name', '<(analyzer_name).jar', |
'--jar_entry_directory', 'com', |