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

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: 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
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 0a3f6c47722997d577fe93312039826b5f15ecf1..17d0826b248e842e5adb590da6d54c2d7ee86483 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -149,7 +149,7 @@ executable("pepper_hash_for_uma") {
]
}
-source_set("ppapi_cpp_lib") {
+static_library("ppapi_cpp_lib") {
Dirk Pranke 2015/11/11 22:19:06 why this change?
Petr Hosek 2015/11/13 22:18:33 Because some of the NaCl browser tests redefine so
Dirk Pranke 2015/11/13 23:00:57 Ew. That seems bad. Can you file a separate bug fo
Petr Hosek 2015/11/17 01:31:58 Done, see https://code.google.com/p/chromium/issue
sources = ppapi_sources.cpp_source_files
sources += [
"cpp/module_embedder.h",

Powered by Google App Engine
This is Rietveld 408576698