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

Unified Diff: build/config/features.gni

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 | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index cd469c1361ecb77cddd45af3ea212f61829125b5..21b3bbcc21c0471d860db2220c5416e8b053906f 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -62,7 +62,8 @@ declare_args() {
# Option controlling the use of GConf (the classic GNOME configuration
# system).
- use_gconf = is_linux && !is_chromeos && !is_chromecast
+ use_gconf = is_linux && !is_chromeos && !is_chromecast &&
+ current_toolchain == default_toolchain
use_gio = is_linux && !is_chromeos && !is_chromecast
}
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698