| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  125     "//remoting/host/security_key", |  125     "//remoting/host/security_key", | 
|  126     "//remoting/host/win:messages", |  126     "//remoting/host/win:messages", | 
|  127     "//remoting/host/win:remoting_lib_idl", |  127     "//remoting/host/win:remoting_lib_idl", | 
|  128     "//remoting/protocol", |  128     "//remoting/protocol", | 
|  129     "//remoting/resources", |  129     "//remoting/resources", | 
|  130     "//ui/base", |  130     "//ui/base", | 
|  131     "//ui/events:dom_keycode_converter", |  131     "//ui/events:dom_keycode_converter", | 
|  132     "//ui/events/platform", |  132     "//ui/events/platform", | 
|  133   ] |  133   ] | 
|  134  |  134  | 
|  135   if (enable_configuration_policy) { |  135   if (!is_ios) { | 
|  136     deps += [ "//components/policy:generated" ] |  136     deps += [ "//components/policy:generated" ] | 
|  137   } |  137   } | 
|  138  |  138  | 
|  139   if (enable_webrtc) { |  139   if (enable_webrtc) { | 
|  140     deps += [ "//third_party/webrtc/modules/desktop_capture" ] |  140     deps += [ "//third_party/webrtc/modules/desktop_capture" ] | 
|  141   } |  141   } | 
|  142 } |  142 } | 
|  143  |  143  | 
|  144 source_set("unit_tests") { |  144 source_set("unit_tests") { | 
|  145   testonly = true |  145   testonly = true | 
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  482  |  482  | 
|  483   output = "$root_gen_dir/remoting/{{source_name_part}}" |  483   output = "$root_gen_dir/remoting/{{source_name_part}}" | 
|  484  |  484  | 
|  485   locale_dir = webapp_locale_dir |  485   locale_dir = webapp_locale_dir | 
|  486  |  486  | 
|  487   encoding = "utf-16" |  487   encoding = "utf-16" | 
|  488  |  488  | 
|  489   locales = remoting_locales |  489   locales = remoting_locales | 
|  490 } |  490 } | 
|  491 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi |  491 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi | 
| OLD | NEW |