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

Unified Diff: content/browser/BUILD.gn

Issue 2520193002: [DevTools] Move more domains to new generator. (Closed)
Patch Set: 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 8a4a2c3935eb55eb6080b082ef389c4be2301ddf..e53d872e9e61dc1ce543a70d04fc3c6f8204014a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -159,6 +159,8 @@ source_set("browser") {
# //content/browser/devtools:gen_devtools_protocol_handler.
"$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/dom.cc",
+ "$target_gen_dir/devtools/protocol/dom.h",
"$target_gen_dir/devtools/protocol/forward.h",
"$target_gen_dir/devtools/protocol/io.cc",
"$target_gen_dir/devtools/protocol/io.h",
« 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