| 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("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//build/config/win/manifest.gni") | 7 import("//build/config/win/manifest.gni") |
| 8 import("//build/util/version.gni") | 8 import("//build/util/version.gni") |
| 9 import("//chrome/version.gni") | 9 import("//chrome/version.gni") |
| 10 import("//remoting/remoting_enable.gni") | 10 import("//remoting/remoting_enable.gni") |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 | 375 |
| 376 configs += [ "//remoting:version" ] | 376 configs += [ "//remoting:version" ] |
| 377 | 377 |
| 378 deps = [ | 378 deps = [ |
| 379 ":host", | 379 ":host", |
| 380 ":test_support", | 380 ":test_support", |
| 381 "//remoting/host/it2me:common", | 381 "//remoting/host/it2me:common", |
| 382 "//remoting/host/native_messaging", | 382 "//remoting/host/native_messaging", |
| 383 "//remoting/host/setup", | 383 "//remoting/host/setup", |
| 384 "//remoting/proto", | 384 "//remoting/proto", |
| 385 "//remoting/resources", | |
| 386 "//skia", | 385 "//skia", |
| 387 "//testing/gmock", | 386 "//testing/gmock", |
| 388 "//testing/gtest", | 387 "//testing/gtest", |
| 389 ] | 388 ] |
| 390 | 389 |
| 391 if (enable_configuration_policy) { | 390 if (enable_configuration_policy) { |
| 392 deps += [ "//components/policy:policy_component_test_support" ] | 391 deps += [ "//components/policy:policy_component_test_support" ] |
| 393 } | 392 } |
| 394 } | 393 } |
| 395 | 394 |
| (...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1667 root_build_dir), | 1666 root_build_dir), |
| 1668 rebase_path(outputs[0], root_build_dir), | 1667 rebase_path(outputs[0], root_build_dir), |
| 1669 ] | 1668 ] |
| 1670 } | 1669 } |
| 1671 } else { | 1670 } else { |
| 1672 group("remoting_host_installation") { | 1671 group("remoting_host_installation") { |
| 1673 } | 1672 } |
| 1674 } | 1673 } |
| 1675 } | 1674 } |
| 1676 } | 1675 } |
| OLD | NEW |