diff --git a/examples/examples.gni b/examples/examples.gni index 6779ee16b905e..4c267169d37ef 100644 --- a/examples/examples.gni +++ b/examples/examples.gni @@ -4,6 +4,6 @@ declare_args() { # The example embedders may use dependencies not suitable on all platforms. - # Use this GN arg to disable building the examples. - build_embedder_examples = is_mac || is_linux + # Use this GN arg to enable building the examples. + build_embedder_examples = false }