OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |