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/tools/bindings/mojom.gni") | 5 import("//mojo/public/tools/bindings/mojom.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 mojom("interfaces") { | 8 mojom("interfaces") { |
9 sources = [ | 9 sources = [ |
10 "accelerator_registrar.mojom", | 10 "accelerator_registrar.mojom", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 "//ui/events/mojo:interfaces", | 45 "//ui/events/mojo:interfaces", |
46 "//ui/gfx/geometry/mojo", | 46 "//ui/gfx/geometry/mojo", |
47 "//ui/gfx/mojo", | 47 "//ui/gfx/mojo", |
48 "//ui/platform_window/mojo:interfaces", | 48 "//ui/platform_window/mojo:interfaces", |
49 ] | 49 ] |
50 | 50 |
51 use_new_wrapper_types = false | 51 use_new_wrapper_types = false |
52 } | 52 } |
53 | 53 |
54 test("ui_struct_traits_unittests") { | 54 test("ui_struct_traits_unittests") { |
| 55 testonly = true |
| 56 |
55 sources = [ | 57 sources = [ |
56 "display/display_struct_traits_unittest.cc", | 58 "display/display_struct_traits_unittest.cc", |
57 ] | 59 ] |
58 | 60 |
59 deps = [ | 61 deps = [ |
60 "//base", | 62 "//base", |
61 "//base/test:test_support", | 63 "//base/test:test_support", |
62 "//mojo/edk/test:run_all_unittests", | 64 "//mojo/edk/test:run_all_unittests", |
63 "//services/ui/public/interfaces/display:test_interfaces", | 65 "//services/ui/public/interfaces/display:test_interfaces", |
64 "//testing/gtest", | 66 "//testing/gtest", |
65 "//ui/display/types", | 67 "//ui/display/types", |
66 "//ui/gfx:test_support", | 68 "//ui/gfx:test_support", |
67 ] | 69 ] |
68 } | 70 } |
OLD | NEW |