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

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: Address Pavel's comments Created 8 years, 4 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 | « content/browser/android/remote_debugging_controller.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 4391897f49094ce18bd53bc73a6a6b0b9495b504..b01e76036f86bf0ab516ab4e12e587d6d5271cc3 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -32,7 +32,7 @@
'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/devtools_auth.h',
'public/browser/android/draw_delegate.h',
'public/browser/android/graphics_context.h',
'public/browser/browser_accessibility_state.h',
@@ -209,16 +209,14 @@
'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/devtools_auth.cc',
'browser/android/draw_delegate_impl.h',
'browser/android/draw_delegate_impl.cc',
'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',
« no previous file with comments | « content/browser/android/remote_debugging_controller.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698