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

Unified Diff: net/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 8db0cfb56aceebc8c76b4d86dae9cdd64901028e..82aeeb21afd8337b99e2a916b52492c411007eab 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -815,7 +815,7 @@ if (use_v8_in_net) {
}
}
-if (use_v8_in_net && !is_android) {
+if (use_v8_in_net && (!is_android || use_aura)) {
source_set("net_browser_services") {
sources = [
"dns/mojo_host_resolver_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698