| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "devtools_toggle_action.cc", | 123 "devtools_toggle_action.cc", |
| 124 "devtools_toggle_action.h", | 124 "devtools_toggle_action.h", |
| 125 "devtools_ui_bindings.cc", | 125 "devtools_ui_bindings.cc", |
| 126 "devtools_ui_bindings.h", | 126 "devtools_ui_bindings.h", |
| 127 "devtools_window.cc", | 127 "devtools_window.cc", |
| 128 "devtools_window.h", | 128 "devtools_window.h", |
| 129 "global_confirm_info_bar.cc", | 129 "global_confirm_info_bar.cc", |
| 130 "global_confirm_info_bar.h", | 130 "global_confirm_info_bar.h", |
| 131 "remote_debugging_server.cc", | 131 "remote_debugging_server.cc", |
| 132 "remote_debugging_server.h", | 132 "remote_debugging_server.h", |
| 133 "url_constants.cc", |
| 134 "url_constants.h", |
| 133 ] | 135 ] |
| 134 if (enable_service_discovery) { | 136 if (enable_service_discovery) { |
| 135 sources += [ | 137 sources += [ |
| 136 "device/cast_device_provider.cc", | 138 "device/cast_device_provider.cc", |
| 137 "device/cast_device_provider.h", | 139 "device/cast_device_provider.h", |
| 138 ] | 140 ] |
| 139 } | 141 } |
| 140 } | 142 } |
| 141 } | 143 } |
| OLD | NEW |