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

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2876983002: DevTools: group by frame, not product in the network panel. (Closed)
Patch Set: review comments Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 all_devtools_files = [ 9 all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js", 10 "front_end/accessibility/AccessibilityModel.js",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "front_end/network/NetworkItemView.js", 320 "front_end/network/NetworkItemView.js",
321 "front_end/network/networkLogView.css", 321 "front_end/network/networkLogView.css",
322 "front_end/network/NetworkLogView.js", 322 "front_end/network/NetworkLogView.js",
323 "front_end/network/NetworkLogViewColumns.js", 323 "front_end/network/NetworkLogViewColumns.js",
324 "front_end/network/NetworkFrameGrouper.js", 324 "front_end/network/NetworkFrameGrouper.js",
325 "front_end/network/networkManageCustomHeadersView.css", 325 "front_end/network/networkManageCustomHeadersView.css",
326 "front_end/network/NetworkManageCustomHeadersView.js", 326 "front_end/network/NetworkManageCustomHeadersView.js",
327 "front_end/network/NetworkOverview.js", 327 "front_end/network/NetworkOverview.js",
328 "front_end/network/networkPanel.css", 328 "front_end/network/networkPanel.css",
329 "front_end/network/NetworkPanel.js", 329 "front_end/network/NetworkPanel.js",
330 "front_end/network/networkReportProductEntry.css",
331 "front_end/network/NetworkTimeCalculator.js", 330 "front_end/network/NetworkTimeCalculator.js",
332 "front_end/network/networkTimingTable.css", 331 "front_end/network/networkTimingTable.css",
333 "front_end/network/NetworkWaterfallColumn.js", 332 "front_end/network/NetworkWaterfallColumn.js",
334 "front_end/network/requestCookiesView.css", 333 "front_end/network/requestCookiesView.css",
335 "front_end/network/RequestCookiesView.js", 334 "front_end/network/RequestCookiesView.js",
336 "front_end/network/requestHeadersTree.css", 335 "front_end/network/requestHeadersTree.css",
337 "front_end/network/requestHeadersView.css", 336 "front_end/network/requestHeadersView.css",
338 "front_end/network/RequestHeadersView.js", 337 "front_end/network/RequestHeadersView.js",
339 "front_end/network/RequestHTMLView.js", 338 "front_end/network/RequestHTMLView.js",
340 "front_end/network/RequestPreviewView.js", 339 "front_end/network/RequestPreviewView.js",
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 ".eslintrc.js", 1140 ".eslintrc.js",
1142 "devtools-node-modules/", 1141 "devtools-node-modules/",
1143 "front_end/", 1142 "front_end/",
1144 "scripts/buildbot/run_eslint.py", 1143 "scripts/buildbot/run_eslint.py",
1145 "scripts/local_node/", 1144 "scripts/local_node/",
1146 "//testing/scripts/common.py", 1145 "//testing/scripts/common.py",
1147 "//testing/scripts/run_devtools_check.py", 1146 "//testing/scripts/run_devtools_check.py",
1148 "//testing/xvfb.py", 1147 "//testing/xvfb.py",
1149 ] 1148 ]
1150 } 1149 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698