| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "front_end/ui/SwatchPopoverHelper.js", | 279 "front_end/ui/SwatchPopoverHelper.js", |
| 280 "front_end/ui/Toolbar.js", | 280 "front_end/ui/Toolbar.js", |
| 281 "front_end/ui/Tooltip.js", | 281 "front_end/ui/Tooltip.js", |
| 282 "front_end/ui/SuggestBox.js", | 282 "front_end/ui/SuggestBox.js", |
| 283 "front_end/ui/TabbedPane.js", | 283 "front_end/ui/TabbedPane.js", |
| 284 "front_end/ui/TextPrompt.js", | 284 "front_end/ui/TextPrompt.js", |
| 285 "front_end/ui/ThrottledWidget.js", | 285 "front_end/ui/ThrottledWidget.js", |
| 286 "front_end/ui/UIUtils.js", | 286 "front_end/ui/UIUtils.js", |
| 287 "front_end/ui/View.js", | 287 "front_end/ui/View.js", |
| 288 "front_end/ui/ViewportControl.js", | 288 "front_end/ui/ViewportControl.js", |
| 289 "front_end/ui/StaticViewportControl.js", | |
| 290 "front_end/ui/Widget.js", | 289 "front_end/ui/Widget.js", |
| 291 "front_end/ui/ZoomManager.js", | 290 "front_end/ui/ZoomManager.js", |
| 292 "front_end/ui/treeoutline.js", | 291 "front_end/ui/treeoutline.js", |
| 293 ] | 292 ] |
| 294 devtools_main_js_files = [ | 293 devtools_main_js_files = [ |
| 295 "front_end/main/errorWarningCounter.css", | 294 "front_end/main/errorWarningCounter.css", |
| 296 "front_end/main/remoteDebuggingTerminatedScreen.css", | 295 "front_end/main/remoteDebuggingTerminatedScreen.css", |
| 297 "front_end/main/renderingOptions.css", | 296 "front_end/main/renderingOptions.css", |
| 298 "front_end/main/targetCrashedScreen.css", | 297 "front_end/main/targetCrashedScreen.css", |
| 299 "front_end/main/Main.js", | 298 "front_end/main/Main.js", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "front_end/components_lazy/GCActionDelegate.js", | 409 "front_end/components_lazy/GCActionDelegate.js", |
| 411 "front_end/components_lazy/LineLevelProfile.js", | 410 "front_end/components_lazy/LineLevelProfile.js", |
| 412 ] | 411 ] |
| 413 devtools_console_js_files = [ | 412 devtools_console_js_files = [ |
| 414 "front_end/console/consoleView.css", | 413 "front_end/console/consoleView.css", |
| 415 "front_end/console/ConsoleContextSelector.js", | 414 "front_end/console/ConsoleContextSelector.js", |
| 416 "front_end/console/ConsolePanel.js", | 415 "front_end/console/ConsolePanel.js", |
| 417 "front_end/console/ConsolePrompt.js", | 416 "front_end/console/ConsolePrompt.js", |
| 418 "front_end/console/ConsoleView.js", | 417 "front_end/console/ConsoleView.js", |
| 419 "front_end/console/ConsoleViewMessage.js", | 418 "front_end/console/ConsoleViewMessage.js", |
| 419 "front_end/console/ConsoleViewport.js", |
| 420 ] | 420 ] |
| 421 devtools_css_tracker_js_files = [ | 421 devtools_css_tracker_js_files = [ |
| 422 "front_end/css_tracker/cssTrackerView.css", | 422 "front_end/css_tracker/cssTrackerView.css", |
| 423 "front_end/css_tracker/unusedRulesTree.css", | 423 "front_end/css_tracker/unusedRulesTree.css", |
| 424 "front_end/css_tracker/CSSTrackerView.js", | 424 "front_end/css_tracker/CSSTrackerView.js", |
| 425 ] | 425 ] |
| 426 devtools_devices_js_files = [ | 426 devtools_devices_js_files = [ |
| 427 "front_end/devices/devicesView.css", | 427 "front_end/devices/devicesView.css", |
| 428 "front_end/devices/DevicesView.js", | 428 "front_end/devices/DevicesView.js", |
| 429 ] | 429 ] |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1199 ".eslintrc.js", | 1199 ".eslintrc.js", |
| 1200 "devtools-node-modules/", | 1200 "devtools-node-modules/", |
| 1201 "front_end/", | 1201 "front_end/", |
| 1202 "scripts/buildbot/run_eslint.py", | 1202 "scripts/buildbot/run_eslint.py", |
| 1203 "scripts/local_node/", | 1203 "scripts/local_node/", |
| 1204 "//testing/scripts/common.py", | 1204 "//testing/scripts/common.py", |
| 1205 "//testing/scripts/run_devtools_check.py", | 1205 "//testing/scripts/run_devtools_check.py", |
| 1206 "//testing/xvfb.py", | 1206 "//testing/xvfb.py", |
| 1207 ] | 1207 ] |
| 1208 } | 1208 } |
| OLD | NEW |