summaryrefslogtreecommitdiff
path: root/utils/ipc/mojo/public/tools/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ipc/mojo/public/tools/BUILD.gn')
-rw-r--r--utils/ipc/mojo/public/tools/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/ipc/mojo/public/tools/BUILD.gn b/utils/ipc/mojo/public/tools/BUILD.gn
index 4c68350b..eb6391a6 100644
--- a/utils/ipc/mojo/public/tools/BUILD.gn
+++ b/utils/ipc/mojo/public/tools/BUILD.gn
@@ -8,11 +8,11 @@
group("mojo_python_unittests") {
data = [
"run_all_python_unittests.py",
- "//testing/scripts/common.py",
"//testing/scripts/run_isolated_script_test.py",
- "//testing/test_env.py",
- "//testing/xvfb.py",
]
deps = [ "//mojo/public/tools/mojom/mojom:tests" ]
- data_deps = [ "//third_party/catapult/third_party/typ/" ]
+ data_deps = [
+ "//testing:test_scripts_shared",
+ "//third_party/catapult/third_party/typ/",
+ ]
}