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

Unified Diff: android_webview/native/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
« no previous file with comments | « android_webview/browser/aw_devtools_manager_delegate.cc ('k') | android_webview/native/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index efa5d4a1963ac442a46b170f33b960aabcafc452..e34c32bb9e74fe8dfdcfee7b7e031b6afab6ae3f 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -13,7 +13,6 @@ source_set("native") {
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//cc:cc",
"//components/autofill/content/browser:browser",
- "//components/devtools_http_handler:devtools_http_handler",
"//components/strings",
"//components/web_contents_delegate_android:web_contents_delegate_android",
"//content/public/common",
@@ -57,8 +56,8 @@ source_set("native") {
"aw_contents_statics.h",
"aw_debug.cc",
"aw_debug.h",
- "aw_dev_tools_server.cc",
- "aw_dev_tools_server.h",
+ "aw_devtools_server.cc",
+ "aw_devtools_server.h",
"aw_form_database.cc",
"aw_form_database.h",
"aw_gl_functor.cc",
« no previous file with comments | « android_webview/browser/aw_devtools_manager_delegate.cc ('k') | android_webview/native/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698