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

Unified Diff: third_party/py_vulcanize/py_vulcanize/strip_js_comments_unittest.py

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 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: third_party/py_vulcanize/py_vulcanize/strip_js_comments_unittest.py
diff --git a/tracing/third_party/tvcm/tvcm/strip_js_comments_unittest.py b/third_party/py_vulcanize/py_vulcanize/strip_js_comments_unittest.py
similarity index 97%
rename from tracing/third_party/tvcm/tvcm/strip_js_comments_unittest.py
rename to third_party/py_vulcanize/py_vulcanize/strip_js_comments_unittest.py
index f5f6d140def3c35a5657a3a5c7ea23aa82a82efc..685cb824a24f6c274616b4fd237cff260ecc7e0c 100644
--- a/tracing/third_party/tvcm/tvcm/strip_js_comments_unittest.py
+++ b/third_party/py_vulcanize/py_vulcanize/strip_js_comments_unittest.py
@@ -7,7 +7,7 @@
import unittest
-from tvcm import strip_js_comments
+from py_vulcanize import strip_js_comments
# This test case tests a protected method.

Powered by Google App Engine
This is Rietveld 408576698