Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Side by Side Diff: services/ui/public/interfaces/BUILD.gn

Issue 2123613002: Add a mojom/StructTrait for display::Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move unit test target. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 7
7 mojom("interfaces") { 8 mojom("interfaces") {
8 sources = [ 9 sources = [
9 "accelerator_registrar.mojom", 10 "accelerator_registrar.mojom",
10 "accessibility_manager.mojom", 11 "accessibility_manager.mojom",
11 "animations.mojom", 12 "animations.mojom",
12 "channel_handle.mojom", 13 "channel_handle.mojom",
13 "clipboard.mojom", 14 "clipboard.mojom",
14 "command_buffer.mojom", 15 "command_buffer.mojom",
15 "cursor.mojom", 16 "cursor.mojom",
(...skipping 22 matching lines...) Expand all
38 39
39 public_deps = [ 40 public_deps = [
40 "//cc/ipc:interfaces", 41 "//cc/ipc:interfaces",
41 "//gpu/ipc/common:interfaces", 42 "//gpu/ipc/common:interfaces",
42 "//ui/events/mojo:interfaces", 43 "//ui/events/mojo:interfaces",
43 "//ui/gfx/geometry/mojo", 44 "//ui/gfx/geometry/mojo",
44 "//ui/gfx/mojo", 45 "//ui/gfx/mojo",
45 "//ui/platform_window/mojo:interfaces", 46 "//ui/platform_window/mojo:interfaces",
46 ] 47 ]
47 } 48 }
49
50 test("ui_struct_traits_unittests") {
51 sources = [
52 "display/display_struct_traits_unittest.cc",
53 ]
54
55 deps = [
56 "//base",
57 "//base/test:test_support",
58 "//mojo/edk/test:run_all_unittests",
59 "//services/ui/public/interfaces/display:test_interfaces",
60 "//testing/gtest",
61 "//ui/display/types",
62 "//ui/gfx:test_support",
63 ]
64 }
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/chromium_bindings_configuration.gni ('k') | services/ui/public/interfaces/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698