blob: 488f44f3475885475376ea365d3249f20429b316 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/features.gni")
if (enable_nacl && enable_nacl_untrusted) {
group("ppapi_lib") {
deps = [
"//native_client/src/untrusted/pthread",
"//ppapi/native_client/src/untrusted/irt_stub:ppapi_stub_lib",
]
}
executable("nacl_irt") {
deps = [
"//base",
"//components/tracing",
"//gpu/command_buffer/client",
"//gpu/command_buffer/common",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/ipc",
"//ipc",
"//media:shared_memory_support",
"//native_client/src/untrusted/irt:irt_core_lib",
"//native_client/src/shared/srpc",
"//native_client/src/shared/platform",
"//native_client/src/tools/tls_edit($host_toolchain)",
"//native_client/src/untrusted/nacl:imc_syscalls",
"//native_client/src/shared/gio",
"//ppapi/native_client/src/untrusted/pnacl_irt_shim:irt",
"//ppapi/proxy",
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
]
}
}