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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 | 78 |
79 source_set("win") { | 79 source_set("win") { |
80 sources = [ | 80 sources = [ |
81 "audio_volume_filter_win.cc", | 81 "audio_volume_filter_win.cc", |
82 "audio_volume_filter_win.h", | 82 "audio_volume_filter_win.h", |
83 "com_imported_mstscax.tlh", | 83 "com_imported_mstscax.tlh", |
84 "com_security.cc", | 84 "com_security.cc", |
85 "com_security.h", | 85 "com_security.h", |
86 "default_audio_device_change_detector.cc", | 86 "default_audio_device_change_detector.cc", |
87 "default_audio_device_change_detector.h", | 87 "default_audio_device_change_detector.h", |
88 "elevation_helpers.cc", | |
89 "elevation_helpers.h", | |
90 "launch_process_with_token.cc", | 88 "launch_process_with_token.cc", |
91 "launch_process_with_token.h", | 89 "launch_process_with_token.h", |
92 "omaha.cc", | 90 "omaha.cc", |
93 "omaha.h", | 91 "omaha.h", |
94 "rdp_client.cc", | 92 "rdp_client.cc", |
95 "rdp_client.h", | 93 "rdp_client.h", |
96 "rdp_client_window.cc", | 94 "rdp_client_window.cc", |
97 "rdp_client_window.h", | 95 "rdp_client_window.h", |
98 "security_descriptor.cc", | 96 "security_descriptor.cc", |
99 "security_descriptor.h", | 97 "security_descriptor.h", |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 | 502 |
505 output = "$root_gen_dir/remoting/{{source_name_part}}" | 503 output = "$root_gen_dir/remoting/{{source_name_part}}" |
506 | 504 |
507 locale_dir = webapp_locale_dir | 505 locale_dir = webapp_locale_dir |
508 | 506 |
509 encoding = "utf-16" | 507 encoding = "utf-16" |
510 | 508 |
511 locales = remoting_locales | 509 locales = remoting_locales |
512 } | 510 } |
513 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi | 511 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi |
OLD | NEW |