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

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

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 years, 10 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
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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 718
719 configs += [ 719 configs += [
720 "//remoting/build/config:version", 720 "//remoting/build/config:version",
721 "//remoting/build/config:remoting_me2me_host", 721 "//remoting/build/config:remoting_me2me_host",
722 ] 722 ]
723 723
724 deps = [ 724 deps = [
725 "//base", 725 "//base",
726 "//base:i18n", 726 "//base:i18n",
727 "//components/policy/core/common", 727 "//components/policy/core/common",
728 "//ipc",
728 "//net", 729 "//net",
729 "//remoting/base", 730 "//remoting/base",
730 "//remoting/host", 731 "//remoting/host",
731 "//remoting/proto", 732 "//remoting/proto",
732 "//third_party/webrtc/modules/desktop_capture", 733 "//third_party/webrtc/modules/desktop_capture",
733 ] 734 ]
734 735
735 if (!is_ios) { 736 if (!is_ios) {
736 deps += [ "//components/policy:generated" ] 737 deps += [ "//components/policy:generated" ]
737 } 738 }
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 group("remoting_me2me_host_archive") { 833 group("remoting_me2me_host_archive") {
833 deps = [ 834 deps = [
834 "//remoting/host/installer/mac:remoting_me2me_host_archive", 835 "//remoting/host/installer/mac:remoting_me2me_host_archive",
835 ] 836 ]
836 } 837 }
837 } else { 838 } else {
838 group("remoting_me2me_host_archive") { 839 group("remoting_me2me_host_archive") {
839 } 840 }
840 } 841 }
841 } 842 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/thread_safe_interface_ptr.h ('k') | remoting/host/security_key/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698