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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2785533002: DevTools: Show event initiator on Flame Chart for selected entries (Closed)
Patch Set: sort experiments Created 3 years, 9 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 | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index ac08ead290931f791ecf1696ca4e25f63b74b77a..e3e9e1e7458aa4cc114fcb8ae26edf8ee8344064 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -590,12 +590,12 @@ all_devtools_files = [
"front_end/timeline/TimelineDetailsView.js",
"front_end/timeline/TimelineEventOverview.js",
"front_end/timeline/TimelineFilters.js",
- "front_end/timeline/TimelineFlameChart.js",
+ "front_end/timeline/TimelineFlameChartDataProvider.js",
+ "front_end/timeline/TimelineFlameChartNetworkDataProvider.js",
"front_end/timeline/timelineFlamechartPopover.css",
"front_end/timeline/TimelineFlameChartView.js",
"front_end/timeline/TimelineLayersView.js",
"front_end/timeline/TimelineLoader.js",
- "front_end/timeline/TimelineNetworkFlameChart.js",
"front_end/timeline/timelinePaintProfiler.css",
"front_end/timeline/TimelinePaintProfilerView.js",
"front_end/timeline/timelinePanel.css",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698