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

Unified Diff: net/BUILD.gn

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/tools/roll/build_v8.patch ('k') | net/android/java/src/org/chromium/net/NetworkChangeNotifier.java » ('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 c4c928e5c3c8b487a5e0e9908237a7cdd524c84e..aa9f7023bf5f33c38c8a76f979a6acdb86585278 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
+import("//build/module_args/v8.gni")
import("//url/config.gni")
# TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni.
@@ -1192,6 +1193,10 @@ if (!is_android && !is_win && !is_mac) {
]
}
+ if (v8_use_external_startup_data) {
+ deps += [ "//gin" ]
+ }
+
if (!use_nss_certs) {
sources -= [ "ssl/client_cert_store_nss_unittest.cc" ]
if (is_chromeos) { # Already removed for all non-ChromeOS builds.
« no previous file with comments | « mojo/tools/roll/build_v8.patch ('k') | net/android/java/src/org/chromium/net/NetworkChangeNotifier.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698