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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/devtools/device/devtools_android_bridge.cc » ('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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "device/adb/adb_device_provider.cc", 85 "device/adb/adb_device_provider.cc",
86 "device/adb/adb_device_provider.h", 86 "device/adb/adb_device_provider.h",
87 "device/android_device_info_query.cc", 87 "device/android_device_info_query.cc",
88 "device/android_device_manager.cc", 88 "device/android_device_manager.cc",
89 "device/android_device_manager.h", 89 "device/android_device_manager.h",
90 "device/android_web_socket.cc", 90 "device/android_web_socket.cc",
91 "device/devtools_android_bridge.cc", 91 "device/devtools_android_bridge.cc",
92 "device/devtools_android_bridge.h", 92 "device/devtools_android_bridge.h",
93 "device/port_forwarding_controller.cc", 93 "device/port_forwarding_controller.cc",
94 "device/port_forwarding_controller.h", 94 "device/port_forwarding_controller.h",
95 "device/self_device_provider.cc", 95 "device/tcp_device_provider.cc",
96 "device/self_device_provider.h", 96 "device/tcp_device_provider.h",
97 "device/usb/android_rsa.cc", 97 "device/usb/android_rsa.cc",
98 "device/usb/android_rsa.h", 98 "device/usb/android_rsa.h",
99 "device/usb/android_usb_device.cc", 99 "device/usb/android_usb_device.cc",
100 "device/usb/android_usb_device.h", 100 "device/usb/android_usb_device.h",
101 "device/usb/android_usb_socket.cc", 101 "device/usb/android_usb_socket.cc",
102 "device/usb/android_usb_socket.h", 102 "device/usb/android_usb_socket.h",
103 "device/usb/usb_device_provider.cc", 103 "device/usb/usb_device_provider.cc",
104 "device/usb/usb_device_provider.h", 104 "device/usb/usb_device_provider.h",
105 "device/webrtc/devtools_bridge_client.cc", 105 "device/webrtc/devtools_bridge_client.cc",
106 "device/webrtc/devtools_bridge_client.h", 106 "device/webrtc/devtools_bridge_client.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 source = "device/webrtc/resources.grd" 140 source = "device/webrtc/resources.grd"
141 output_dir = "$root_gen_dir/chrome" 141 output_dir = "$root_gen_dir/chrome"
142 outputs = [ 142 outputs = [
143 "grit/webrtc_device_provider_resources.h", 143 "grit/webrtc_device_provider_resources.h",
144 "grit/webrtc_device_provider_resources_map.cc", 144 "grit/webrtc_device_provider_resources_map.cc",
145 "grit/webrtc_device_provider_resources_map.h", 145 "grit/webrtc_device_provider_resources_map.h",
146 "webrtc_device_provider_resources.pak", 146 "webrtc_device_provider_resources.pak",
147 ] 147 ]
148 } 148 }
149 } 149 }
OLDNEW
« 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