| 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 all_devtools_files = [ | 9 all_devtools_files = [ |
| 10 "front_end/accessibility/AccessibilityModel.js", | 10 "front_end/accessibility/AccessibilityModel.js", |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "front_end/inline_editor/ColorSwatch.js", | 269 "front_end/inline_editor/ColorSwatch.js", |
| 270 "front_end/inline_editor/cssShadowEditor.css", | 270 "front_end/inline_editor/cssShadowEditor.css", |
| 271 "front_end/inline_editor/CSSShadowEditor.js", | 271 "front_end/inline_editor/CSSShadowEditor.js", |
| 272 "front_end/inline_editor/CSSShadowModel.js", | 272 "front_end/inline_editor/CSSShadowModel.js", |
| 273 "front_end/inline_editor/cssShadowSwatch.css", | 273 "front_end/inline_editor/cssShadowSwatch.css", |
| 274 "front_end/inline_editor/module.json", | 274 "front_end/inline_editor/module.json", |
| 275 "front_end/inline_editor/swatchPopover.css", | 275 "front_end/inline_editor/swatchPopover.css", |
| 276 "front_end/inline_editor/SwatchPopoverHelper.js", | 276 "front_end/inline_editor/SwatchPopoverHelper.js", |
| 277 "front_end/inspector.js", | 277 "front_end/inspector.js", |
| 278 "front_end/inspector.json", | 278 "front_end/inspector.json", |
| 279 "front_end/integration_test_runner.js", |
| 280 "front_end/integration_test_runner.json", |
| 281 "front_end/integration_test_runner/ConsoleTestRunner.js", |
| 282 "front_end/integration_test_runner/IntegrationTestRunner.js", |
| 283 "front_end/integration_test_runner/module.json", |
| 279 "front_end/layer_viewer/layerDetailsView.css", | 284 "front_end/layer_viewer/layerDetailsView.css", |
| 280 "front_end/layer_viewer/LayerDetailsView.js", | 285 "front_end/layer_viewer/LayerDetailsView.js", |
| 281 "front_end/layer_viewer/layers3DView.css", | 286 "front_end/layer_viewer/layers3DView.css", |
| 282 "front_end/layer_viewer/Layers3DView.js", | 287 "front_end/layer_viewer/Layers3DView.js", |
| 283 "front_end/layer_viewer/LayerTreeOutline.js", | 288 "front_end/layer_viewer/LayerTreeOutline.js", |
| 284 "front_end/layer_viewer/LayerViewHost.js", | 289 "front_end/layer_viewer/LayerViewHost.js", |
| 285 "front_end/layer_viewer/module.json", | 290 "front_end/layer_viewer/module.json", |
| 286 "front_end/layer_viewer/paintProfiler.css", | 291 "front_end/layer_viewer/paintProfiler.css", |
| 287 "front_end/layer_viewer/PaintProfilerView.js", | 292 "front_end/layer_viewer/PaintProfilerView.js", |
| 288 "front_end/layer_viewer/TransformController.js", | 293 "front_end/layer_viewer/TransformController.js", |
| 289 "front_end/layers/LayerPaintProfilerView.js", | 294 "front_end/layers/LayerPaintProfilerView.js", |
| 290 "front_end/layers/LayersPanel.js", | 295 "front_end/layers/LayersPanel.js", |
| 291 "front_end/layers/LayerTreeModel.js", | 296 "front_end/layers/LayerTreeModel.js", |
| 292 "front_end/layers/module.json", | 297 "front_end/layers/module.json", |
| 293 "front_end/main/errorWarningCounter.css", | 298 "front_end/main/errorWarningCounter.css", |
| 294 "front_end/main/ExecutionContextSelector.js", | 299 "front_end/main/ExecutionContextSelector.js", |
| 295 "front_end/main/GCActionDelegate.js", | 300 "front_end/main/GCActionDelegate.js", |
| 296 "front_end/main/Main.js", | 301 "front_end/main/Main.js", |
| 297 "front_end/main/module.json", | 302 "front_end/main/module.json", |
| 298 "front_end/main/remoteDebuggingTerminatedScreen.css", | 303 "front_end/main/remoteDebuggingTerminatedScreen.css", |
| 299 "front_end/main/renderingOptions.css", | 304 "front_end/main/renderingOptions.css", |
| 300 "front_end/main/RenderingOptions.js", | 305 "front_end/main/RenderingOptions.js", |
| 301 "front_end/main/RequestAppBannerActionDelegate.js", | 306 "front_end/main/RequestAppBannerActionDelegate.js", |
| 302 "front_end/main/SimpleApp.js", | 307 "front_end/main/SimpleApp.js", |
| 308 "front_end/main/Timer.js", |
| 303 "front_end/main/targetCrashedScreen.css", | 309 "front_end/main/targetCrashedScreen.css", |
| 304 "front_end/network/blockedURLsPane.css", | 310 "front_end/network/blockedURLsPane.css", |
| 305 "front_end/network/BlockedURLsPane.js", | 311 "front_end/network/BlockedURLsPane.js", |
| 306 "front_end/network/eventSourceMessagesView.css", | 312 "front_end/network/eventSourceMessagesView.css", |
| 307 "front_end/network/EventSourceMessagesView.js", | 313 "front_end/network/EventSourceMessagesView.js", |
| 308 "front_end/network/FilterSuggestionBuilder.js", | 314 "front_end/network/FilterSuggestionBuilder.js", |
| 309 "front_end/network/HARWriter.js", | 315 "front_end/network/HARWriter.js", |
| 310 "front_end/network/JSONView.js", | 316 "front_end/network/JSONView.js", |
| 311 "front_end/network/module.json", | 317 "front_end/network/module.json", |
| 312 "front_end/network/networkConfigView.css", | 318 "front_end/network/networkConfigView.css", |
| (...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 "$resources_out_dir/emulated_devices/emulated_devices_module.js", | 901 "$resources_out_dir/emulated_devices/emulated_devices_module.js", |
| 896 "$resources_out_dir/gonzales/gonzales_module.js", | 902 "$resources_out_dir/gonzales/gonzales_module.js", |
| 897 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js", | 903 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js", |
| 898 "$resources_out_dir/product_registry/product_registry_module.js", | 904 "$resources_out_dir/product_registry/product_registry_module.js", |
| 899 "$resources_out_dir/screencast/screencast_module.js", | 905 "$resources_out_dir/screencast/screencast_module.js", |
| 900 ] | 906 ] |
| 901 | 907 |
| 902 devtools_applications = [ | 908 devtools_applications = [ |
| 903 "inspector", | 909 "inspector", |
| 904 "toolbox", | 910 "toolbox", |
| 911 "integration_test_runner", |
| 905 "unit_test_runner", | 912 "unit_test_runner", |
| 906 "formatter_worker", | 913 "formatter_worker", |
| 907 "audits2_worker", | 914 "audits2_worker", |
| 908 "heap_snapshot_worker", | 915 "heap_snapshot_worker", |
| 909 "utility_shared_worker", | 916 "utility_shared_worker", |
| 910 ] | 917 ] |
| 911 | 918 |
| 912 #------------------------------------------------------------------------------- | 919 #------------------------------------------------------------------------------- |
| 913 | 920 |
| 914 visibility = [ "//third_party/WebKit/*" ] | 921 visibility = [ "//third_party/WebKit/*" ] |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 ] | 1054 ] |
| 1048 | 1055 |
| 1049 helper_scripts = [ | 1056 helper_scripts = [ |
| 1050 "scripts/build/modular_build.py", | 1057 "scripts/build/modular_build.py", |
| 1051 "scripts/build/rjsmin.py", | 1058 "scripts/build/rjsmin.py", |
| 1052 ] | 1059 ] |
| 1053 | 1060 |
| 1054 inputs = helper_scripts + all_devtools_files + generated_scripts + [ | 1061 inputs = helper_scripts + all_devtools_files + generated_scripts + [ |
| 1055 "front_end/inspector.html", | 1062 "front_end/inspector.html", |
| 1056 "front_end/toolbox.html", | 1063 "front_end/toolbox.html", |
| 1064 "front_end/integration_test_runner.html", |
| 1057 "front_end/unit_test_runner.html", | 1065 "front_end/unit_test_runner.html", |
| 1058 ] | 1066 ] |
| 1059 | 1067 |
| 1060 outputs = generated_resources + generated_remote_modules | 1068 outputs = generated_resources + generated_remote_modules |
| 1061 | 1069 |
| 1062 args = devtools_applications + [ | 1070 args = devtools_applications + [ |
| 1063 "--input_path", | 1071 "--input_path", |
| 1064 rebase_path("front_end", root_build_dir), | 1072 rebase_path("front_end", root_build_dir), |
| 1065 "--output_path", | 1073 "--output_path", |
| 1066 rebase_path(resources_out_dir, root_build_dir), | 1074 rebase_path(resources_out_dir, root_build_dir), |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 ".eslintrc.js", | 1143 ".eslintrc.js", |
| 1136 "devtools-node-modules/", | 1144 "devtools-node-modules/", |
| 1137 "front_end/", | 1145 "front_end/", |
| 1138 "scripts/buildbot/run_eslint.py", | 1146 "scripts/buildbot/run_eslint.py", |
| 1139 "scripts/local_node/", | 1147 "scripts/local_node/", |
| 1140 "//testing/scripts/common.py", | 1148 "//testing/scripts/common.py", |
| 1141 "//testing/scripts/run_devtools_check.py", | 1149 "//testing/scripts/run_devtools_check.py", |
| 1142 "//testing/xvfb.py", | 1150 "//testing/xvfb.py", |
| 1143 ] | 1151 ] |
| 1144 } | 1152 } |
| OLD | NEW |