| 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//media/media_options.gni") | 6 import("//media/media_options.gni") |
| 7 import("//remoting/remoting_options.gni") | 7 import("//remoting/remoting_options.gni") |
| 8 import("//remoting/remoting_locales.gni") | 8 import("//remoting/remoting_locales.gni") |
| 9 import("//remoting/remoting_version.gni") | 9 import("//remoting/remoting_version.gni") |
| 10 | 10 |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 ":remote_assistance_host_xibs", | 220 ":remote_assistance_host_xibs", |
| 221 "//remoting/host:remoting_infoplist_strings", | 221 "//remoting/host:remoting_infoplist_strings", |
| 222 "//remoting/resources:copy_locales", | 222 "//remoting/resources:copy_locales", |
| 223 ] | 223 ] |
| 224 if (icu_use_data_file) { | 224 if (icu_use_data_file) { |
| 225 deps += [ ":remote_assistance_host_resources" ] | 225 deps += [ ":remote_assistance_host_resources" ] |
| 226 } | 226 } |
| 227 } | 227 } |
| 228 | 228 |
| 229 if (enable_webrtc) { | 229 if (enable_webrtc) { |
| 230 deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ] | 230 deps += [ "//third_party/webrtc_overrides:init_webrtc" ] |
| 231 } | 231 } |
| 232 | 232 |
| 233 if (is_desktop_linux) { | 233 if (is_desktop_linux) { |
| 234 deps += [ "//build/config/linux/gtk" ] | 234 deps += [ "//build/config/linux/gtk" ] |
| 235 } | 235 } |
| 236 } | 236 } |
| 237 } | 237 } |
| 238 } | 238 } |
| OLD | NEW |