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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2_worker.json

Issue 2658233003: DevTools: flip lighthouse binary to be a remote module. (Closed)
Patch Set: Created 3 years, 11 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/front_end/audits2_worker.json
diff --git a/third_party/WebKit/Source/devtools/front_end/audits2_worker.json b/third_party/WebKit/Source/devtools/front_end/audits2_worker.json
index 417f4a12c220192eb3b514b0fa4e730a21a0ead0..f9ab83adfa1aa6175945687a1034d52aefe7d083 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits2_worker.json
+++ b/third_party/WebKit/Source/devtools/front_end/audits2_worker.json
@@ -1,7 +1,7 @@
{
"modules": [
{ "name": "worker_service", "type": "autostart" },
- { "name": "audits2_worker"}
+ { "name": "audits2_worker", "type": "remote" }
],
"has_html": false
« 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