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

Unified Diff: content/browser/BUILD.gn

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 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 f8a3ae8bedc469309f760616cbb699f0c6ad77c2..1c6823122d15a6d14e508f185b7bc7ce6045bb1e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -84,6 +84,7 @@ source_set("browser") {
"//mojo/public/js",
"//net",
"//net:extras",
+ "//net:http_server",
"//services/file:lib",
"//services/file/public/cpp",
"//services/file/public/interfaces",
@@ -386,6 +387,8 @@ source_set("browser") {
"devtools/devtools_frame_trace_recorder.h",
"devtools/devtools_frontend_host_impl.cc",
"devtools/devtools_frontend_host_impl.h",
+ "devtools/devtools_http_handler.cc",
+ "devtools/devtools_http_handler.h",
"devtools/devtools_io_context.cc",
"devtools/devtools_io_context.h",
"devtools/devtools_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698