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

Unified Diff: examples/BUILD.gn

Issue 796373006: Content handler for python. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | examples/python/BUILD.gn » ('j') | examples/python/__mojo__.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index c737d98cfd5d5fb8d2b738454f8b1cca60837056..6f38f234050e935e42dc0226a2ce8e23151c627a 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -41,4 +41,8 @@ group("examples") {
if (is_android) {
deps += [ "//examples/device_name" ]
}
+
+ if (is_linux) {
+ deps += [ "//examples/python" ]
+ }
}
« no previous file with comments | « no previous file | examples/python/BUILD.gn » ('j') | examples/python/__mojo__.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698