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

Unified Diff: dart.gyp

Issue 240723006: Replace Java based analyzer with Dart based analyzer when building SDK (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 | « create_sdk.gyp ('k') | editor/analyzer.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 b34ab6b448ae179242ab29161fc3d5a2ca5e0eca..b7ae2192025429f088761fcc3a55d37a4502877e 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -8,7 +8,7 @@
'target_name': 'most',
'type': 'none',
'dependencies': [
- 'analyzer',
+ 'dartanalyzer',
'create_sdk',
'dart2js',
'editor',
@@ -48,10 +48,10 @@
],
},
{
- 'target_name': 'analyzer',
+ 'target_name': 'dartanalyzer',
'type': 'none',
'dependencies': [
- 'editor/analyzer.gyp:analyzer',
+ 'utils/dartanalyzer/dartanalyzer.gyp:dartanalyzer',
],
},
{
« no previous file with comments | « create_sdk.gyp ('k') | editor/analyzer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698