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

Unified Diff: pkg/pkg.gyp

Issue 18497012: Add markdown to third_party/pkg (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « no previous file | third_party/pkg/markdown/.gitignore » ('j') | third_party/pkg/markdown/.gitignore » ('J')
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 172eef521fb63ea07a7f55fa83ca753f9aedf29b..d2f840be768d7992b426113d678c34ba0f920567 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -24,6 +24,22 @@
'<@(_inputs)',
],
},
+ {
+ 'action_name': 'make_third_party_packages',
+ 'inputs': [
+ '../tools/make_links.py',
+ '<!@(["python", "../tools/list_pkg_directories.py", "../third_party/pkg"])',
Bob Nystrom 2013/07/08 16:40:08 Long line.
Emily Fortuna 2013/07/08 17:36:30 Done.
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
Bob Nystrom 2013/07/08 16:40:08 Should probably use a different time stamp file fo
Emily Fortuna 2013/07/08 17:36:30 Done.
+ ],
+ 'action': [
+ 'python', '../tools/make_links.py',
+ '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
Bob Nystrom 2013/07/08 16:40:08 And here.
Emily Fortuna 2013/07/08 17:36:30 Done.
+ '<(PRODUCT_DIR)/packages',
+ '<@(_inputs)',
+ ],
+ },
],
}
],
« no previous file with comments | « no previous file | third_party/pkg/markdown/.gitignore » ('j') | third_party/pkg/markdown/.gitignore » ('J')

Powered by Google App Engine
This is Rietveld 408576698