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

Unified Diff: build/config/features.gni

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
« no previous file with comments | « no previous file | build/toolchain/cros/BUILD.gn » ('j') | gin/isolate_holder.cc » ('J')
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 d143dac4b89ce082835f225866a0e9f164ccc019..cc27163b8c733da2837dd85e9cb9af68fe508eb9 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -61,7 +61,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 | build/toolchain/cros/BUILD.gn » ('j') | gin/isolate_holder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698