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

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, 5 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/.gitignore » ('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 172eef521fb63ea07a7f55fa83ca753f9aedf29b..c06b517535c0d7dda0266306c483af99206173f0 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -24,6 +24,24 @@
'<@(_inputs)',
],
},
+ {
+ 'action_name': 'make_third_party_packages',
Emily Fortuna 2013/07/08 17:36:30 There may (I hope?) be a less verbose way to do th
Bob Nystrom 2013/07/08 17:41:13 Yeah, Peter might be able to help here. Gyp is mos
ahe 2013/07/11 10:19:30 I've filed https://code.google.com/p/dart/issues/d
+ 'inputs': [
+ '../tools/make_links.py',
+ '<!@(["python", "../tools/list_pkg_directories.py", '
+ '"../third_party/pkg"])',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/third_party_packages.stamp',
+ ],
+ 'action': [
+ 'python', '../tools/make_links.py',
+ '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/third_party_packages.'
+ 'stamp',
+ '<(PRODUCT_DIR)/packages',
+ '<@(_inputs)',
+ ],
+ },
],
}
],
« no previous file with comments | « no previous file | third_party/pkg/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698