Chromium Code Reviews

Unified Diff: content/browser/BUILD.gn

Issue 2500093002: [DevTools] Move IO and Tracing to new generator. (Closed)
Patch Set: works Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d1f4b854759de12e593d436573f349c5acb038fb..9b014bd43e327d02b14a2611e43063709cd211ef 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -157,6 +157,8 @@ source_set("browser") {
"$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.cc",
"$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatcher.h",
"$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/protocol.cc",
"$target_gen_dir/devtools/protocol/protocol.h",
"$target_gen_dir/devtools/protocol/tracing.cc",
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | content/browser/devtools/devtools_protocol_handler.cc » ('J')

Powered by Google App Engine