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

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

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 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 | « ppapi/BUILD.gn ('k') | remoting/host/it2me/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 } 544 }
545 } 545 }
546 546
547 if (enable_remoting_host) { 547 if (enable_remoting_host) {
548 executable("remoting_start_host") { 548 executable("remoting_start_host") {
549 sources = [ 549 sources = [
550 "setup/start_host_entry_point.cc", 550 "setup/start_host_entry_point.cc",
551 ] 551 ]
552 552
553 deps = [ 553 deps = [
554 "//build/config/sanitizers:deps", 554 "//build/config:exe_and_shlib_deps",
555 ] 555 ]
556 556
557 configs += [ "//build/config/compiler:wexit_time_destructors" ] 557 configs += [ "//build/config/compiler:wexit_time_destructors" ]
558 558
559 if (is_win) { 559 if (is_win) {
560 defines = host_predefines + 560 defines = host_predefines +
561 [ "REMOTING_HOST_BINARY=BINARY_REMOTING_START_HOST" ] 561 [ "REMOTING_HOST_BINARY=BINARY_REMOTING_START_HOST" ]
562 562
563 deps += [ 563 deps += [
564 "//build/win:default_exe_manifest", 564 "//build/win:default_exe_manifest",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 target("executable", "remoting_me2me_host") { 748 target("executable", "remoting_me2me_host") {
749 configs += [ "//remoting/build/config:version" ] 749 configs += [ "//remoting/build/config:version" ]
750 750
751 sources = [ 751 sources = [
752 "host_main.cc", 752 "host_main.cc",
753 "host_main.h", 753 "host_main.h",
754 ] 754 ]
755 755
756 deps = [ 756 deps = [
757 ":remoting_me2me_host_static", 757 ":remoting_me2me_host_static",
758 "//build/config/sanitizers:deps", 758 "//build/config:exe_and_shlib_deps",
759 "//remoting/base:breakpad", 759 "//remoting/base:breakpad",
760 "//remoting/host/installer:credits", 760 "//remoting/host/installer:credits",
761 "//remoting/resources", 761 "//remoting/resources",
762 ] 762 ]
763 } 763 }
764 } 764 }
765 765
766 if (is_mac) { 766 if (is_mac) {
767 group("remoting_native_messaging_host") { 767 group("remoting_native_messaging_host") {
768 deps = [ 768 deps = [
(...skipping 24 matching lines...) Expand all
793 group("remoting_me2me_host_archive") { 793 group("remoting_me2me_host_archive") {
794 deps = [ 794 deps = [
795 "//remoting/host/installer/mac:remoting_me2me_host_archive", 795 "//remoting/host/installer/mac:remoting_me2me_host_archive",
796 ] 796 ]
797 } 797 }
798 } else { 798 } else {
799 group("remoting_me2me_host_archive") { 799 group("remoting_me2me_host_archive") {
800 } 800 }
801 } 801 }
802 } 802 }
OLDNEW
« no previous file with comments | « ppapi/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698