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

Unified Diff: net/BUILD.gn

Issue 323643004: Pull GN binary at r275833 (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
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | tools/gn/bin/linux/gn.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 47838e563dfb119c75b57a2b3384f1b8524278e1..8175b1665fb141af8c0eebc82b204c54fced27a1 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1088,8 +1088,12 @@ test("net_unittests") {
if (!use_nss_certs) {
sources -= [
"ssl/client_cert_store_nss_unittest.cc",
- "ssl/client_cert_store_chromeos_unittest.cc",
]
+ if (is_chromeos) { # Already removed for all non-ChromeOS builds.
+ sources -= [
+ "ssl/client_cert_store_chromeos_unittest.cc",
+ ]
+ }
}
if (use_openssl) {
@@ -1213,7 +1217,6 @@ test("net_unittests") {
sources -= [
"dns/mdns_cache_unittest.cc",
"dns/mdns_client_unittest.cc",
- "dns/mdns_query_unittest.cc",
"dns/record_parsed_unittest.cc",
"dns/record_rdata_unittest.cc",
]
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | tools/gn/bin/linux/gn.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698