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

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, 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 5946f2d190b8c0f376578a20012679c220384728..872a54407c1a639071c6eac0b6b65a38e9b24536 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -190,10 +190,14 @@
'browser/android/command_line.h',
'browser/android/device_info.cc',
'browser/android/device_info.h',
+ 'browser/android/devtools_server.cc',
+ 'browser/android/devtools_server.h',
'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/trace_event_binding.cc',
'browser/android/trace_event_binding.h',
'browser/appcache/appcache_dispatcher_host.cc',

Powered by Google App Engine
This is Rietveld 408576698