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

Unified Diff: dart.gyp

Issue 1130963003: Remove gyp entries for editor and java based analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | « client/tools/buildbot_annotated_steps.py ('k') | tools/bots/functional_testing.py » ('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 a2ae0a2a812082715b72b86feede823a1498f6b7..fb973e19c56928790e9f6f86c7af932264de50e2 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -9,11 +9,9 @@
'type': 'none',
'dependencies': [
'analysis_server',
- 'analyzer_java',
'create_sdk',
'dart2js',
'dartanalyzer',
- 'editor',
'packages',
'runtime',
'samples',
@@ -57,13 +55,6 @@
],
},
{
- 'target_name': 'analyzer_java',
- 'type': 'none',
- 'dependencies': [
- 'editor/analyzer_java.gyp:analyzer',
- ],
- },
- {
'target_name': 'dartfmt',
'type': 'none',
'dependencies': [
@@ -110,45 +101,6 @@
],
},
{
- 'target_name': 'editor',
- 'type': 'none',
- 'dependencies': [
- 'editor/build/generated/editor_deps.gyp:editor_deps',
-
- # This dependency on create_sdk does not mean that the
- # Editor is rebuilt if the SDK is. It only means that when you build
- # the Editor, you should also build the SDK. If we wanted to
- # make sure that the editor is rebuilt when the SDK is, we
- # should list a *file* in PRODUCT_DIR which the action below
- # uses as input.
- # This is the desired behavior as we would otherwise have to
- # rebuild the editor each time the VM, dart2js, or library
- # code changes.
- 'create_sdk',
- ],
- 'actions': [
- {
- 'action_name': 'create_editor_py',
- 'inputs': [
- 'tools/create_editor.py',
- '<(SHARED_INTERMEDIATE_DIR)/editor_deps/editor.stamp',
- '<!@(["python", "tools/list_files.py", "", "editor/tools/features/'
- 'com.google.dart.tools.deploy.feature_releng"])',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/editor/VERSION',
- ],
- 'action': [
- 'python',
- 'tools/create_editor.py',
- '--out', '<(PRODUCT_DIR)/editor',
- '--build', '<(INTERMEDIATE_DIR)',
- ],
- 'message': 'Creating editor.',
- },
- ],
- },
- {
'target_name': 'samples',
'type': 'none',
'dependencies': [],
« no previous file with comments | « client/tools/buildbot_annotated_steps.py ('k') | tools/bots/functional_testing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698