| Index: services/BUILD.gn
|
| diff --git a/services/BUILD.gn b/services/BUILD.gn
|
| index 129561b691cffad57edab274f8ccb8d80d4aad56..6e66e46c836f0bfc2be9569164ba1ccd75eb8b79 100644
|
| --- a/services/BUILD.gn
|
| +++ b/services/BUILD.gn
|
| @@ -47,7 +47,7 @@ group("services") {
|
| }
|
| }
|
|
|
| - if (is_linux) {
|
| + if (is_linux && !is_fnl) {
|
| deps += [ "//services/python" ]
|
| }
|
|
|
| @@ -79,7 +79,7 @@ group("tests") {
|
| "//services/window_manager:window_manager_unittests",
|
| ]
|
|
|
| - if (is_linux) {
|
| + if (is_linux && !is_fnl) {
|
| deps += [ "//services/python:python_apptests" ]
|
| }
|
|
|
|
|