| 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("//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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 "device/usb/android_usb_socket.cc", | 105 "device/usb/android_usb_socket.cc", |
| 106 "device/usb/android_usb_socket.h", | 106 "device/usb/android_usb_socket.h", |
| 107 "device/usb/usb_device_provider.cc", | 107 "device/usb/usb_device_provider.cc", |
| 108 "device/usb/usb_device_provider.h", | 108 "device/usb/usb_device_provider.h", |
| 109 "devtools_auto_opener.cc", | 109 "devtools_auto_opener.cc", |
| 110 "devtools_auto_opener.h", | 110 "devtools_auto_opener.h", |
| 111 "devtools_contents_resizing_strategy.cc", | 111 "devtools_contents_resizing_strategy.cc", |
| 112 "devtools_contents_resizing_strategy.h", | 112 "devtools_contents_resizing_strategy.h", |
| 113 "devtools_embedder_message_dispatcher.cc", | 113 "devtools_embedder_message_dispatcher.cc", |
| 114 "devtools_embedder_message_dispatcher.h", | 114 "devtools_embedder_message_dispatcher.h", |
| 115 "devtools_eye_dropper.cc", |
| 116 "devtools_eye_dropper.h", |
| 115 "devtools_file_helper.cc", | 117 "devtools_file_helper.cc", |
| 116 "devtools_file_helper.h", | 118 "devtools_file_helper.h", |
| 117 "devtools_file_system_indexer.cc", | 119 "devtools_file_system_indexer.cc", |
| 118 "devtools_file_system_indexer.h", | 120 "devtools_file_system_indexer.h", |
| 119 "devtools_file_watcher.cc", | 121 "devtools_file_watcher.cc", |
| 120 "devtools_file_watcher.h", | 122 "devtools_file_watcher.h", |
| 121 "devtools_targets_ui.cc", | 123 "devtools_targets_ui.cc", |
| 122 "devtools_targets_ui.h", | 124 "devtools_targets_ui.h", |
| 123 "devtools_toggle_action.cc", | 125 "devtools_toggle_action.cc", |
| 124 "devtools_toggle_action.h", | 126 "devtools_toggle_action.h", |
| 125 "devtools_ui_bindings.cc", | 127 "devtools_ui_bindings.cc", |
| 126 "devtools_ui_bindings.h", | 128 "devtools_ui_bindings.h", |
| 127 "devtools_window.cc", | 129 "devtools_window.cc", |
| 128 "devtools_window.h", | 130 "devtools_window.h", |
| 129 "global_confirm_info_bar.cc", | 131 "global_confirm_info_bar.cc", |
| 130 "global_confirm_info_bar.h", | 132 "global_confirm_info_bar.h", |
| 131 "remote_debugging_server.cc", | 133 "remote_debugging_server.cc", |
| 132 "remote_debugging_server.h", | 134 "remote_debugging_server.h", |
| 133 "url_constants.cc", | 135 "url_constants.cc", |
| 134 "url_constants.h", | 136 "url_constants.h", |
| 135 ] | 137 ] |
| 136 if (enable_service_discovery) { | 138 if (enable_service_discovery) { |
| 137 sources += [ | 139 sources += [ |
| 138 "device/cast_device_provider.cc", | 140 "device/cast_device_provider.cc", |
| 139 "device/cast_device_provider.h", | 141 "device/cast_device_provider.h", |
| 140 ] | 142 ] |
| 141 } | 143 } |
| 142 } | 144 } |
| 143 } | 145 } |
| OLD | NEW |