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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2725853004: DevTools: finalize audits2 worker as remote module (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 36f41cff83c0bf76a029e29b6e29d140297ab5cf..26edbcdecd3165fba16141c1a63a6e7fb701ed1b 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -824,7 +824,6 @@ generated_resources = [
# this contains non-autostart non-remote modules only.
"$resources_out_dir/animation/animation_module.js",
"$resources_out_dir/audits/audits_module.js",
- "$resources_out_dir/audits2_worker/audits2_worker_module.js",
"$resources_out_dir/audits2/audits2_module.js",
"$resources_out_dir/cm/cm_module.js",
"$resources_out_dir/color_picker/color_picker_module.js",
@@ -859,6 +858,7 @@ generated_resources = [
generated_remote_modules = [
"$resources_out_dir/accessibility/accessibility_module.js",
+ "$resources_out_dir/audits2_worker/audits2_worker_module.js",
"$resources_out_dir/cm_modes/cm_modes_module.js",
"$resources_out_dir/emulated_devices/emulated_devices_module.js",
"$resources_out_dir/gonzales/gonzales_module.js",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698