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

Side by Side Diff: chrome/browser/devtools/BUILD.gn

Issue 2431483003: [DevTools] Split device discovery off DevToolsAnrdoidBridge. (Closed)
Patch Set: the bug with invalid weak pointer Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/devtools/chrome_devtools_manager_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 if (!is_android) { 5 if (!is_android) {
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 } 9 }
10 10
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "device/adb/adb_client_socket.cc", 84 "device/adb/adb_client_socket.cc",
85 "device/adb/adb_client_socket.h", 85 "device/adb/adb_client_socket.h",
86 "device/adb/adb_device_provider.cc", 86 "device/adb/adb_device_provider.cc",
87 "device/adb/adb_device_provider.h", 87 "device/adb/adb_device_provider.h",
88 "device/android_device_info_query.cc", 88 "device/android_device_info_query.cc",
89 "device/android_device_manager.cc", 89 "device/android_device_manager.cc",
90 "device/android_device_manager.h", 90 "device/android_device_manager.h",
91 "device/android_web_socket.cc", 91 "device/android_web_socket.cc",
92 "device/devtools_android_bridge.cc", 92 "device/devtools_android_bridge.cc",
93 "device/devtools_android_bridge.h", 93 "device/devtools_android_bridge.h",
94 "device/devtools_device_discovery.cc",
95 "device/devtools_device_discovery.h",
94 "device/port_forwarding_controller.cc", 96 "device/port_forwarding_controller.cc",
95 "device/port_forwarding_controller.h", 97 "device/port_forwarding_controller.h",
96 "device/tcp_device_provider.cc", 98 "device/tcp_device_provider.cc",
97 "device/tcp_device_provider.h", 99 "device/tcp_device_provider.h",
98 "device/usb/android_rsa.cc", 100 "device/usb/android_rsa.cc",
99 "device/usb/android_rsa.h", 101 "device/usb/android_rsa.h",
100 "device/usb/android_usb_device.cc", 102 "device/usb/android_usb_device.cc",
101 "device/usb/android_usb_device.h", 103 "device/usb/android_usb_device.h",
102 "device/usb/android_usb_socket.cc", 104 "device/usb/android_usb_socket.cc",
103 "device/usb/android_usb_socket.h", 105 "device/usb/android_usb_socket.h",
(...skipping 25 matching lines...) Expand all
129 "remote_debugging_server.h", 131 "remote_debugging_server.h",
130 ] 132 ]
131 if (enable_service_discovery) { 133 if (enable_service_discovery) {
132 sources += [ 134 sources += [
133 "device/cast_device_provider.cc", 135 "device/cast_device_provider.cc",
134 "device/cast_device_provider.h", 136 "device/cast_device_provider.h",
135 ] 137 ]
136 } 138 }
137 } 139 }
138 } 140 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/devtools/chrome_devtools_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698