OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//mojo/public/mojo_application.gni") | 5 import("//mojo/public/mojo_application.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 group("js") { | 8 group("js") { |
9 deps = [ | 9 deps = [ |
10 ":js_content_handler", | 10 ":js_content_handler", |
(...skipping 24 matching lines...) Expand all Loading... |
35 deps = [ | 35 deps = [ |
36 "//base:i18n", | 36 "//base:i18n", |
37 "//mojo/application", | 37 "//mojo/application", |
38 "//mojo/application:content_handler", | 38 "//mojo/application:content_handler", |
39 "//mojo/data_pipe_utils", | 39 "//mojo/data_pipe_utils", |
40 "//mojo/environment:chromium", | 40 "//mojo/environment:chromium", |
41 "//mojo/message_pump", | 41 "//mojo/message_pump", |
42 "//mojo/public/cpp/system", | 42 "//mojo/public/cpp/system", |
43 "//mojo/public/cpp/utility", | 43 "//mojo/public/cpp/utility", |
44 "//mojo/public/interfaces/application", | 44 "//mojo/public/interfaces/application", |
45 "//mojo/services/content_handler/public/interfaces", | 45 "//mojo/services/content_handler/interfaces", |
46 "//mojo/services/network/public/interfaces", | 46 "//mojo/services/network/public/interfaces", |
47 "//services/js/modules/clock", | 47 "//services/js/modules/clock", |
48 "//services/js/modules/gl", | 48 "//services/js/modules/gl", |
49 "//services/js/system", | 49 "//services/js/system", |
50 ] | 50 ] |
51 } | 51 } |
52 | 52 |
53 test("js_services_unittests") { | 53 test("js_services_unittests") { |
54 deps = [ | 54 deps = [ |
55 "//base", | 55 "//base", |
(...skipping 20 matching lines...) Expand all Loading... |
76 deps = [ | 76 deps = [ |
77 "//base", | 77 "//base", |
78 "//mojo/public/cpp/bindings", | 78 "//mojo/public/cpp/bindings", |
79 "//mojo/public/cpp/system", | 79 "//mojo/public/cpp/system", |
80 "//services/js/test:echo_service", | 80 "//services/js/test:echo_service", |
81 "//services/js/test:js_application_test_base", | 81 "//services/js/test:js_application_test_base", |
82 "//services/js/test:network_test_service", | 82 "//services/js/test:network_test_service", |
83 "//services/js/test:pingpong_service", | 83 "//services/js/test:pingpong_service", |
84 ] | 84 ] |
85 } | 85 } |
OLD | NEW |