| Index: third_party/WebKit/Source/devtools/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
|
| index 25ec3a48a4dd54728fba66a24390efad287baa6f..19ae8e7e005b67e4e0fd6c7c36079d670024dff1 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -860,7 +860,7 @@ generated_scripts = [
|
| "$resources_out_dir/SupportedCSSProperties.js",
|
| ]
|
|
|
| -generated_resources = [
|
| +generated_applications = [
|
| "$resources_out_dir/inspector.html",
|
| "$resources_out_dir/inspector.js",
|
| "$resources_out_dir/toolbox.html",
|
| @@ -869,8 +869,9 @@ generated_resources = [
|
| "$resources_out_dir/formatter_worker.js",
|
| "$resources_out_dir/heap_snapshot_worker.js",
|
| "$resources_out_dir/utility_shared_worker.js",
|
| +]
|
|
|
| - # this contains non-autostart non-remote modules only.
|
| +generated_non_autostart_non_remote_modules = [
|
| "$resources_out_dir/animation/animation_module.js",
|
| "$resources_out_dir/audits/audits_module.js",
|
| "$resources_out_dir/audits2/audits2_module.js",
|
| @@ -902,13 +903,15 @@ generated_resources = [
|
| "$resources_out_dir/snippets/snippets_module.js",
|
| "$resources_out_dir/source_frame/source_frame_module.js",
|
| "$resources_out_dir/sources/sources_module.js",
|
| - "$resources_out_dir/terminal/terminal_module.js",
|
| "$resources_out_dir/text_editor/text_editor_module.js",
|
| "$resources_out_dir/timeline_model/timeline_model_module.js",
|
| "$resources_out_dir/timeline/timeline_module.js",
|
| "$resources_out_dir/workspace_diff/workspace_diff_module.js",
|
| ]
|
|
|
| +generated_resources =
|
| + generated_applications + generated_non_autostart_non_remote_modules
|
| +
|
| generated_remote_modules = [
|
| "$resources_out_dir/accessibility/accessibility_module.js",
|
| "$resources_out_dir/audits2_worker/audits2_worker_module.js",
|
|
|