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

Unified Diff: content/content_browser.gypi

Issue 10832112: Simplify devtools code on android and enable devtools for android content_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b584c6be8a90f810ed3336ba03ebb43ac56cb56f..eaa8787ead74651413b9943e199c9f580bb6e955 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -32,7 +32,6 @@
'port/browser/smooth_scroll_gesture.h',
'public/browser/access_token_store.h',
'public/browser/android/content_view_core.h',
- 'public/browser/android/devtools_server.h',
'public/browser/android/draw_delegate.h',
'public/browser/android/graphics_context.h',
'public/browser/browser_accessibility_state.h',
@@ -209,7 +208,6 @@
'browser/android/content_view_core_impl.h',
'browser/android/content_view_statics.cc',
'browser/android/content_view_statics.h',
- 'browser/android/devtools_server.cc',
'browser/android/download_controller.cc',
'browser/android/download_controller.h',
'browser/android/draw_delegate_impl.h',
@@ -217,8 +215,6 @@
'browser/android/graphics_context.cc',
'browser/android/ime_utils.cc',
'browser/android/ime_utils.h',
- 'browser/android/remote_debugging_controller.cc',
- 'browser/android/remote_debugging_controller.h',
'browser/android/sandboxed_process_launcher.cc',
'browser/android/sandboxed_process_launcher.h',
'browser/android/touch_point.cc',

Powered by Google App Engine
This is Rietveld 408576698