| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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/toolchain/win/midl.gni") | 5 import("//build/toolchain/win/midl.gni") |
| 6 import("//build/win/message_compiler.gni") | 6 import("//build/win/message_compiler.gni") |
| 7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//remoting/build/config/remoting_build.gni") | 8 import("//remoting/build/config/remoting_build.gni") |
| 9 import("//remoting/host/installer/win/generate_clsids.gni") | 9 import("//remoting/host/installer/win/generate_clsids.gni") |
| 10 | 10 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "//remoting/build/config:version", | 111 "//remoting/build/config:version", |
| 112 ] | 112 ] |
| 113 | 113 |
| 114 defines = [ "WEBRTC_CHROMIUM_BUILD" ] | 114 defines = [ "WEBRTC_CHROMIUM_BUILD" ] |
| 115 | 115 |
| 116 deps = [ | 116 deps = [ |
| 117 "//base:i18n", | 117 "//base:i18n", |
| 118 "//components/policy/core/common", | 118 "//components/policy/core/common", |
| 119 "//crypto", | 119 "//crypto", |
| 120 "//device/power_save_blocker", | 120 "//device/power_save_blocker", |
| 121 "//google_apis", | |
| 122 "//ipc", | 121 "//ipc", |
| 123 "//remoting/base", | 122 "//remoting/base", |
| 124 "//remoting/host/security_key", | 123 "//remoting/host/security_key", |
| 125 "//remoting/host/win:messages", | 124 "//remoting/host/win:messages", |
| 126 "//remoting/host/win:remoting_lib_idl", | 125 "//remoting/host/win:remoting_lib_idl", |
| 127 "//remoting/protocol", | 126 "//remoting/protocol", |
| 128 "//remoting/resources", | 127 "//remoting/resources", |
| 129 "//ui/base", | 128 "//ui/base", |
| 130 "//ui/events:dom_keycode_converter", | 129 "//ui/events:dom_keycode_converter", |
| 131 "//ui/events/platform", | 130 "//ui/events/platform", |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 | 488 |
| 490 output = "$root_gen_dir/remoting/{{source_name_part}}" | 489 output = "$root_gen_dir/remoting/{{source_name_part}}" |
| 491 | 490 |
| 492 locale_dir = webapp_locale_dir | 491 locale_dir = webapp_locale_dir |
| 493 | 492 |
| 494 encoding = "utf-16" | 493 encoding = "utf-16" |
| 495 | 494 |
| 496 locales = remoting_locales | 495 locales = remoting_locales |
| 497 } | 496 } |
| 498 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi | 497 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi |
| OLD | NEW |