Chromium Code Reviews| 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", |