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

Unified Diff: third_party/WebKit/Source/devtools/front_end/perf_ui/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/perf_ui/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/module.json b/third_party/WebKit/Source/devtools/front_end/perf_ui/module.json
index f4e102741919d67815c3dfe03df2485b9aff3add..96050a3f50e46350dd2900e8393fff3c3be73426 100644
--- a/third_party/WebKit/Source/devtools/front_end/perf_ui/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/module.json
@@ -14,6 +14,21 @@
"text_editor"
],
"scripts": [
- "LineLevelProfile.js"
+ "LineLevelProfile.js",
+ "FilmStripView.js",
+ "ChartViewport.js",
+ "FlameChart.js",
+ "OverviewGrid.js",
+ "PieChart.js",
+ "TimelineGrid.js",
+ "TimelineOverviewPane.js"
+ ],
+ "resources": [
+ "filmStripView.css",
+ "filmStripDialog.css",
+ "flameChart.css",
+ "overviewGrid.css",
+ "pieChart.css",
+ "timelineGrid.css"
]
}

Powered by Google App Engine
This is Rietveld 408576698