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

Unified Diff: chrome/browser/devtools/BUILD.gn

Issue 1224743002: DevTools: allow to pass list of remote debugging targets as command line argument (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved flag definition to chrome_switches Created 5 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 | « no previous file | chrome/browser/devtools/device/devtools_android_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/BUILD.gn
diff --git a/chrome/browser/devtools/BUILD.gn b/chrome/browser/devtools/BUILD.gn
index d9e1904ae532663230bb5e9831fc67dc2c9e0d34..7b4e20337fac46f59afaa4f38f426a94fe92906f 100644
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -92,8 +92,8 @@ static_library("devtools") {
"device/devtools_android_bridge.h",
"device/port_forwarding_controller.cc",
"device/port_forwarding_controller.h",
- "device/self_device_provider.cc",
- "device/self_device_provider.h",
+ "device/tcp_device_provider.cc",
+ "device/tcp_device_provider.h",
"device/usb/android_rsa.cc",
"device/usb/android_rsa.h",
"device/usb/android_usb_device.cc",
« no previous file with comments | « no previous file | chrome/browser/devtools/device/devtools_android_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698