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

Unified Diff: content/browser/devtools/BUILD.gn

Issue 2654993006: Show service worker navigation preload requests in DevTools Network tab. (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
Index: content/browser/devtools/BUILD.gn
diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
index f12e6f8316b0f9b2e179a0933a1611efc2b9a0ad..1704ccd76268d9e5883436ca9348af48218ec9ef 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -74,6 +74,8 @@ inspector_protocol_generate("protocol_sources") {
"protocol/page.h",
"protocol/protocol.cc",
"protocol/protocol.h",
+ "protocol/runtime.cc",
+ "protocol/runtime.h",
"protocol/schema.cc",
"protocol/schema.h",
"protocol/security.cc",

Powered by Google App Engine
This is Rietveld 408576698