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

Unified Diff: android_webview/native/webview_native.gyp

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/native/aw_devtools_server.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « android_webview/native/aw_devtools_server.cc ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698