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

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

Issue 2424353002: Use ChannelMojo between the remoting daemon and network processes. (Closed)
Patch Set: sans test changes Created 4 years, 1 month 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 | « remoting/host/switches.cc ('k') | remoting/host/win/launch_process_with_token.h » ('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("//remoting/build/config/remoting_build.gni") 5 import("//remoting/build/config/remoting_build.gni")
6 import("//remoting/host/installer/win/generate_clsids.gni") 6 import("//remoting/host/installer/win/generate_clsids.gni")
7 import("//build/toolchain/win/midl.gni") 7 import("//build/toolchain/win/midl.gni")
8 import("//build/win/message_compiler.gni") 8 import("//build/win/message_compiler.gni")
9 9
10 group("all") { 10 group("all") {
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ":remoting_lib_idl", 371 ":remoting_lib_idl",
372 ":remoting_lib_ps", 372 ":remoting_lib_ps",
373 ":remoting_windows_resources", 373 ":remoting_windows_resources",
374 ":win", 374 ":win",
375 "//base", 375 "//base",
376 "//base:base_static", 376 "//base:base_static",
377 "//base/allocator", 377 "//base/allocator",
378 "//base/third_party/dynamic_annotations", 378 "//base/third_party/dynamic_annotations",
379 "//build/win:default_exe_manifest", 379 "//build/win:default_exe_manifest",
380 "//ipc", 380 "//ipc",
381 "//mojo/edk/system",
381 "//net", 382 "//net",
382 "//remoting/base", 383 "//remoting/base",
383 "//remoting/base:breakpad", 384 "//remoting/base:breakpad",
384 "//remoting/codec", 385 "//remoting/codec",
385 "//remoting/host:host", 386 "//remoting/host:host",
386 "//remoting/host:remoting_me2me_host_static", 387 "//remoting/host:remoting_me2me_host_static",
387 "//remoting/host/it2me:common", 388 "//remoting/host/it2me:common",
388 "//remoting/host/native_messaging", 389 "//remoting/host/native_messaging",
389 "//remoting/host/security_key:main", 390 "//remoting/host/security_key:main",
390 "//remoting/host/setup", 391 "//remoting/host/setup",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 480
480 output = "$root_gen_dir/remoting/{{source_name_part}}" 481 output = "$root_gen_dir/remoting/{{source_name_part}}"
481 482
482 locale_dir = webapp_locale_dir 483 locale_dir = webapp_locale_dir
483 484
484 encoding = "utf-16" 485 encoding = "utf-16"
485 486
486 locales = remoting_locales 487 locales = remoting_locales
487 } 488 }
488 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi 489 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi
OLDNEW
« no previous file with comments | « remoting/host/switches.cc ('k') | remoting/host/win/launch_process_with_token.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698