| 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("//remoting/remoting_host.gni") | 7 import("//remoting/remoting_host.gni") |
| 8 import("//remoting/remoting_locales.gni") | 8 import("//remoting/remoting_locales.gni") |
| 9 import("//remoting/remoting_srcs.gni") | 9 import("//remoting/remoting_srcs.gni") |
| 10 import("//remoting/remoting_version.gni") | 10 import("//remoting/remoting_version.gni") |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 deps = [ | 42 deps = [ |
| 43 "//base:i18n", | 43 "//base:i18n", |
| 44 "//components/policy:policy_component_common", | 44 "//components/policy:policy_component_common", |
| 45 "//crypto", | 45 "//crypto", |
| 46 "//google_apis", | 46 "//google_apis", |
| 47 "//ipc", | 47 "//ipc", |
| 48 "//remoting/base", | 48 "//remoting/base", |
| 49 "//remoting/protocol", | 49 "//remoting/protocol", |
| 50 "//remoting/resources", | 50 "//remoting/resources", |
| 51 "//ui/events/platform", | 51 "//ui/events/platform", |
| 52 "//ui/events:dom4_keycode_converter", | 52 "//ui/events:dom_keycode_converter", |
| 53 ] | 53 ] |
| 54 | 54 |
| 55 if (enable_configuration_policy) { | 55 if (enable_configuration_policy) { |
| 56 deps += [ "//components/policy:policy" ] | 56 deps += [ "//components/policy:policy" ] |
| 57 } | 57 } |
| 58 | 58 |
| 59 if (is_linux && !is_chromeos) { | 59 if (is_linux && !is_chromeos) { |
| 60 libs += [ "pam" ] | 60 libs += [ "pam" ] |
| 61 } | 61 } |
| 62 | 62 |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 "host_main.h", | 424 "host_main.h", |
| 425 ] | 425 ] |
| 426 | 426 |
| 427 deps = [ | 427 deps = [ |
| 428 ":remoting_me2me_host_static", | 428 ":remoting_me2me_host_static", |
| 429 ] | 429 ] |
| 430 } | 430 } |
| 431 } | 431 } |
| 432 } | 432 } |
| 433 } | 433 } |
| OLD | NEW |