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

Unified Diff: build/toolchain/cros/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Support runtime feature on templates Created 3 years, 6 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: build/toolchain/cros/BUILD.gn
diff --git a/build/toolchain/cros/BUILD.gn b/build/toolchain/cros/BUILD.gn
index bf139dc12da8192f02bd1e7c83e18c3a77f795a5..0880369d34e769c80c44a076c9dc9b88172e54cd 100644
--- a/build/toolchain/cros/BUILD.gn
+++ b/build/toolchain/cros/BUILD.gn
@@ -98,6 +98,11 @@ gcc_toolchain("host") {
current_cpu = host_cpu
current_os = "linux"
use_sysroot = false
+
+ use_cras = false
+ ozone_platform_gbm = false
+ use_ozone = false
+ use_system_harfbuzz = false
}
}
« no previous file with comments | « build/config/features.gni ('k') | chrome/BUILD.gn » ('j') | gin/isolate_holder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698