Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: editor/analyzer_java.gyp

Issue 265773008: fix build java based dart analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « dart.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698