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

Unified Diff: chrome/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Rebase 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
« no previous file with comments | « build/config/features.gni ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 48efa8e9c4084a6ef45f66ca52d1942f26e74e0b..e7cc499a583f39d68cc5341fe5e89541c23cddb3 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -117,6 +117,7 @@ if (!is_android && !is_mac) {
group("chrome") {
public_deps = [
":chrome_initial",
+ "//tools/v8_context_snapshot:v8_context_snapshot",
]
data_deps = [
":chrome_initial",
@@ -862,6 +863,7 @@ if (is_win) {
bundle_data("chrome_framework_resources") {
sources = [
"$root_out_dir/app_mode_loader.app",
+ "$root_out_dir/v8_context_snapshot.bin",
# This image is used to badge the lock icon in the
# authentication dialogs, such as those used for installation
@@ -881,6 +883,7 @@ if (is_win) {
public_deps = [
":packed_resources",
"//chrome/app_shim:app_mode_loader",
+ "//tools/v8_context_snapshot:v8_context_snapshot",
]
if (is_chrome_branded) {
« no previous file with comments | « build/config/features.gni ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698