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

Unified Diff: third_party/py_vulcanize/py_vulcanize/html_module.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/html_module.py
diff --git a/tracing/third_party/tvcm/tvcm/html_module.py b/third_party/py_vulcanize/py_vulcanize/html_module.py
similarity index 97%
rename from tracing/third_party/tvcm/tvcm/html_module.py
rename to third_party/py_vulcanize/py_vulcanize/html_module.py
index b2024326e808f2bc45a2b1055eff6f4d0375e3ab..2af7d0a41388790471f2d5ff2c7dec8b08a52dd5 100644
--- a/tracing/third_party/tvcm/tvcm/html_module.py
+++ b/third_party/py_vulcanize/py_vulcanize/html_module.py
@@ -5,10 +5,10 @@
import os
import re
-from tvcm import module
-from tvcm import js_utils
-from tvcm import parse_html_deps
-from tvcm import style_sheet
+from py_vulcanize import module
+from py_vulcanize import js_utils
+from py_vulcanize import parse_html_deps
+from py_vulcanize import style_sheet
def IsHTMLResourceTheModuleGivenConflictingResourceNames(
@@ -45,7 +45,7 @@ class HTMLModule(module.Module):
os.path.relpath(self.resource.absolute_path))
def GetTVCMDepsModuleType(self):
- return 'tvcm.HTML_MODULE_TYPE'
+ return 'py_vulcanize.HTML_MODULE_TYPE'
def AppendJSContentsToFile(self,
f,

Powered by Google App Engine
This is Rietveld 408576698