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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/module.json

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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/WebKit/Source/devtools/front_end/timeline/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/module.json b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
index 7670eeba54f1196cd26e23f34637860a32481826..9c6d9f9a9e301b8a6a69fa3cb88f5e631376469c 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
@@ -132,12 +132,11 @@
],
"dependencies": [
"components",
- "components_lazy",
"layer_viewer",
"timeline_model",
- "ui_lazy",
"perf_ui",
- "extensions"
+ "extensions",
+ "data_grid"
],
"scripts": [
"CountersGraph.js",

Powered by Google App Engine
This is Rietveld 408576698