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

Side by Side Diff: content/BUILD.gn

Issue 2025763002: Use ChannelMojo in Pepper and NaCl processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-utility-channel-mojo
Patch Set: iujbhirtughfbnjrthiubj Created 4 years, 6 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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 7
8 # Applied by targets internal to content. 8 # Applied by targets internal to content.
9 config("content_implementation") { 9 config("content_implementation") {
10 defines = [ "CONTENT_IMPLEMENTATION" ] 10 defines = [ "CONTENT_IMPLEMENTATION" ]
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ] 81 ]
82 } 82 }
83 } else if (is_nacl_nonsfi) { 83 } else if (is_nacl_nonsfi) {
84 source_set("content") { 84 source_set("content") {
85 set_sources_assignment_filter([]) 85 set_sources_assignment_filter([])
86 sources = [ 86 sources = [
87 "common/sandbox_linux/sandbox_init_linux.cc", 87 "common/sandbox_linux/sandbox_init_linux.cc",
88 "common/sandbox_linux/sandbox_seccomp_bpf_linux.cc", 88 "common/sandbox_linux/sandbox_seccomp_bpf_linux.cc",
89 "common/send_zygote_child_ping_linux.cc", 89 "common/send_zygote_child_ping_linux.cc",
90 "public/common/content_switches.cc", 90 "public/common/content_switches.cc",
91 "public/common/mojo_channel_switches.cc",
91 ] 92 ]
92 set_sources_assignment_filter(sources_assignment_filter) 93 set_sources_assignment_filter(sources_assignment_filter)
93 94
94 defines = [ "USE_SECCOMP_BPF=1" ] 95 defines = [ "USE_SECCOMP_BPF=1" ]
95 96
96 deps = [ 97 deps = [
97 "//base", 98 "//base",
98 ] 99 ]
99 } 100 }
100 } else { 101 } else {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 sources = [ 140 sources = [
140 "app/sandbox_helper_win.cc", 141 "app/sandbox_helper_win.cc",
141 "public/app/sandbox_helper_win.h", 142 "public/app/sandbox_helper_win.h",
142 ] 143 ]
143 144
144 deps = [ 145 deps = [
145 "//sandbox", 146 "//sandbox",
146 ] 147 ]
147 } 148 }
148 } 149 }
OLDNEW
« no previous file with comments | « components/nacl/loader/nonsfi/nonsfi_listener.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698