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

Side by Side Diff: components/nacl/loader/BUILD.gn

Issue 2525483002: Convert NaCl renderer-loader messages to mojo. (Closed)
Patch Set: Created 4 years 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 assert(enable_nacl) 9 assert(enable_nacl)
10 10
(...skipping 13 matching lines...) Expand all
24 "nacl_trusted_listener.h", 24 "nacl_trusted_listener.h",
25 "nacl_validation_db.h", 25 "nacl_validation_db.h",
26 "nacl_validation_query.cc", 26 "nacl_validation_query.cc",
27 "nacl_validation_query.h", 27 "nacl_validation_query.h",
28 ] 28 ]
29 29
30 deps = [ 30 deps = [
31 ":minimal_content_dummy", 31 ":minimal_content_dummy",
32 "//base", 32 "//base",
33 "//components/nacl/common:minimal", 33 "//components/nacl/common:minimal",
34 "//components/nacl/common:mojo_bindings",
34 "//crypto", 35 "//crypto",
35 "//ipc", 36 "//ipc",
36 "//mojo/edk/system", 37 "//mojo/edk/system",
37 "//native_client/src/trusted/service_runtime:sel_main_chrome", 38 "//native_client/src/trusted/service_runtime:sel_main_chrome",
38 "//ppapi/c", 39 "//ppapi/c",
39 "//ppapi/proxy:ipc", 40 "//ppapi/proxy:ipc",
40 "//sandbox", 41 "//sandbox",
41 ] 42 ]
42 } 43 }
43 44
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "nacl_trusted_listener.cc", 208 "nacl_trusted_listener.cc",
208 "nacl_trusted_listener.h", 209 "nacl_trusted_listener.h",
209 "nonsfi/nonsfi_listener.cc", 210 "nonsfi/nonsfi_listener.cc",
210 "nonsfi/nonsfi_listener.h", 211 "nonsfi/nonsfi_listener.h",
211 "nonsfi/nonsfi_main.cc", 212 "nonsfi/nonsfi_main.cc",
212 "nonsfi/nonsfi_main.h", 213 "nonsfi/nonsfi_main.h",
213 ] 214 ]
214 deps = [ 215 deps = [
215 ":nacl_helper_nonsfi_sandbox", 216 ":nacl_helper_nonsfi_sandbox",
216 "//base", 217 "//base",
218 "//components/nacl/common:mojo_bindings",
217 "//components/nacl/common:switches", 219 "//components/nacl/common:switches",
218 "//components/tracing", 220 "//components/tracing",
219 "//content", 221 "//content",
220 "//ipc", 222 "//ipc",
221 "//mojo/edk/system", 223 "//mojo/edk/system",
222 "//native_client/src/nonsfi/irt:nacl_sys_private", 224 "//native_client/src/nonsfi/irt:nacl_sys_private",
223 "//native_client/src/nonsfi/loader:elf_loader", 225 "//native_client/src/nonsfi/loader:elf_loader",
224 226
225 # Normally libnacl is included implicitly by libc and is part of the 227 # Normally libnacl is included implicitly by libc and is part of the
226 # toolchain. But //build/config/nacl:compiler uses -nodefaultlibs and so 228 # toolchain. But //build/config/nacl:compiler uses -nodefaultlibs and so
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "${root_out_dir}/nacl_helper_nonsfi_unittests_main", 290 "${root_out_dir}/nacl_helper_nonsfi_unittests_main",
289 ] 291 ]
290 outputs = [ 292 outputs = [
291 "${root_build_dir}/{{source_file_part}}", 293 "${root_build_dir}/{{source_file_part}}",
292 ] 294 ]
293 deps = [ 295 deps = [
294 ":nacl_helper_nonsfi_unittests_main", 296 ":nacl_helper_nonsfi_unittests_main",
295 ] 297 ]
296 } 298 }
297 } 299 }
OLDNEW
« no previous file with comments | « components/nacl/common/nacl_types_param_traits.h ('k') | components/nacl/loader/nacl_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698