| 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", | |
| 11 "accessibility_manager.mojom", | 10 "accessibility_manager.mojom", |
| 12 "animations.mojom", | 11 "animations.mojom", |
| 13 "clipboard.mojom", | 12 "clipboard.mojom", |
| 14 "cursor.mojom", | 13 "cursor.mojom", |
| 15 "display.mojom", | 14 "display.mojom", |
| 16 "event_matcher.mojom", | 15 "event_matcher.mojom", |
| 17 "gpu_memory_buffer.mojom", | 16 "gpu_memory_buffer.mojom", |
| 18 "gpu_service.mojom", | 17 "gpu_service.mojom", |
| 19 "ime.mojom", | 18 "ime.mojom", |
| 20 "mus_constants.mojom", | 19 "mus_constants.mojom", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 deps = [ | 56 deps = [ |
| 58 "//base", | 57 "//base", |
| 59 "//base/test:test_support", | 58 "//base/test:test_support", |
| 60 "//mojo/edk/test:run_all_unittests", | 59 "//mojo/edk/test:run_all_unittests", |
| 61 "//services/ui/public/interfaces/display:test_interfaces", | 60 "//services/ui/public/interfaces/display:test_interfaces", |
| 62 "//testing/gtest", | 61 "//testing/gtest", |
| 63 "//ui/display/types", | 62 "//ui/display/types", |
| 64 "//ui/gfx:test_support", | 63 "//ui/gfx:test_support", |
| 65 ] | 64 ] |
| 66 } | 65 } |
| OLD | NEW |