| 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("//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 Loading... |
| 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", | |
| 382 "//net", | 381 "//net", |
| 383 "//remoting/base", | 382 "//remoting/base", |
| 384 "//remoting/base:breakpad", | 383 "//remoting/base:breakpad", |
| 385 "//remoting/codec", | 384 "//remoting/codec", |
| 386 "//remoting/host:host", | 385 "//remoting/host:host", |
| 387 "//remoting/host:remoting_me2me_host_static", | 386 "//remoting/host:remoting_me2me_host_static", |
| 388 "//remoting/host/it2me:common", | 387 "//remoting/host/it2me:common", |
| 389 "//remoting/host/native_messaging", | 388 "//remoting/host/native_messaging", |
| 390 "//remoting/host/security_key:main", | 389 "//remoting/host/security_key:main", |
| 391 "//remoting/host/setup", | 390 "//remoting/host/setup", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 | 479 |
| 481 output = "$root_gen_dir/remoting/{{source_name_part}}" | 480 output = "$root_gen_dir/remoting/{{source_name_part}}" |
| 482 | 481 |
| 483 locale_dir = webapp_locale_dir | 482 locale_dir = webapp_locale_dir |
| 484 | 483 |
| 485 encoding = "utf-16" | 484 encoding = "utf-16" |
| 486 | 485 |
| 487 locales = remoting_locales | 486 locales = remoting_locales |
| 488 } | 487 } |
| 489 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi | 488 # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi |
| OLD | NEW |