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

Unified Diff: services/BUILD.gn

Issue 877593004: Do not compile python content handler on android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | no next file » | 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 f317f35bbb6bb88853b95c644ac365962e9e078f..286f18690fd98b29ca55db4b1bc82eb80e198b6d 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -17,7 +17,6 @@ group("services") {
"//services/js",
"//services/kiosk_wm",
"//services/native_viewport",
- "//services/python/content_handler",
"//services/reaper",
"//services/surfaces",
"//services/test_service:bindings",
@@ -29,4 +28,8 @@ group("services") {
if (!is_asan) {
deps += [ "//services/dart" ]
}
+
+ if (is_linux) {
+ deps += [ "//services/python/content_handler" ]
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698