Chromium Code Reviews| Index: examples/BUILD.gn |
| diff --git a/examples/BUILD.gn b/examples/BUILD.gn |
| index c066d8755d54c64c4d04bfc4b278adff5bbe5ff9..48848d83b6223fc445aef1585b8c7a0b5b614322 100644 |
| --- a/examples/BUILD.gn |
| +++ b/examples/BUILD.gn |
| @@ -54,7 +54,7 @@ group("examples") { |
| } |
| } |
| - if (is_linux) { |
| + if (is_linux && !is_fnl) { |
| deps += [ "//examples/python" ] |
| } |
| } |