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

Unified Diff: ppapi/native_client/BUILD.gn

Issue 877553008: Land prep work to enable NaCl in the Linux x64 GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yet more feedback Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/nacl/BUILD.gn ('k') | ppapi/native_client/src/untrusted/irt_stub/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/BUILD.gn
diff --git a/ppapi/native_client/BUILD.gn b/ppapi/native_client/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b67b0525b8222c5625ca14d3557d2d101b4f3567
--- /dev/null
+++ b/ppapi/native_client/BUILD.gn
@@ -0,0 +1,38 @@
+# 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",
+ "//mojo/nacl:irt_mojo_sources",
+ "//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",
+ "//ppai/native_client/src/untrusted/pnacl_irt_shim:irt",
+ "//ppapi/proxy",
+ "//ppapi/proxy:ipc",
+ "//ppapi/shared_impl",
+ ]
+ }
+}
« no previous file with comments | « mojo/nacl/BUILD.gn ('k') | ppapi/native_client/src/untrusted/irt_stub/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698