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

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

Issue 2073343002: Timeline addTraceProvider API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timelineFlameChart.js Created 4 years, 6 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_model/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline_model/module.json b/third_party/WebKit/Source/devtools/front_end/timeline_model/module.json
index 38a01571d68e303478b5a8a188d58ca7377070c2..74e9c353c8345acfb5bdf819c07743ee7f6344bd 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline_model/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/timeline_model/module.json
@@ -1,6 +1,7 @@
{
"dependencies": [
- "sdk"
+ "sdk",
+ "extensions"
],
"scripts": [
"LayerTreeModel.js",

Powered by Google App Engine
This is Rietveld 408576698