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

Unified Diff: content/test/BUILD.gn

Issue 753103003: Enable external V8 snapshot on Android through GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« build/config/features.gni ('K') | « content/shell/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 80e75581140ca27161aef07b8874fb96163b8e4f..b27678042d2f40784cb589e77702ca8cd3d53644 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -146,6 +146,9 @@ static_library("test_support") {
"test/test_content_client.cc",
]
}
+ if (v8_use_external_startup_data) {
+ deps += [ "//gin:gin" ]
+ }
}
if (!is_ios) {
« build/config/features.gni ('K') | « content/shell/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698