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

Unified Diff: chrome/chrome.gyp

Issue 26568004: Introduced AndroidDeviceProvider to simplify testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unused constants, thus fixed compile errors. Created 7 years, 2 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 | « chrome/browser/ui/webui/inspect_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 546f220b613f04c306e86538c837b0170a81d0c1..1e279c0165c6997b38013bff572bfdf96f59cec2 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -173,6 +173,8 @@
'browser/devtools/adb_client_socket.h',
'browser/devtools/adb_web_socket.cc',
'browser/devtools/adb_web_socket.h',
+ 'browser/devtools/android_device.cc',
+ 'browser/devtools/android_device.h',
'browser/devtools/browser_list_tabcontents_provider.cc',
'browser/devtools/browser_list_tabcontents_provider.h',
'browser/devtools/devtools_adb_bridge.cc',
@@ -190,6 +192,8 @@
'browser/devtools/devtools_window.h',
'browser/devtools/port_forwarding_controller.cc',
'browser/devtools/port_forwarding_controller.h',
+ 'browser/devtools/refcounted_adb_thread.cc',
+ 'browser/devtools/refcounted_adb_thread.h',
'browser/devtools/remote_debugging_server.cc',
'browser/devtools/remote_debugging_server.h',
],
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698