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

Unified Diff: pkg/pkg.gyp

Issue 810223002: Remove the http package from the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | « pkg/http/test/utils.dart ('k') | pkg/pkg_files.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
index ab164fc4d67f93fe8b7d453b76d49eb87ec050a4..e8a3f5ba51b843cdd445263638c41cb12aed3135 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -35,54 +35,6 @@
],
},
],
- },
- {
- 'target_name': 'pub_packages',
- 'type': 'none',
- 'dependencies': [
- 'pkg_files.gyp:http_files_stamp',
- ],
- 'actions': [
- {
- 'action_name': 'remove_html_imports',
- 'inputs': [
- '../tools/remove_html_imports.py',
Siggi Cherem (dart-lang) 2014/12/18 17:02:44 was this just not needed anymore, or did something
nweiz 2014/12/18 18:51:50 This whole target was created when I thought I'd b
- '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib/http.dart',
- ],
- 'action': [
- 'python', '../tools/remove_html_imports.py',
- 'http/lib',
- '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib',
- ],
- },
- {
- 'action_name': 'make_pub_packages',
- 'inputs': [
- '../tools/make_links.py',
- '<!@(["python", "../tools/list_pkg_directories.py", '
- '"--exclude=http", "."])',
- '<!@(["python", "../tools/list_pkg_directories.py", '
- '"third_party"])',
- '<!@(["python", "../tools/list_pkg_directories.py", '
- '"../third_party/pkg"])',
- '../sdk/lib/_internal',
- '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib/http.dart',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/pub_packages.stamp',
- ],
- 'action': [
- 'python', '../tools/make_links.py',
- '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/pub_packages.stamp',
- '<(PRODUCT_DIR)/pub_packages',
- '<@(_inputs)',
- '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib',
- ],
- },
- ],
}
],
}
« no previous file with comments | « pkg/http/test/utils.dart ('k') | pkg/pkg_files.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698