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

Unified Diff: net/BUILD.gn

Issue 808833003: Revert of [GN] Set v8_use_external_snapshot_data for the same configurations as GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « build/module_args/v8.gni ('k') | no next file » | 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 f0de5a354ca3962cb92586ef0804c51c9b38c01f..73eb465851fa9ee85c17000848b843b0f5479119 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -5,7 +5,6 @@
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.
@@ -1182,10 +1181,6 @@
]
}
- 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 | « build/module_args/v8.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698