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

Unified Diff: content/shell/android/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Disable on ChromeOS and reduce size of table Created 3 years, 5 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: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 2c1408592f4b12e00ea49c14ff017e0ef842abda..41913b5a6920decda44a9f3d892373d52dca8eed 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -130,6 +130,7 @@ android_assets("content_shell_assets") {
deps = [
"//content/shell:pak",
"//third_party/icu:icu_assets",
+ "//tools/blink_v8_snapshot:blink_v8_snapshot_assets",
"//v8:v8_external_startup_data_assets",
]
}

Powered by Google App Engine
This is Rietveld 408576698