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

Unified Diff: ppapi/native_client/src/untrusted/irt_stub/BUILD.gn

Issue 1693053002: [NaCl SDK] Add initial support for building the SDK with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_i686_gcc
Patch Set: Created 4 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 | « native_client_sdk/src/BUILD.gn ('k') | ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
diff --git a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
index 862e627dc124ff573bc526d01ee330efa6eeb64f..0ce018b243136c2aeb5bbc858dddc98397e1daa4 100644
--- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
+++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
@@ -6,6 +6,8 @@ assert(is_nacl,
"These targets must only be built using the untrusted NaCl toolchains.")
static_library("ppapi_stub_lib") {
+ output_name = "ppapi_stub"
+
# 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 = [
@@ -14,6 +16,7 @@ static_library("ppapi_stub_lib") {
"ppapi_plugin_start.c",
"thread_creator.c",
]
+ configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
cflags = [ "-fPIC" ]
deps = [
"//build/config/nacl:nacl_base",
« no previous file with comments | « native_client_sdk/src/BUILD.gn ('k') | ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698