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

Unified Diff: tools/cc-frame-viewer/src/base/deps.js

Issue 12287014: [cc-frame-viewer] Show layers and levels of detail (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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
« no previous file with comments | « no previous file | tools/cc-frame-viewer/src/color_mappings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cc-frame-viewer/src/base/deps.js
diff --git a/tools/cc-frame-viewer/src/base/deps.js b/tools/cc-frame-viewer/src/base/deps.js
index 721215e67599c7ebec9f78479f4278f8d59fdbaf..fd4eb44a4f527e3ff464d9e40c1196604076013d 100644
--- a/tools/cc-frame-viewer/src/base/deps.js
+++ b/tools/cc-frame-viewer/src/base/deps.js
@@ -32,12 +32,18 @@ base.addModuleDependency(
'model.tile',
'model.constants');
base.addModuleDependency(
+ 'model.layer_impl',
+ 'model.constants');
+base.addModuleDependency(
'model.layer_tree_impl',
'base.bbox2');
base.addModuleDependency(
'model.layer_tree_impl',
'model.constants');
base.addModuleDependency(
+ 'model.layer_tree_impl',
+ 'model.layer_impl');
+base.addModuleDependency(
'model.layer_tree_host_impl',
'base.bbox2');
base.addModuleDependency(
@@ -122,6 +128,24 @@ base.addModuleDependency(
'tree_quad_view',
'quad_view');
base.addModuleDependency(
+ 'layer_impl_view',
+ 'ui');
+base.addModuleStylesheet(
+ 'layer_impl_view',
+ 'layer_impl_view');
+base.addModuleDependency(
+ 'layer_tree_impl_view',
+ 'ui');
+base.addModuleDependency(
+ 'layer_tree_impl_view',
+ 'ui.list_and_associated_view');
+base.addModuleDependency(
+ 'layer_tree_impl_view',
+ 'layer_impl_view');
+base.addModuleStylesheet(
+ 'layer_tree_impl_view',
+ 'layer_tree_impl_view');
+base.addModuleDependency(
'lthi_view',
'ui');
base.addModuleDependency(
@@ -133,6 +157,9 @@ base.addModuleDependency(
base.addModuleDependency(
'lthi_view',
'tree_quad_view');
+base.addModuleDependency(
+ 'lthi_view',
+ 'layer_tree_impl_view');
base.addModuleStylesheet(
'lthi_view',
'lthi_view');
« no previous file with comments | « no previous file | tools/cc-frame-viewer/src/color_mappings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698