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

Unified Diff: content/browser/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 | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 369c8198d073fec1311f4e92c8b402904d7228ad..8a4a2c3935eb55eb6080b082ef389c4be2301ddf 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -162,8 +162,14 @@ source_set("browser") {
"$target_gen_dir/devtools/protocol/forward.h",
"$target_gen_dir/devtools/protocol/io.cc",
"$target_gen_dir/devtools/protocol/io.h",
+ "$target_gen_dir/devtools/protocol/memory.cc",
+ "$target_gen_dir/devtools/protocol/memory.h",
"$target_gen_dir/devtools/protocol/protocol.cc",
"$target_gen_dir/devtools/protocol/protocol.h",
+ "$target_gen_dir/devtools/protocol/system_info.cc",
+ "$target_gen_dir/devtools/protocol/system_info.h",
+ "$target_gen_dir/devtools/protocol/tethering.cc",
+ "$target_gen_dir/devtools/protocol/tethering.h",
"$target_gen_dir/devtools/protocol/tracing.cc",
"$target_gen_dir/devtools/protocol/tracing.h",
"../common/service_manager/child_connection.cc",
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698