| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "//build/config/compiler:wexit_time_destructors", | 101 "//build/config/compiler:wexit_time_destructors", |
| 102 "//remoting:version", | 102 "//remoting:version", |
| 103 ] | 103 ] |
| 104 | 104 |
| 105 defines = [ "WEBRTC_CHROMIUM_BUILD" ] | 105 defines = [ "WEBRTC_CHROMIUM_BUILD" ] |
| 106 | 106 |
| 107 deps = [ | 107 deps = [ |
| 108 "//base:i18n", | 108 "//base:i18n", |
| 109 "//components/policy:policy_component_common", | 109 "//components/policy:policy_component_common", |
| 110 "//crypto", | 110 "//crypto", |
| 111 "//device/power_save_blocker", |
| 111 "//google_apis", | 112 "//google_apis", |
| 112 "//ipc", | 113 "//ipc", |
| 113 "//remoting/base", | 114 "//remoting/base", |
| 114 "//remoting/protocol", | 115 "//remoting/protocol", |
| 115 "//remoting/resources", | 116 "//remoting/resources", |
| 116 "//ui/base", | 117 "//ui/base", |
| 117 "//ui/events:dom_keycode_converter", | 118 "//ui/events:dom_keycode_converter", |
| 118 "//ui/events/platform", | 119 "//ui/events/platform", |
| 119 ] | 120 ] |
| 120 | 121 |
| (...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1552 root_build_dir), | 1553 root_build_dir), |
| 1553 rebase_path(outputs[0], root_build_dir), | 1554 rebase_path(outputs[0], root_build_dir), |
| 1554 ] | 1555 ] |
| 1555 } | 1556 } |
| 1556 } else { | 1557 } else { |
| 1557 group("remoting_host_installation") { | 1558 group("remoting_host_installation") { |
| 1558 } | 1559 } |
| 1559 } | 1560 } |
| 1560 } | 1561 } |
| 1561 } | 1562 } |
| OLD | NEW |