Index: mojo/edk/js/BUILD.gn |
diff --git a/mojo/edk/js/BUILD.gn b/mojo/edk/js/BUILD.gn |
index e652b809ec060232bda81c8026d899463bd9ebdf..b8d60ecc2b7a54a2984574c7bd3575dfeee1da8f 100644 |
--- a/mojo/edk/js/BUILD.gn |
+++ b/mojo/edk/js/BUILD.gn |
@@ -11,12 +11,8 @@ |
"handle.cc", |
"handle.h", |
"handle_close_observer.h", |
- "mojo_runner_delegate.cc", |
- "mojo_runner_delegate.h", |
"support.cc", |
"support.h", |
- "threading.cc", |
- "threading.h", |
"waiting_callback.cc", |
"waiting_callback.h", |
] |
@@ -26,24 +22,15 @@ |
"//gin", |
"//v8", |
] |
- |
- deps = [ |
- "//mojo/public/cpp/environment", |
- "//mojo/public/cpp/system", |
- ] |
} |
source_set("js_unittests") { |
testonly = true |
+ deps = [ |
+ "//mojo/edk/test:test_support", |
+ ] |
+ |
sources = [ |
"handle_unittest.cc", |
] |
- |
- deps = [ |
- "//mojo/edk/js", |
- "//mojo/edk/test:test_support", |
- "//mojo/public/cpp/system", |
- "//testing/gtest", |
- ] |
- |
} |