| Index: services/js/modules/clock/test/BUILD.gn
|
| diff --git a/services/js/modules/clock/test/BUILD.gn b/services/js/modules/clock/test/BUILD.gn
|
| index baa818d84813345d14e7333a3c88481f37e7039f..3caf3348a0d47000b2f2ce41c8994ae43ba8b868 100644
|
| --- a/services/js/modules/clock/test/BUILD.gn
|
| +++ b/services/js/modules/clock/test/BUILD.gn
|
| @@ -6,13 +6,13 @@ source_set("test") {
|
| testonly = true
|
| deps = [
|
| "//gin:gin_test",
|
| - "//mojo/edk/js",
|
| "//mojo/edk/test:run_all_unittests",
|
| "//mojo/edk/test:test_support",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| "//mojo/public/interfaces/bindings/tests:test_interfaces",
|
| "//services/js/modules/clock",
|
| + "//services/js/system",
|
| ]
|
|
|
| sources = [
|
|
|