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

Unified Diff: ppapi/BUILD.gn

Issue 1434823002: Build NaCl browser tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « chrome/test/data/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/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 80285f244045dec7be1cf7e11ade122fc03541b9..e41fa3553e63b52b00d43cabdc08053fc8985fd8 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -150,7 +150,9 @@ executable("pepper_hash_for_uma") {
]
}
-source_set("ppapi_cpp_lib") {
+static_library("ppapi_cpp_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 = ppapi_sources.cpp_source_files
sources += [
"cpp/module_embedder.h",
« no previous file with comments | « chrome/test/data/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