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

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

Issue 2867713006: [Devtools] Added report miss-match link to network product entries (Closed)
Patch Set: changes 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "front_end/network/NetworkItemView.js", 318 "front_end/network/NetworkItemView.js",
319 "front_end/network/networkLogView.css", 319 "front_end/network/networkLogView.css",
320 "front_end/network/NetworkLogView.js", 320 "front_end/network/NetworkLogView.js",
321 "front_end/network/NetworkLogViewColumns.js", 321 "front_end/network/NetworkLogViewColumns.js",
322 "front_end/network/NetworkFrameGrouper.js", 322 "front_end/network/NetworkFrameGrouper.js",
323 "front_end/network/networkManageCustomHeadersView.css", 323 "front_end/network/networkManageCustomHeadersView.css",
324 "front_end/network/NetworkManageCustomHeadersView.js", 324 "front_end/network/NetworkManageCustomHeadersView.js",
325 "front_end/network/NetworkOverview.js", 325 "front_end/network/NetworkOverview.js",
326 "front_end/network/networkPanel.css", 326 "front_end/network/networkPanel.css",
327 "front_end/network/NetworkPanel.js", 327 "front_end/network/NetworkPanel.js",
328 "front_end/network/networkReportProductEntry.css",
328 "front_end/network/NetworkTimeCalculator.js", 329 "front_end/network/NetworkTimeCalculator.js",
329 "front_end/network/networkTimingTable.css", 330 "front_end/network/networkTimingTable.css",
330 "front_end/network/NetworkWaterfallColumn.js", 331 "front_end/network/NetworkWaterfallColumn.js",
331 "front_end/network/requestCookiesView.css", 332 "front_end/network/requestCookiesView.css",
332 "front_end/network/RequestCookiesView.js", 333 "front_end/network/RequestCookiesView.js",
333 "front_end/network/requestHeadersTree.css", 334 "front_end/network/requestHeadersTree.css",
334 "front_end/network/requestHeadersView.css", 335 "front_end/network/requestHeadersView.css",
335 "front_end/network/RequestHeadersView.js", 336 "front_end/network/RequestHeadersView.js",
336 "front_end/network/RequestHTMLView.js", 337 "front_end/network/RequestHTMLView.js",
337 "front_end/network/RequestPreviewView.js", 338 "front_end/network/RequestPreviewView.js",
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 ".eslintrc.js", 1138 ".eslintrc.js",
1138 "devtools-node-modules/", 1139 "devtools-node-modules/",
1139 "front_end/", 1140 "front_end/",
1140 "scripts/buildbot/run_eslint.py", 1141 "scripts/buildbot/run_eslint.py",
1141 "scripts/local_node/", 1142 "scripts/local_node/",
1142 "//testing/scripts/common.py", 1143 "//testing/scripts/common.py",
1143 "//testing/scripts/run_devtools_check.py", 1144 "//testing/scripts/run_devtools_check.py",
1144 "//testing/xvfb.py", 1145 "//testing/xvfb.py",
1145 ] 1146 ]
1146 } 1147 }
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