| 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("//remoting/build/config/remoting_build.gni") | 7 import("//remoting/build/config/remoting_build.gni") |
| 7 | 8 |
| 8 group("all_tests") { | 9 group("all_tests") { |
| 9 testonly = true | 10 testonly = true |
| 10 | 11 |
| 11 deps = [ | 12 deps = [ |
| 12 ":unit_tests", | 13 ":unit_tests", |
| 13 ] | 14 ] |
| 14 } | 15 } |
| 15 | 16 |
| (...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 group("remoting_me2me_host_archive") { | 845 group("remoting_me2me_host_archive") { |
| 845 deps = [ | 846 deps = [ |
| 846 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 847 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 847 ] | 848 ] |
| 848 } | 849 } |
| 849 } else { | 850 } else { |
| 850 group("remoting_me2me_host_archive") { | 851 group("remoting_me2me_host_archive") { |
| 851 } | 852 } |
| 852 } | 853 } |
| 853 } | 854 } |
| OLD | NEW |