Commit 86c44495 authored by aboxhall's avatar aboxhall Committed by Commit bot

Make accessibility a remote module

BUG=390254

Review-Url: https://codereview.chromium.org/2292723002
Cr-Commit-Position: refs/heads/master@{#415223}
parent c31e0606
......@@ -143,7 +143,6 @@ action("generate_devtools_grd") {
resources_out_dir + "formatter_worker.js",
resources_out_dir + "heap_snapshot_worker.js",
resources_out_dir + "temp_storage_shared_worker.js",
resources_out_dir + "accessibility/accessibility_module.js",
resources_out_dir + "audits/audits_module.js",
resources_out_dir + "animation/animation_module.js",
resources_out_dir + "components_lazy/components_lazy_module.js",
......
......@@ -105,7 +105,6 @@
'<(PRODUCT_DIR)/resources/inspector/formatter_worker.js',
'<(PRODUCT_DIR)/resources/inspector/heap_snapshot_worker.js',
'<(PRODUCT_DIR)/resources/inspector/temp_storage_shared_worker.js',
'<(PRODUCT_DIR)/resources/inspector/accessibility/accessibility_module.js',
'<(PRODUCT_DIR)/resources/inspector/animation/animation_module.js',
'<(PRODUCT_DIR)/resources/inspector/audits/audits_module.js',
'<(PRODUCT_DIR)/resources/inspector/components_lazy/components_lazy_module.js',
......
......@@ -32,7 +32,7 @@
{ "name": "snippets" },
{ "name": "diff" },
{ "name": "sass", "condition": "!v8only" },
{ "name": "accessibility", "condition": "!v8only" },
{ "name": "accessibility", "condition": "!v8only", "type": "remoteInRelease" },
{ "name": "animation", "condition": "!v8only" },
{ "name": "es_tree" },
{ "name": "screencast", "condition": "remoteFrontend", "type": "remoteInRelease" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment