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

Unified Diff: pkg/pkg.gyp

Issue 22375011: move html5lib code into dart svn repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: change location of html5lib to pkg/third_party/html5lib Created 7 years, 4 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 | pkg/pkg.status » ('j') | pkg/third_party/html5lib/html5lib.status » ('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 3da13fc246c322e2b2e7fd1e24142be080cd1039..f74e040e5617b06cbb879527a743aa99cdc77393 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -14,6 +14,8 @@
'../tools/make_links.py',
'<!@(["python", "../tools/list_pkg_directories.py", "."])',
'<!@(["python", "../tools/list_pkg_directories.py", '
+ '"third_party"])',
+ '<!@(["python", "../tools/list_pkg_directories.py", '
'"../third_party/pkg"])',
],
'outputs': [
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | pkg/third_party/html5lib/html5lib.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698