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

Unified Diff: third_party/py_vulcanize/py_vulcanize/style_sheet.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/style_sheet.py
diff --git a/tracing/third_party/tvcm/tvcm/style_sheet.py b/third_party/py_vulcanize/py_vulcanize/style_sheet.py
similarity index 95%
rename from tracing/third_party/tvcm/tvcm/style_sheet.py
rename to third_party/py_vulcanize/py_vulcanize/style_sheet.py
index b3c5e743739bff1d2f7714d994b5e654d4fa5734..1024cb3fb4911a7caedb26eb382472218e70613a 100644
--- a/tracing/third_party/tvcm/tvcm/style_sheet.py
+++ b/third_party/py_vulcanize/py_vulcanize/style_sheet.py
@@ -75,8 +75,8 @@ class ParsedStyleSheet(object):
def resolve_url(url):
if os.path.isabs(url):
- # FIXME: module is used here, but tvcm.module is never imported.
- # However, tvcm.module cannot be imported since tvcm.module may import
+ # FIXME: module is used here, but py_vulcanize.module is never imported.
+ # However, py_vulcanize.module cannot be imported since py_vulcanize.module may import
# style_sheet, leading to an import loop.
raise module.DepsException('URL references must be relative')
# URLS are relative to this module's directory

Powered by Google App Engine
This is Rietveld 408576698