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

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: Sync 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
« 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 620da1ec31ddc36938b76894a103bfbeea5341c8..07def561d694f766d41bde2ac78522fbc3202cb0 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -30,6 +30,7 @@
'port/browser/render_widget_host_view_port.h',
'public/browser/access_token_store.h',
'public/browser/android/content_view_core.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/content_view_core_impl.cc',
'browser/android/content_view_core_impl.h',
+ 'browser/android/devtools_server.cc',
'browser/android/download_controller.cc',
'browser/android/download_controller.h',
'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