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

Unified Diff: tools/publish_all_pkgs.py

Issue 22375011: move html5lib code into dart svn repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: tools/publish_all_pkgs.py
diff --git a/tools/publish_all_pkgs.py b/tools/publish_all_pkgs.py
index 6c302e2680a39c0de967809d34c1370e812b8b50..f2e26671d2916fcb402e11040dbefb630a6cf35d 100644
--- a/tools/publish_all_pkgs.py
+++ b/tools/publish_all_pkgs.py
@@ -18,7 +18,7 @@ import subprocess
import sys
def Main(argv):
- pkgs_to_publish = []
+ pkgs_to_publish = ['third_party/pkg/html5lib']
for name in os.listdir('pkg'):
if os.path.isdir(os.path.join('pkg', name)):
if (name != '.svn' and name != 'expect'):

Powered by Google App Engine
This is Rietveld 408576698