| 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/util/process_version.gni") | 5 import("//build/util/process_version.gni") |
| 6 import("//media/media_options.gni") | 6 import("//media/media_options.gni") |
| 7 import("//remoting/build/config/remoting_build.gni") | 7 import("//remoting/build/config/remoting_build.gni") |
| 8 | 8 |
| 9 group("all_tests") { | 9 group("all_tests") { |
| 10 testonly = true | 10 testonly = true |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 | 718 |
| 719 configs += [ | 719 configs += [ |
| 720 "//remoting/build/config:version", | 720 "//remoting/build/config:version", |
| 721 "//remoting/build/config:remoting_me2me_host", | 721 "//remoting/build/config:remoting_me2me_host", |
| 722 ] | 722 ] |
| 723 | 723 |
| 724 deps = [ | 724 deps = [ |
| 725 "//base", | 725 "//base", |
| 726 "//base:i18n", | 726 "//base:i18n", |
| 727 "//components/policy/core/common", | 727 "//components/policy/core/common", |
| 728 "//ipc", |
| 728 "//net", | 729 "//net", |
| 729 "//remoting/base", | 730 "//remoting/base", |
| 730 "//remoting/host", | 731 "//remoting/host", |
| 731 "//remoting/proto", | 732 "//remoting/proto", |
| 732 "//third_party/webrtc/modules/desktop_capture", | 733 "//third_party/webrtc/modules/desktop_capture", |
| 733 ] | 734 ] |
| 734 | 735 |
| 735 if (!is_ios) { | 736 if (!is_ios) { |
| 736 deps += [ "//components/policy:generated" ] | 737 deps += [ "//components/policy:generated" ] |
| 737 } | 738 } |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 group("remoting_me2me_host_archive") { | 833 group("remoting_me2me_host_archive") { |
| 833 deps = [ | 834 deps = [ |
| 834 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 835 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 835 ] | 836 ] |
| 836 } | 837 } |
| 837 } else { | 838 } else { |
| 838 group("remoting_me2me_host_archive") { | 839 group("remoting_me2me_host_archive") { |
| 839 } | 840 } |
| 840 } | 841 } |
| 841 } | 842 } |
| OLD | NEW |