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

Unified Diff: trunk/src/net/BUILD.gn

Issue 320293003: Revert 275819 "Add libxslt to the GN build" (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/BUILD.gn ('k') | trunk/src/third_party/libxslt/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/BUILD.gn
===================================================================
--- trunk/src/net/BUILD.gn (revision 275821)
+++ trunk/src/net/BUILD.gn (working copy)
@@ -1086,11 +1086,10 @@
}
if (!use_nss_certs) {
- 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" ]
- }
+ sources -= [
+ "ssl/client_cert_store_nss_unittest.cc",
+ "ssl/client_cert_store_chromeos_unittest.cc",
+ ]
}
if (use_openssl) {
« no previous file with comments | « trunk/src/BUILD.gn ('k') | trunk/src/third_party/libxslt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698