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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: . Created 3 years, 8 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') | chrome/BUILD.gn » ('j') | chrome/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/cros/BUILD.gn
diff --git a/build/toolchain/cros/BUILD.gn b/build/toolchain/cros/BUILD.gn
index bf139dc12da8192f02bd1e7c83e18c3a77f795a5..b7c4faa82531257998329bf739e69dbb034f4601 100644
--- a/build/toolchain/cros/BUILD.gn
+++ b/build/toolchain/cros/BUILD.gn
@@ -93,6 +93,10 @@ gcc_toolchain("host") {
extra_ldflags = cros_host_extra_ldflags
toolchain_args = {
+ use_cras = false
+ ozone_platform_gbm = false
+ use_system_harfbuzz = false
+ use_ozone = false
cc_wrapper = ""
is_clang = cros_host_is_clang
current_cpu = host_cpu
« no previous file with comments | « build/config/features.gni ('k') | chrome/BUILD.gn » ('j') | chrome/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698