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

Unified Diff: dart.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 | « no previous file | editor/analyzer_java.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index b7ae2192025429f088761fcc3a55d37a4502877e..0dbe4438eb75838aeaa9dd1c2e0c268670cb118a 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -8,9 +8,10 @@
'target_name': 'most',
'type': 'none',
'dependencies': [
- 'dartanalyzer',
+ 'analyzer_java',
'create_sdk',
'dart2js',
+ 'dartanalyzer',
'editor',
'packages',
'runtime',
@@ -55,6 +56,13 @@
],
},
{
+ 'target_name': 'analyzer_java',
+ 'type': 'none',
+ 'dependencies': [
+ 'editor/analyzer_java.gyp:analyzer',
+ ],
+ },
+ {
'target_name': 'dartfmt',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | editor/analyzer_java.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698