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

Unified Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2493063005: [DevTools] Use inspector_protocol generator in content/browser/devtools. (Closed)
Patch Set: roll Created 4 years, 1 month 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: third_party/WebKit/Source/core/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index 469e9e037cfec32e9a0a2d3428f238067115a519..9e6c43c528b41955183859e115fac41f7b90153b 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -164,8 +164,6 @@ inspector_protocol_generate("protocol_sources") {
"inspector/protocol/IndexedDB.h",
"inspector/protocol/Input.cpp",
"inspector/protocol/Input.h",
- "inspector/protocol/Inspector.cpp",
- "inspector/protocol/Inspector.h",
"inspector/protocol/IO.cpp",
"inspector/protocol/IO.h",
"inspector/protocol/LayerTree.cpp",
@@ -185,10 +183,6 @@ inspector_protocol_generate("protocol_sources") {
"inspector/protocol/Runtime.h",
"inspector/protocol/Security.cpp",
"inspector/protocol/Security.h",
- "inspector/protocol/ServiceWorker.cpp",
- "inspector/protocol/ServiceWorker.h",
- "inspector/protocol/Storage.cpp",
- "inspector/protocol/Storage.h",
"inspector/protocol/Target.cpp",
"inspector/protocol/Target.h",
"inspector/protocol/Tracing.cpp",
« no previous file with comments | « content/browser/devtools/protocol_string.cc ('k') | third_party/WebKit/Source/core/inspector/browser_protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698