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

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

Issue 1434823002: Build NaCl browser tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve code review feedback Created 5 years, 1 month 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
« ppapi/BUILD.gn ('K') | « ppapi/BUILD.gn ('k') | no next file » | 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 9b4febb6acd9bfa9029c7bf37fc3096bb3ac1081..d04e0db119bbf784f8ea31bf101cd914db6ce471 100644
--- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
+++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn
@@ -5,7 +5,7 @@
assert(is_nacl,
"These targets must only be built using the untrusted NaCl toolchains.")
-source_set("ppapi_stub_lib") {
+static_library("ppapi_stub_lib") {
brettw 2015/11/19 19:08:16 Ditto
Petr Hosek 2015/11/19 20:17:56 Done.
sources = [
"plugin_main_irt.c",
"ppapi_plugin_main.c",
« ppapi/BUILD.gn ('K') | « ppapi/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698