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

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

Issue 1560583002: DevTools: remove experimental webrtc-based remote debugging device provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests/gyp removals Created 4 years, 11 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 | « chrome/BUILD.gn ('k') | chrome/browser/devtools/device/devtools_android_bridge.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("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 } 7 }
8 8
9 action("devtools_protocol_constants") { 9 action("devtools_protocol_constants") {
10 script = "devtools_protocol_constants_generator.py" 10 script = "devtools_protocol_constants_generator.py"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 deps = [ 63 deps = [
64 ":devtools_protocol_constants", 64 ":devtools_protocol_constants",
65 "//base", 65 "//base",
66 "//content/public/browser", 66 "//content/public/browser",
67 "//net", 67 "//net",
68 ] 68 ]
69 69
70 if (!is_android) { 70 if (!is_android) {
71 deps += [ 71 deps += [
72 ":webrtc_device_provider_resources",
73 "//chrome:extra_resources", 72 "//chrome:extra_resources",
74 "//chrome:resources", 73 "//chrome:resources",
75 "//chrome:strings", 74 "//chrome:strings",
76 "//chrome/app/theme:theme_resources", 75 "//chrome/app/theme:theme_resources",
77 "//chrome/common/extensions/api", 76 "//chrome/common/extensions/api",
78 "//components/devtools_http_handler", 77 "//components/devtools_http_handler",
79 "//net:http_server", 78 "//net:http_server",
80 "//skia", 79 "//skia",
81 "//third_party/icu", 80 "//third_party/icu",
82 "//third_party/leveldatabase", 81 "//third_party/leveldatabase",
(...skipping 19 matching lines...) Expand all
102 "device/tcp_device_provider.cc", 101 "device/tcp_device_provider.cc",
103 "device/tcp_device_provider.h", 102 "device/tcp_device_provider.h",
104 "device/usb/android_rsa.cc", 103 "device/usb/android_rsa.cc",
105 "device/usb/android_rsa.h", 104 "device/usb/android_rsa.h",
106 "device/usb/android_usb_device.cc", 105 "device/usb/android_usb_device.cc",
107 "device/usb/android_usb_device.h", 106 "device/usb/android_usb_device.h",
108 "device/usb/android_usb_socket.cc", 107 "device/usb/android_usb_socket.cc",
109 "device/usb/android_usb_socket.h", 108 "device/usb/android_usb_socket.h",
110 "device/usb/usb_device_provider.cc", 109 "device/usb/usb_device_provider.cc",
111 "device/usb/usb_device_provider.h", 110 "device/usb/usb_device_provider.h",
112 "device/webrtc/devtools_bridge_client.cc",
113 "device/webrtc/devtools_bridge_client.h",
114 "device/webrtc/devtools_bridge_instances_request.cc",
115 "device/webrtc/devtools_bridge_instances_request.h",
116 "device/webrtc/send_command_request.cc",
117 "device/webrtc/send_command_request.h",
118 "device/webrtc/webrtc_device_provider.cc",
119 "device/webrtc/webrtc_device_provider.h",
120 "devtools_contents_resizing_strategy.cc", 111 "devtools_contents_resizing_strategy.cc",
121 "devtools_contents_resizing_strategy.h", 112 "devtools_contents_resizing_strategy.h",
122 "devtools_embedder_message_dispatcher.cc", 113 "devtools_embedder_message_dispatcher.cc",
123 "devtools_embedder_message_dispatcher.h", 114 "devtools_embedder_message_dispatcher.h",
124 "devtools_file_helper.cc", 115 "devtools_file_helper.cc",
125 "devtools_file_helper.h", 116 "devtools_file_helper.h",
126 "devtools_file_system_indexer.cc", 117 "devtools_file_system_indexer.cc",
127 "devtools_file_system_indexer.h", 118 "devtools_file_system_indexer.h",
128 "devtools_file_watcher.cc", 119 "devtools_file_watcher.cc",
129 "devtools_file_watcher.h", 120 "devtools_file_watcher.h",
130 "devtools_target_impl.cc", 121 "devtools_target_impl.cc",
131 "devtools_target_impl.h", 122 "devtools_target_impl.h",
132 "devtools_targets_ui.cc", 123 "devtools_targets_ui.cc",
133 "devtools_targets_ui.h", 124 "devtools_targets_ui.h",
134 "devtools_toggle_action.cc", 125 "devtools_toggle_action.cc",
135 "devtools_toggle_action.h", 126 "devtools_toggle_action.h",
136 "devtools_ui_bindings.cc", 127 "devtools_ui_bindings.cc",
137 "devtools_ui_bindings.h", 128 "devtools_ui_bindings.h",
138 "devtools_window.cc", 129 "devtools_window.cc",
139 "devtools_window.h", 130 "devtools_window.h",
140 "global_confirm_info_bar.cc", 131 "global_confirm_info_bar.cc",
141 "global_confirm_info_bar.h", 132 "global_confirm_info_bar.h",
142 "remote_debugging_server.cc", 133 "remote_debugging_server.cc",
143 "remote_debugging_server.h", 134 "remote_debugging_server.h",
144 ] 135 ]
145 } 136 }
146 } 137 }
147
148 if (!is_android) {
149 # GYP version: chrome/browser/devtools/webrtc_device_provider_resources.gyp:we brtc_device_provider_resources
150 grit("webrtc_device_provider_resources") {
151 source = "device/webrtc/resources.grd"
152 output_dir = "$root_gen_dir/chrome"
153 outputs = [
154 "grit/webrtc_device_provider_resources.h",
155 "grit/webrtc_device_provider_resources_map.cc",
156 "grit/webrtc_device_provider_resources_map.h",
157 "webrtc_device_provider_resources.pak",
158 ]
159 }
160 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/devtools/device/devtools_android_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698