OLD | NEW |
| (Empty) |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 test("apps_js_unittests") { | |
6 deps = [ | |
7 "//gin:gin_test", | |
8 "//mojo/apps/js/bindings", | |
9 "//mojo/edk/js", | |
10 "//mojo/common", | |
11 "//mojo/edk/test:run_all_unittests", | |
12 "//mojo/edk/test:test_support", | |
13 "//mojo/public/cpp/bindings", | |
14 "//mojo/public/cpp/system", | |
15 "//mojo/public/interfaces/bindings/tests:test_interfaces", | |
16 ] | |
17 | |
18 sources = [ | |
19 "run_apps_js_tests.cc", | |
20 ] | |
21 } | |
OLD | NEW |