| Index: third_party/mojo/src/mojo/edk/js/BUILD.gn
|
| diff --git a/third_party/mojo/src/mojo/edk/js/BUILD.gn b/third_party/mojo/src/mojo/edk/js/BUILD.gn
|
| index ed1b81f7fce951d1558991307958be578824987e..9a066d33611e1fcc2fe2f8fb7474a6c1b6917c17 100644
|
| --- a/third_party/mojo/src/mojo/edk/js/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/js/BUILD.gn
|
| @@ -3,20 +3,6 @@
|
| # found in the LICENSE file.
|
|
|
| import("../mojo_edk.gni")
|
| -
|
| -# TODO(hansmuller): The organization of tests in this directory is weird:
|
| -# * Really, js_unittests tests public stuff, so that should live in public
|
| -# and be reworked as some sort of apptest.
|
| -# * Both js_unittests and js_integration_tests should auto-generate their
|
| -# tests somehow. The .cc files are just test runner stubs, including
|
| -# explicit lists of .js files.
|
| -group("tests") {
|
| - testonly = true
|
| - deps = [
|
| - "test:js_unittests",
|
| - "test:js_integration_tests",
|
| - ]
|
| -}
|
|
|
| mojo_edk_source_set("js") {
|
| sources = [
|
| @@ -64,5 +50,7 @@
|
| "mojo/edk/test:test_support",
|
| ]
|
|
|
| - mojo_sdk_deps = [ "mojo/public/cpp/system" ]
|
| + mojo_sdk_deps = [
|
| + "mojo/public/cpp/system",
|
| + ]
|
| }
|
|
|