Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Side by Side Diff: remoting/host/win/BUILD.gn

Issue 2784393003: Add missing header files to GN files (2 of N) (Closed)
Patch Set: manual fixes Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/BUILD.gn ('k') | third_party/WebKit/Source/core/events/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | third_party/WebKit/Source/core/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698