| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 ] | 286 ] |
| 287 | 287 |
| 288 defines = [ "WEBRTC_CHROMIUM_BUILD" ] | 288 defines = [ "WEBRTC_CHROMIUM_BUILD" ] |
| 289 | 289 |
| 290 deps = [ | 290 deps = [ |
| 291 "//base:i18n", | 291 "//base:i18n", |
| 292 "//components/policy/core/common", | 292 "//components/policy/core/common", |
| 293 "//crypto", | 293 "//crypto", |
| 294 "//device/power_save_blocker", | 294 "//device/power_save_blocker", |
| 295 "//google_apis", | 295 "//google_apis", |
| 296 "//media", |
| 296 "//remoting/base", | 297 "//remoting/base", |
| 297 "//remoting/base:authorization", | 298 "//remoting/base:authorization", |
| 298 "//remoting/host/security_key", | 299 "//remoting/host/security_key", |
| 299 "//remoting/protocol", | 300 "//remoting/protocol", |
| 300 "//remoting/resources", | 301 "//remoting/resources", |
| 301 "//ui/base", | 302 "//ui/base", |
| 302 "//ui/events:dom_keycode_converter", | 303 "//ui/events:dom_keycode_converter", |
| 303 "//ui/events/platform", | 304 "//ui/events/platform", |
| 304 ] | 305 ] |
| 305 | 306 |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 group("remoting_me2me_host_archive") { | 797 group("remoting_me2me_host_archive") { |
| 797 deps = [ | 798 deps = [ |
| 798 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 799 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 799 ] | 800 ] |
| 800 } | 801 } |
| 801 } else { | 802 } else { |
| 802 group("remoting_me2me_host_archive") { | 803 group("remoting_me2me_host_archive") { |
| 803 } | 804 } |
| 804 } | 805 } |
| 805 } | 806 } |
| OLD | NEW |