| 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", | 
|  |