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

Unified Diff: dart.gyp

Issue 368993002: Build bits to add an analysis_server snapshot to the SDK. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 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') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 39372)
+++ dart.gyp (working copy)
@@ -8,6 +8,7 @@
'target_name': 'most',
'type': 'none',
'dependencies': [
+ 'analysis_server',
'analyzer_java',
'create_sdk',
'dart2js',
@@ -70,6 +71,13 @@
],
},
{
+ 'target_name': 'analysis_server',
+ 'type': 'none',
+ 'dependencies': [
+ 'utils/analysis_server/analysis_server.gyp:analysis_server',
+ ],
+ },
+ {
# This is the target that is built on the dart2dart bots.
# It must depend on anything that is required by dart2dart
# tests.
« no previous file with comments | « create_sdk.gyp ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698