1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
description: use polymer from chromium's top level third_party directory
author: Michael Gilbert <mgilbert@debian.org>
--- a/third_party/catapult/tracing/trace_viewer.gypi
+++ b/third_party/catapult/tracing/trace_viewer.gypi
@@ -18,9 +18,9 @@
'tracing/ui/tracks/track.css',
],
'tracing_js_html_files': [
- '../third_party/polymer/components/polymer/polymer-micro.html',
- '../third_party/polymer/components/polymer/polymer-mini.html',
- '../third_party/polymer/components/polymer/polymer.html',
+ '../../polymer/v1_0/components-chromium/polymer/polymer-micro.html',
+ '../../polymer/v1_0/components-chromium/polymer/polymer-mini.html',
+ '../../polymer/v1_0/components-chromium/polymer/polymer.html',
'tracing/base/base.html',
'tracing/base/base64.html',
'tracing/base/category_util.html',
|