OLD | NEW |
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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 "front_end/layers/LayersPanel.js", | 500 "front_end/layers/LayersPanel.js", |
501 ] | 501 ] |
502 devtools_network_js_files = [ | 502 devtools_network_js_files = [ |
503 "front_end/network/blockedURLsPane.css", | 503 "front_end/network/blockedURLsPane.css", |
504 "front_end/network/eventSourceMessagesView.css", | 504 "front_end/network/eventSourceMessagesView.css", |
505 "front_end/network/networkConfigView.css", | 505 "front_end/network/networkConfigView.css", |
506 "front_end/network/networkLogView.css", | 506 "front_end/network/networkLogView.css", |
507 "front_end/network/networkManageCustomHeadersView.css", | 507 "front_end/network/networkManageCustomHeadersView.css", |
508 "front_end/network/networkPanel.css", | 508 "front_end/network/networkPanel.css", |
509 "front_end/network/requestCookiesView.css", | 509 "front_end/network/requestCookiesView.css", |
| 510 "front_end/network/requestHeadersTree.css", |
510 "front_end/network/requestHeadersView.css", | 511 "front_end/network/requestHeadersView.css", |
511 "front_end/network/webSocketFrameView.css", | 512 "front_end/network/webSocketFrameView.css", |
512 "front_end/network/xmlView.css", | 513 "front_end/network/xmlView.css", |
513 "front_end/network/BlockedURLsPane.js", | 514 "front_end/network/BlockedURLsPane.js", |
514 "front_end/network/EventSourceMessagesView.js", | 515 "front_end/network/EventSourceMessagesView.js", |
515 "front_end/network/FilterSuggestionBuilder.js", | 516 "front_end/network/FilterSuggestionBuilder.js", |
516 "front_end/network/HARWriter.js", | 517 "front_end/network/HARWriter.js", |
517 "front_end/network/JSONView.js", | 518 "front_end/network/JSONView.js", |
518 "front_end/network/NetworkConfigView.js", | 519 "front_end/network/NetworkConfigView.js", |
519 "front_end/network/NetworkDataGridNode.js", | 520 "front_end/network/NetworkDataGridNode.js", |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1157 ] | 1158 ] |
1158 } | 1159 } |
1159 | 1160 |
1160 copy("copy_emulated_devices_images_debug") { | 1161 copy("copy_emulated_devices_images_debug") { |
1161 sources = devtools_emulated_devices_images | 1162 sources = devtools_emulated_devices_images |
1162 outputs = [ | 1163 outputs = [ |
1163 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}", | 1164 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}", |
1164 ] | 1165 ] |
1165 } | 1166 } |
1166 } | 1167 } |
OLD | NEW |