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

Unified Diff: mojo/python/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
Index: mojo/python/BUILD.gn
diff --git a/mojo/python/BUILD.gn b/mojo/python/BUILD.gn
index 3c71480894e8702ea207658905bfb21468865c52..c2bab37c49f8b5da56d256e575fd85b3f0d8faf8 100644
--- a/mojo/python/BUILD.gn
+++ b/mojo/python/BUILD.gn
@@ -10,6 +10,7 @@ group("python") {
":embedder",
":validation_util",
"//mojo/public/python",
+ "//mojo/python/content_handler",
]
}
@@ -39,6 +40,8 @@ python_binary_module("validation_util") {
cython_sources = [ "system/mojo/tests/validation_util.pyx" ]
deps = [
"//mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces_python",
qsr 2015/01/07 15:14:45 Is this needed?
etiennej 2015/01/08 11:23:13 Done.
+ "//mojo/services/accessibility/public/interfaces:interfaces_python",
]
datadeps = [
":tests_module",

Powered by Google App Engine
This is Rietveld 408576698