| Index: android_webview/native/webview_native.gyp | 
| diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp | 
| index 39212b05fdde930f8c1a95ebb61692b44bdd971e..36198c538b3fda03cea2aab4d669a5c1eb594532 100644 | 
| --- a/android_webview/native/webview_native.gyp | 
| +++ b/android_webview/native/webview_native.gyp | 
| @@ -16,7 +16,6 @@ | 
| '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', | 
| '../../cc/cc.gyp:cc', | 
| '../../components/components.gyp:autofill_content_browser', | 
| -        '../../components/components.gyp:devtools_http_handler', | 
| '../../components/components.gyp:web_contents_delegate_android', | 
| '../../components/components_strings.gyp:components_strings', | 
| '../../content/content.gyp:content_common', | 
| @@ -60,8 +59,8 @@ | 
| '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', | 
|  |