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

Unified Diff: net/BUILD.gn

Issue 1898033006: DNS: Add stubs for persisting data across restarts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix bad merge. 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 | net/dns/dns_client.h » ('j') | net/dns/dns_client.cc » ('J')
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 7dafe36425f58ade4fcf70b34c3c72fad38cb062..e5eda72c13e8233bcc15bf22c8ce796eccf3c794 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -126,6 +126,13 @@ component("net") {
"//crypto:platform",
]
+ if (!enable_built_in_dns) {
+ sources -= [
+ "dns/address_sorter_posix.cc",
+ "dns/address_sorter_posix.h",
+ ]
+ }
+
if (!is_nacl) {
sources += gypi_values.net_non_nacl_sources
@@ -151,14 +158,6 @@ component("net") {
}
}
- if (!enable_built_in_dns) {
- sources -= [
- "dns/address_sorter_posix.cc",
- "dns/address_sorter_posix.h",
- "dns/dns_client.cc",
- ]
- }
-
if (!use_openssl_certs) {
sources -= [
"base/crypto_module_openssl.cc",
« no previous file with comments | « no previous file | net/dns/dns_client.h » ('j') | net/dns/dns_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698