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

Unified Diff: services/BUILD.gn

Issue 1348493002: Add fnl build target (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 3 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 | « mojo/tools/mopy/gn.py ('k') | services/http_server/http_request_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « mojo/tools/mopy/gn.py ('k') | services/http_server/http_request_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698