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

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

Issue 2515613006: [DevTools] Move Memory, SystemInfo and Tethering domains to new generator. (Closed)
Patch Set: fixed review comments 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/devtools/browser_devtools_agent_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/BUILD.gn
diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
index 97ac93d327481de27f00627545b3bf7d8052df20..5493f21753e8775f9558066477bed70e2d3d12ae 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -58,8 +58,14 @@ inspector_protocol_generate("protocol_sources") {
"protocol/forward.h",
"protocol/io.cc",
"protocol/io.h",
+ "protocol/memory.cc",
+ "protocol/memory.h",
"protocol/protocol.cc",
"protocol/protocol.h",
+ "protocol/system_info.cc",
+ "protocol/system_info.h",
+ "protocol/tethering.cc",
+ "protocol/tethering.h",
"protocol/tracing.cc",
"protocol/tracing.h",
]
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/devtools/browser_devtools_agent_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698