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

Unified Diff: media/blink/BUILD.gn

Issue 1413893003: Move v8_use_external_startup_data out of //build/config:feature_flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_v8_module_args
Patch Set: make config be always defined 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
« no previous file with comments | « gin/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index eb0661b55fa57475ab023274a0ffa8fbc944a5f6..8819fb71c405177f9a7d4af4d10ce96cd1885c7d 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -125,6 +125,8 @@ test("media_blink_unittests") {
if (is_android) {
deps += [ "//ui/gl" ]
}
+
+ configs += [ "//v8:external_startup_data" ]
}
# TODO(GYP): Delete this after we've converted everything to GN.
« no previous file with comments | « gin/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698