Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2742623002: DevTools: improve test infrastructure w/ devtools driving the test (Closed)
Patch Set: fixup Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/ConsoleTestRunner.js",
274 "front_end/integration_test_runner/IntegrationTestRunner.js",
275 "front_end/integration_test_runner/module.json",
269 "front_end/layer_viewer/layerDetailsView.css", 276 "front_end/layer_viewer/layerDetailsView.css",
270 "front_end/layer_viewer/LayerDetailsView.js", 277 "front_end/layer_viewer/LayerDetailsView.js",
271 "front_end/layer_viewer/layers3DView.css", 278 "front_end/layer_viewer/layers3DView.css",
272 "front_end/layer_viewer/Layers3DView.js", 279 "front_end/layer_viewer/Layers3DView.js",
273 "front_end/layer_viewer/LayerTreeOutline.js", 280 "front_end/layer_viewer/LayerTreeOutline.js",
274 "front_end/layer_viewer/LayerViewHost.js", 281 "front_end/layer_viewer/LayerViewHost.js",
275 "front_end/layer_viewer/module.json", 282 "front_end/layer_viewer/module.json",
276 "front_end/layer_viewer/paintProfiler.css", 283 "front_end/layer_viewer/paintProfiler.css",
277 "front_end/layer_viewer/PaintProfilerView.js", 284 "front_end/layer_viewer/PaintProfilerView.js",
278 "front_end/layer_viewer/TransformController.js", 285 "front_end/layer_viewer/TransformController.js",
279 "front_end/layers/LayerPaintProfilerView.js", 286 "front_end/layers/LayerPaintProfilerView.js",
280 "front_end/layers/LayersPanel.js", 287 "front_end/layers/LayersPanel.js",
281 "front_end/layers/LayerTreeModel.js", 288 "front_end/layers/LayerTreeModel.js",
282 "front_end/layers/module.json", 289 "front_end/layers/module.json",
283 "front_end/main/errorWarningCounter.css", 290 "front_end/main/errorWarningCounter.css",
284 "front_end/main/ExecutionContextSelector.js", 291 "front_end/main/ExecutionContextSelector.js",
285 "front_end/main/GCActionDelegate.js", 292 "front_end/main/GCActionDelegate.js",
286 "front_end/main/Main.js", 293 "front_end/main/Main.js",
287 "front_end/main/module.json", 294 "front_end/main/module.json",
288 "front_end/main/OverlayController.js", 295 "front_end/main/OverlayController.js",
289 "front_end/main/remoteDebuggingTerminatedScreen.css", 296 "front_end/main/remoteDebuggingTerminatedScreen.css",
290 "front_end/main/renderingOptions.css", 297 "front_end/main/renderingOptions.css",
291 "front_end/main/RenderingOptions.js", 298 "front_end/main/RenderingOptions.js",
292 "front_end/main/RequestAppBannerActionDelegate.js", 299 "front_end/main/RequestAppBannerActionDelegate.js",
293 "front_end/main/SimpleApp.js", 300 "front_end/main/SimpleApp.js",
301 "front_end/main/Timer.js",
294 "front_end/main/targetCrashedScreen.css", 302 "front_end/main/targetCrashedScreen.css",
295 "front_end/network/blockedURLsPane.css", 303 "front_end/network/blockedURLsPane.css",
296 "front_end/network/BlockedURLsPane.js", 304 "front_end/network/BlockedURLsPane.js",
297 "front_end/network/eventSourceMessagesView.css", 305 "front_end/network/eventSourceMessagesView.css",
298 "front_end/network/EventSourceMessagesView.js", 306 "front_end/network/EventSourceMessagesView.js",
299 "front_end/network/FilterSuggestionBuilder.js", 307 "front_end/network/FilterSuggestionBuilder.js",
300 "front_end/network/HARWriter.js", 308 "front_end/network/HARWriter.js",
301 "front_end/network/JSONView.js", 309 "front_end/network/JSONView.js",
302 "front_end/network/module.json", 310 "front_end/network/module.json",
303 "front_end/network/networkConfigView.css", 311 "front_end/network/networkConfigView.css",
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698