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

Unified Diff: content/content_browser.gypi

Issue 10540094: Add RemoteDebuggingController.java and its (native) dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move devtools_server.h to content/public Created 8 years, 6 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 168a9ad46084fe2be4de165e4f2d15c807541d38..a27430bea438d942148769e0099c1b188c931d77 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -31,6 +31,7 @@
'port/browser/render_view_host_delegate_view.h',
'port/browser/render_widget_host_view_port.h',
'public/browser/access_token_store.h',
+ 'public/browser/android/devtools_server.h',
'public/browser/browser_accessibility_state.h',
'public/browser/browser_child_process_host.h',
'public/browser/browser_child_process_host_delegate.cc',
@@ -199,10 +200,13 @@
'browser/android/content_view_client.h',
'browser/android/device_info.cc',
'browser/android/device_info.h',
+ 'browser/android/devtools_server.cc',
'browser/android/download_controller.cc',
'browser/android/download_controller.h',
'browser/android/jni_helper.cc',
'browser/android/jni_helper.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/trace_event_binding.cc',

Powered by Google App Engine
This is Rietveld 408576698