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

Unified Diff: BUILD.gn

Issue 2164633005: Convert source sets to static libraries. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: base Created 4 years, 5 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 | « no previous file | third_party/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9c9d865c5d56594287a5e4c0bc4326be232d031f..8b32535a4a4cbfd4ae5fdfb978ae0749c18a4f34 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -147,7 +147,7 @@ static_library("pdfium") {
}
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"testing/fx_string_testhelpers.cpp",
« no previous file with comments | « no previous file | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698