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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "front_end/inline_editor/colorSwatch.css", | 259 "front_end/inline_editor/colorSwatch.css", |
260 "front_end/inline_editor/ColorSwatch.js", | 260 "front_end/inline_editor/ColorSwatch.js", |
261 "front_end/inline_editor/cssShadowEditor.css", | 261 "front_end/inline_editor/cssShadowEditor.css", |
262 "front_end/inline_editor/CSSShadowEditor.js", | 262 "front_end/inline_editor/CSSShadowEditor.js", |
263 "front_end/inline_editor/CSSShadowModel.js", | 263 "front_end/inline_editor/CSSShadowModel.js", |
264 "front_end/inline_editor/cssShadowSwatch.css", | 264 "front_end/inline_editor/cssShadowSwatch.css", |
265 "front_end/inline_editor/module.json", | 265 "front_end/inline_editor/module.json", |
266 "front_end/inline_editor/SwatchPopoverHelper.js", | 266 "front_end/inline_editor/SwatchPopoverHelper.js", |
267 "front_end/inspector.js", | 267 "front_end/inspector.js", |
268 "front_end/inspector.json", | 268 "front_end/inspector.json", |
| 269 "front_end/integration_test_runner.js", |
| 270 "front_end/integration_test_runner.json", |
| 271 "front_end/integration_test/IntegrationTest.js", |
| 272 "front_end/integration_test/module.json", |
| 273 "front_end/integration_test_runner/IntegrationTestRunner.js", |
| 274 "front_end/integration_test_runner/module.json", |
269 "front_end/layer_viewer/layerDetailsView.css", | 275 "front_end/layer_viewer/layerDetailsView.css", |
270 "front_end/layer_viewer/LayerDetailsView.js", | 276 "front_end/layer_viewer/LayerDetailsView.js", |
271 "front_end/layer_viewer/layers3DView.css", | 277 "front_end/layer_viewer/layers3DView.css", |
272 "front_end/layer_viewer/Layers3DView.js", | 278 "front_end/layer_viewer/Layers3DView.js", |
273 "front_end/layer_viewer/LayerTreeOutline.js", | 279 "front_end/layer_viewer/LayerTreeOutline.js", |
274 "front_end/layer_viewer/LayerViewHost.js", | 280 "front_end/layer_viewer/LayerViewHost.js", |
275 "front_end/layer_viewer/module.json", | 281 "front_end/layer_viewer/module.json", |
276 "front_end/layer_viewer/paintProfiler.css", | 282 "front_end/layer_viewer/paintProfiler.css", |
277 "front_end/layer_viewer/PaintProfilerView.js", | 283 "front_end/layer_viewer/PaintProfilerView.js", |
278 "front_end/layer_viewer/TransformController.js", | 284 "front_end/layer_viewer/TransformController.js", |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 "front_end/timeline/TimelineLoader.js", | 594 "front_end/timeline/TimelineLoader.js", |
589 "front_end/timeline/TimelineNetworkFlameChart.js", | 595 "front_end/timeline/TimelineNetworkFlameChart.js", |
590 "front_end/timeline/timelinePaintProfiler.css", | 596 "front_end/timeline/timelinePaintProfiler.css", |
591 "front_end/timeline/TimelinePaintProfilerView.js", | 597 "front_end/timeline/TimelinePaintProfilerView.js", |
592 "front_end/timeline/timelinePanel.css", | 598 "front_end/timeline/timelinePanel.css", |
593 "front_end/timeline/TimelinePanel.js", | 599 "front_end/timeline/TimelinePanel.js", |
594 "front_end/timeline/timelineStatusDialog.css", | 600 "front_end/timeline/timelineStatusDialog.css", |
595 "front_end/timeline/TimelineTreeModeView.js", | 601 "front_end/timeline/TimelineTreeModeView.js", |
596 "front_end/timeline/TimelineTreeView.js", | 602 "front_end/timeline/TimelineTreeView.js", |
597 "front_end/timeline/TimelineUIUtils.js", | 603 "front_end/timeline/TimelineUIUtils.js", |
| 604 "front_end/timer/module.json", |
| 605 "front_end/timer/Timer.js", |
598 "front_end/toolbox_bootstrap/module.json", | 606 "front_end/toolbox_bootstrap/module.json", |
599 "front_end/toolbox_bootstrap/Toolbox.js", | 607 "front_end/toolbox_bootstrap/Toolbox.js", |
600 "front_end/toolbox.js", | 608 "front_end/toolbox.js", |
601 "front_end/toolbox.json", | 609 "front_end/toolbox.json", |
602 "front_end/ui/ActionRegistry.js", | 610 "front_end/ui/ActionRegistry.js", |
603 "front_end/ui/ARIAUtils.js", | 611 "front_end/ui/ARIAUtils.js", |
604 "front_end/ui/checkboxTextLabel.css", | 612 "front_end/ui/checkboxTextLabel.css", |
605 "front_end/ui/closeButton.css", | 613 "front_end/ui/closeButton.css", |
606 "front_end/ui/confirmDialog.css", | 614 "front_end/ui/confirmDialog.css", |
607 "front_end/ui/Context.js", | 615 "front_end/ui/Context.js", |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 "$resources_out_dir/emulated_devices/emulated_devices_module.js", | 873 "$resources_out_dir/emulated_devices/emulated_devices_module.js", |
866 "$resources_out_dir/gonzales/gonzales_module.js", | 874 "$resources_out_dir/gonzales/gonzales_module.js", |
867 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js", | 875 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js", |
868 "$resources_out_dir/product_registry/product_registry_module.js", | 876 "$resources_out_dir/product_registry/product_registry_module.js", |
869 "$resources_out_dir/screencast/screencast_module.js", | 877 "$resources_out_dir/screencast/screencast_module.js", |
870 ] | 878 ] |
871 | 879 |
872 devtools_applications = [ | 880 devtools_applications = [ |
873 "inspector", | 881 "inspector", |
874 "toolbox", | 882 "toolbox", |
| 883 "integration_test_runner", |
875 "unit_test_runner", | 884 "unit_test_runner", |
876 "formatter_worker", | 885 "formatter_worker", |
877 "audits2_worker", | 886 "audits2_worker", |
878 "heap_snapshot_worker", | 887 "heap_snapshot_worker", |
879 "utility_shared_worker", | 888 "utility_shared_worker", |
880 ] | 889 ] |
881 | 890 |
882 #------------------------------------------------------------------------------- | 891 #------------------------------------------------------------------------------- |
883 | 892 |
884 visibility = [ "//third_party/WebKit/*" ] | 893 visibility = [ "//third_party/WebKit/*" ] |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1017 ] | 1026 ] |
1018 | 1027 |
1019 helper_scripts = [ | 1028 helper_scripts = [ |
1020 "scripts/build/modular_build.py", | 1029 "scripts/build/modular_build.py", |
1021 "scripts/build/rjsmin.py", | 1030 "scripts/build/rjsmin.py", |
1022 ] | 1031 ] |
1023 | 1032 |
1024 inputs = helper_scripts + all_devtools_files + generated_scripts + [ | 1033 inputs = helper_scripts + all_devtools_files + generated_scripts + [ |
1025 "front_end/inspector.html", | 1034 "front_end/inspector.html", |
1026 "front_end/toolbox.html", | 1035 "front_end/toolbox.html", |
| 1036 "front_end/integration_test_runner.html", |
1027 "front_end/unit_test_runner.html", | 1037 "front_end/unit_test_runner.html", |
1028 ] | 1038 ] |
1029 | 1039 |
1030 outputs = generated_resources + generated_remote_modules | 1040 outputs = generated_resources + generated_remote_modules |
1031 | 1041 |
1032 args = devtools_applications + [ | 1042 args = devtools_applications + [ |
1033 "--input_path", | 1043 "--input_path", |
1034 rebase_path("front_end", root_build_dir), | 1044 rebase_path("front_end", root_build_dir), |
1035 "--output_path", | 1045 "--output_path", |
1036 rebase_path(resources_out_dir, root_build_dir), | 1046 rebase_path(resources_out_dir, root_build_dir), |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 ".eslintrc.js", | 1115 ".eslintrc.js", |
1106 "devtools-node-modules/", | 1116 "devtools-node-modules/", |
1107 "front_end/", | 1117 "front_end/", |
1108 "scripts/buildbot/run_eslint.py", | 1118 "scripts/buildbot/run_eslint.py", |
1109 "scripts/local_node/", | 1119 "scripts/local_node/", |
1110 "//testing/scripts/common.py", | 1120 "//testing/scripts/common.py", |
1111 "//testing/scripts/run_devtools_check.py", | 1121 "//testing/scripts/run_devtools_check.py", |
1112 "//testing/xvfb.py", | 1122 "//testing/xvfb.py", |
1113 ] | 1123 ] |
1114 } | 1124 } |
OLD | NEW |