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

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

Issue 2400093002: [Devtools] New network timeline experiment Part 1 (Closed)
Patch Set: changes Created 4 years, 2 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/main/Main.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/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 devtools_embedder_scripts = [ 8 devtools_embedder_scripts = [
9 "front_end/devtools.js", 9 "front_end/devtools.js",
10 "front_end/Tests.js", 10 "front_end/Tests.js",
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "front_end/network/JSONView.js", 526 "front_end/network/JSONView.js",
527 "front_end/network/NetworkConfigView.js", 527 "front_end/network/NetworkConfigView.js",
528 "front_end/network/NetworkDataGridNode.js", 528 "front_end/network/NetworkDataGridNode.js",
529 "front_end/network/NetworkItemView.js", 529 "front_end/network/NetworkItemView.js",
530 "front_end/network/NetworkLogView.js", 530 "front_end/network/NetworkLogView.js",
531 "front_end/network/NetworkLogViewColumns.js", 531 "front_end/network/NetworkLogViewColumns.js",
532 "front_end/network/NetworkManageCustomHeadersView.js", 532 "front_end/network/NetworkManageCustomHeadersView.js",
533 "front_end/network/NetworkOverview.js", 533 "front_end/network/NetworkOverview.js",
534 "front_end/network/NetworkPanel.js", 534 "front_end/network/NetworkPanel.js",
535 "front_end/network/NetworkTimeCalculator.js", 535 "front_end/network/NetworkTimeCalculator.js",
536 "front_end/network/NetworkTimelineColumn.js",
536 "front_end/network/RequestCookiesView.js", 537 "front_end/network/RequestCookiesView.js",
537 "front_end/network/RequestHeadersView.js", 538 "front_end/network/RequestHeadersView.js",
538 "front_end/network/RequestHTMLView.js", 539 "front_end/network/RequestHTMLView.js",
539 "front_end/network/RequestPreviewView.js", 540 "front_end/network/RequestPreviewView.js",
540 "front_end/network/RequestResponseView.js", 541 "front_end/network/RequestResponseView.js",
541 "front_end/network/RequestTimingView.js", 542 "front_end/network/RequestTimingView.js",
542 "front_end/network/RequestView.js", 543 "front_end/network/RequestView.js",
543 "front_end/network/ResourceWebSocketFrameView.js", 544 "front_end/network/ResourceWebSocketFrameView.js",
544 "front_end/network/XMLView.js", 545 "front_end/network/XMLView.js",
545 ] 546 ]
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 deps = [ 1131 deps = [
1131 ":frontend_protocol_sources", 1132 ":frontend_protocol_sources",
1132 ":supported_css_properties", 1133 ":supported_css_properties",
1133 ] 1134 ]
1134 sources = generated_scripts 1135 sources = generated_scripts
1135 outputs = [ 1136 outputs = [
1136 "$resources_out_debug_dir/{{source_file_part}}", 1137 "$resources_out_debug_dir/{{source_file_part}}",
1137 ] 1138 ]
1138 } 1139 }
1139 } 1140 }
OLDNEW
« 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