| 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 "//remoting/host/setup/host_starter.h", | 351 "//remoting/host/setup/host_starter.h", |
| 352 "//remoting/host/setup/me2me_native_messaging_host_main.cc", | 352 "//remoting/host/setup/me2me_native_messaging_host_main.cc", |
| 353 "//remoting/host/setup/me2me_native_messaging_host_main.h", | 353 "//remoting/host/setup/me2me_native_messaging_host_main.h", |
| 354 "//remoting/host/setup/start_host_main.cc", | 354 "//remoting/host/setup/start_host_main.cc", |
| 355 "//remoting/host/setup/start_host_main.h", | 355 "//remoting/host/setup/start_host_main.h", |
| 356 "//remoting/host/worker_process_ipc_delegate.h", | 356 "//remoting/host/worker_process_ipc_delegate.h", |
| 357 "chromoting_lib.rc", | 357 "chromoting_lib.rc", |
| 358 "chromoting_module.cc", | 358 "chromoting_module.cc", |
| 359 "chromoting_module.h", | 359 "chromoting_module.h", |
| 360 "core.cc", | 360 "core.cc", |
| 361 "core.h", |
| 361 "core_resource.h", | 362 "core_resource.h", |
| 362 "elevated_native_messaging_host.cc", | 363 "elevated_native_messaging_host.cc", |
| 363 "elevated_native_messaging_host.h", | 364 "elevated_native_messaging_host.h", |
| 364 "host_service.cc", | 365 "host_service.cc", |
| 365 "host_service.h", | 366 "host_service.h", |
| 366 "launch_native_messaging_host_process.cc", | 367 "launch_native_messaging_host_process.cc", |
| 367 "launch_native_messaging_host_process.h", | 368 "launch_native_messaging_host_process.h", |
| 368 "rdp_desktop_session.cc", | 369 "rdp_desktop_session.cc", |
| 369 "rdp_desktop_session.h", | 370 "rdp_desktop_session.h", |
| 370 "unprivileged_process_delegate.cc", | 371 "unprivileged_process_delegate.cc", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 | 490 |
| 490 output = "$root_gen_dir/remoting/{{source_name_part}}" | 491 output = "$root_gen_dir/remoting/{{source_name_part}}" |
| 491 | 492 |
| 492 locale_dir = webapp_locale_dir | 493 locale_dir = webapp_locale_dir |
| 493 | 494 |
| 494 encoding = "utf-16" | 495 encoding = "utf-16" |
| 495 | 496 |
| 496 locales = remoting_locales | 497 locales = remoting_locales |
| 497 } | 498 } |
| 498 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi | 499 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi |
| OLD | NEW |