| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "front_end/ui/Dialog.js", | 242 "front_end/ui/Dialog.js", |
| 243 "front_end/ui/DOMSyntaxHighlighter.js", | 243 "front_end/ui/DOMSyntaxHighlighter.js", |
| 244 "front_end/ui/DropDownMenu.js", | 244 "front_end/ui/DropDownMenu.js", |
| 245 "front_end/ui/DropTarget.js", | 245 "front_end/ui/DropTarget.js", |
| 246 "front_end/ui/EmptyWidget.js", | 246 "front_end/ui/EmptyWidget.js", |
| 247 "front_end/ui/FilterBar.js", | 247 "front_end/ui/FilterBar.js", |
| 248 "front_end/ui/ForwardedInputEventHandler.js", | 248 "front_end/ui/ForwardedInputEventHandler.js", |
| 249 "front_end/ui/HistoryInput.js", | 249 "front_end/ui/HistoryInput.js", |
| 250 "front_end/ui/Infobar.js", | 250 "front_end/ui/Infobar.js", |
| 251 "front_end/ui/InplaceEditor.js", | 251 "front_end/ui/InplaceEditor.js", |
| 252 "front_end/ui/TextEditor.js", |
| 252 "front_end/ui/InspectorView.js", | 253 "front_end/ui/InspectorView.js", |
| 253 "front_end/ui/KeyboardShortcut.js", | 254 "front_end/ui/KeyboardShortcut.js", |
| 254 "front_end/ui/ListWidget.js", | 255 "front_end/ui/ListWidget.js", |
| 255 "front_end/ui/Panel.js", | 256 "front_end/ui/Panel.js", |
| 256 "front_end/ui/Popover.js", | 257 "front_end/ui/Popover.js", |
| 257 "front_end/ui/ProgressIndicator.js", | 258 "front_end/ui/ProgressIndicator.js", |
| 258 "front_end/ui/ReportView.js", | 259 "front_end/ui/ReportView.js", |
| 259 "front_end/ui/ResizerWidget.js", | 260 "front_end/ui/ResizerWidget.js", |
| 260 "front_end/ui/RootView.js", | 261 "front_end/ui/RootView.js", |
| 261 "front_end/ui/SearchableView.js", | 262 "front_end/ui/SearchableView.js", |
| (...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1156 ] | 1157 ] |
| 1157 } | 1158 } |
| 1158 | 1159 |
| 1159 copy("copy_emulated_devices_images_debug") { | 1160 copy("copy_emulated_devices_images_debug") { |
| 1160 sources = devtools_emulated_devices_images | 1161 sources = devtools_emulated_devices_images |
| 1161 outputs = [ | 1162 outputs = [ |
| 1162 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}", | 1163 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}", |
| 1163 ] | 1164 ] |
| 1164 } | 1165 } |
| 1165 } | 1166 } |
| OLD | NEW |