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

Unified Diff: dart/dart.gyp

Issue 84703004: Removed dart.gyp:upload_sdk target and tools/upload_sdk.py (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | dart/pkg/docgen/bin/dartdoc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/dart.gyp
diff --git a/dart/dart.gyp b/dart/dart.gyp
index 9bfc1d3b09942f37bd74b53ab3bac30f87ed5a4d..0b4e11e69f666bb080c2cf0019f81e19034db176 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -15,7 +15,6 @@
'packages',
'runtime',
'samples',
- 'upload_sdk',
],
},
{
@@ -41,8 +40,6 @@
],
},
{
- # Build the SDK. This target is separate from upload_sdk as the
- # editor needs to build the SDK without uploading it.
'target_name': 'create_sdk',
'type': 'none',
'dependencies': [
@@ -79,35 +76,6 @@
],
},
{
- # Upload the SDK. This target is separate from create_sdk as the
- # editor needs to build the SDK without uploading it.
- 'target_name': 'upload_sdk',
- 'type': 'none',
- 'dependencies': [
- 'create_sdk',
- ],
- 'inputs': [
- '<(PRODUCT_DIR)/dart-sdk/README',
- ],
- 'actions': [
- {
- 'action_name': 'upload_sdk_py',
- 'inputs': [
- '<(PRODUCT_DIR)/dart-sdk/README',
- 'tools/upload_sdk.py',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/dart-sdk/upload.stamp',
- ],
- 'action': [
- 'python',
- 'tools/upload_sdk.py',
- '<(PRODUCT_DIR)/dart-sdk'
- ],
- },
- ],
- },
- {
'target_name': 'dart2js',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | dart/pkg/docgen/bin/dartdoc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698