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

Unified Diff: content/browser/BUILD.gn

Issue 508973003: DevTools: Protocol handler generator for content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 36898fb3e39aeaa920aeca4d9628415fe57de801..616862f183540e57b7a0ecafa8aa42c315ff4b72 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -84,6 +84,8 @@ source_set("browser") {
"$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
"$root_gen_dir/content/browser/devtools/devtools_protocol_constants.cc",
"$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h",
+ "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_handler.cc",
+ "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_handler.h",
], ".")
# Non-iOS deps.
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | content/browser/devtools/protocol/devtools_protocol_frontend.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698