| 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/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 devtools_embedder_scripts = [ | 9 devtools_embedder_scripts = [ |
| 10 "front_end/devtools_compatibility.js", | 10 "front_end/devtools_compatibility.js", |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "front_end/ui/checkboxTextLabel.css", | 213 "front_end/ui/checkboxTextLabel.css", |
| 214 "front_end/ui/closeButton.css", | 214 "front_end/ui/closeButton.css", |
| 215 "front_end/ui/colorSwatch.css", | 215 "front_end/ui/colorSwatch.css", |
| 216 "front_end/ui/cssShadowEditor.css", | 216 "front_end/ui/cssShadowEditor.css", |
| 217 "front_end/ui/cssShadowSwatch.css", | 217 "front_end/ui/cssShadowSwatch.css", |
| 218 "front_end/ui/dialog.css", | 218 "front_end/ui/dialog.css", |
| 219 "front_end/ui/dropTarget.css", | 219 "front_end/ui/dropTarget.css", |
| 220 "front_end/ui/emptyWidget.css", | 220 "front_end/ui/emptyWidget.css", |
| 221 "front_end/ui/filter.css", | 221 "front_end/ui/filter.css", |
| 222 "front_end/ui/infobar.css", | 222 "front_end/ui/infobar.css", |
| 223 "front_end/ui/inlineBreakpoint.css", |
| 223 "front_end/ui/inspectorCommon.css", | 224 "front_end/ui/inspectorCommon.css", |
| 224 "front_end/ui/inspectorStyle.css", | 225 "front_end/ui/inspectorStyle.css", |
| 225 "front_end/ui/inspectorSyntaxHighlight.css", | 226 "front_end/ui/inspectorSyntaxHighlight.css", |
| 226 "front_end/ui/inspectorSyntaxHighlightDark.css", | 227 "front_end/ui/inspectorSyntaxHighlightDark.css", |
| 227 "front_end/ui/inspectorViewTabbedPane.css", | 228 "front_end/ui/inspectorViewTabbedPane.css", |
| 228 "front_end/ui/listWidget.css", | 229 "front_end/ui/listWidget.css", |
| 229 "front_end/ui/panelEnablerView.css", | 230 "front_end/ui/panelEnablerView.css", |
| 230 "front_end/ui/popover.css", | 231 "front_end/ui/popover.css", |
| 231 "front_end/ui/progressIndicator.css", | 232 "front_end/ui/progressIndicator.css", |
| 232 "front_end/ui/radioButton.css", | 233 "front_end/ui/radioButton.css", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 255 "front_end/ui/Dialog.js", | 256 "front_end/ui/Dialog.js", |
| 256 "front_end/ui/DOMSyntaxHighlighter.js", | 257 "front_end/ui/DOMSyntaxHighlighter.js", |
| 257 "front_end/ui/DropDownMenu.js", | 258 "front_end/ui/DropDownMenu.js", |
| 258 "front_end/ui/DropTarget.js", | 259 "front_end/ui/DropTarget.js", |
| 259 "front_end/ui/EmptyWidget.js", | 260 "front_end/ui/EmptyWidget.js", |
| 260 "front_end/ui/FilterBar.js", | 261 "front_end/ui/FilterBar.js", |
| 261 "front_end/ui/ForwardedInputEventHandler.js", | 262 "front_end/ui/ForwardedInputEventHandler.js", |
| 262 "front_end/ui/HistoryInput.js", | 263 "front_end/ui/HistoryInput.js", |
| 263 "front_end/ui/Icon.js", | 264 "front_end/ui/Icon.js", |
| 264 "front_end/ui/Infobar.js", | 265 "front_end/ui/Infobar.js", |
| 266 "front_end/ui/InlineBreakpoint.js", |
| 265 "front_end/ui/InplaceEditor.js", | 267 "front_end/ui/InplaceEditor.js", |
| 266 "front_end/ui/TextEditor.js", | 268 "front_end/ui/TextEditor.js", |
| 267 "front_end/ui/InspectorView.js", | 269 "front_end/ui/InspectorView.js", |
| 268 "front_end/ui/KeyboardShortcut.js", | 270 "front_end/ui/KeyboardShortcut.js", |
| 269 "front_end/ui/ListWidget.js", | 271 "front_end/ui/ListWidget.js", |
| 270 "front_end/ui/Panel.js", | 272 "front_end/ui/Panel.js", |
| 271 "front_end/ui/Popover.js", | 273 "front_end/ui/Popover.js", |
| 272 "front_end/ui/ProgressIndicator.js", | 274 "front_end/ui/ProgressIndicator.js", |
| 273 "front_end/ui/ReportView.js", | 275 "front_end/ui/ReportView.js", |
| 274 "front_end/ui/ResizerWidget.js", | 276 "front_end/ui/ResizerWidget.js", |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1150 deps = [ | 1152 deps = [ |
| 1151 ":frontend_protocol_sources", | 1153 ":frontend_protocol_sources", |
| 1152 ":supported_css_properties", | 1154 ":supported_css_properties", |
| 1153 ] | 1155 ] |
| 1154 sources = generated_scripts | 1156 sources = generated_scripts |
| 1155 outputs = [ | 1157 outputs = [ |
| 1156 "$resources_out_debug_dir/{{source_file_part}}", | 1158 "$resources_out_debug_dir/{{source_file_part}}", |
| 1157 ] | 1159 ] |
| 1158 } | 1160 } |
| 1159 } | 1161 } |
| OLD | NEW |