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

Unified Diff: net/BUILD.gn

Issue 317253003: Add libxslt to the GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 47838e563dfb119c75b57a2b3384f1b8524278e1..d4d936349d53f82f73f02829e1f0468747293b7b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1086,10 +1086,11 @@ test("net_unittests") {
}
if (!use_nss_certs) {
- sources -= [
- "ssl/client_cert_store_nss_unittest.cc",
- "ssl/client_cert_store_chromeos_unittest.cc",
- ]
+ sources -= [ "ssl/client_cert_store_nss_unittest.cc" ]
+ if (is_chromeos) {
+ # Will have already have been removed in the ChromeOS case.
+ sources -= [ "ssl/client_cert_store_chromeos_unittest.cc" ]
+ }
}
if (use_openssl) {
« no previous file with comments | « BUILD.gn ('k') | third_party/libxslt/BUILD.gn » ('j') | third_party/libxslt/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698