summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client
diff options
context:
space:
mode:
authorphosek <phosek@chromium.org>2015-11-29 17:00:05 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-30 01:01:16 +0000
commitaceb9d08d689f31ef987bdc56c5630640807e09a (patch)
treeb5bb34d0ddd728c4bb5ebf8bf5e17d6cd013ead8 /ppapi/native_client
parent45526b0c168b7152a1263b550bfb50cb308b2bdc (diff)
downloadchromium_src-aceb9d08d689f31ef987bdc56c5630640807e09a.zip
chromium_src-aceb9d08d689f31ef987bdc56c5630640807e09a.tar.gz
chromium_src-aceb9d08d689f31ef987bdc56c5630640807e09a.tar.bz2
Build NaCl browser tests with GN
Support for building NaCl browser tests under GN. BUG=462791 Review URL: https://codereview.chromium.org/1434823002 Cr-Commit-Position: refs/heads/master@{#362075}
Diffstat (limited to 'ppapi/native_client')
-rw-r--r--ppapi/native_client/src/untrusted/irt_stub/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
index 9b4febb..862e627 100644
--- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
+++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
@@ -5,7 +5,9 @@
assert(is_nacl,
"These targets must only be built using the untrusted NaCl toolchains.")
-source_set("ppapi_stub_lib") {
+static_library("ppapi_stub_lib") {
+ # This library is distributed as a part of the SDK and as such has to
+ # be a static library rather than a source set.
sources = [
"plugin_main_irt.c",
"ppapi_plugin_main.c",