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

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

Issue 2843353004: Enable use_once_callback on mojom GN rule by default (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « services/ui/gpu/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/display/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//testing/test.gni")
7 7
8 mojom("interfaces") { 8 mojom("interfaces") {
9 sources = [ 9 sources = [
10 "accessibility_manager.mojom", 10 "accessibility_manager.mojom",
(...skipping 26 matching lines...) Expand all
37 "//services/ui/public/interfaces/display", 37 "//services/ui/public/interfaces/display",
38 "//services/ui/public/interfaces/ime", 38 "//services/ui/public/interfaces/ime",
39 "//skia/public/interfaces", 39 "//skia/public/interfaces",
40 "//ui/base/mojo:mojo_bindings", 40 "//ui/base/mojo:mojo_bindings",
41 "//ui/display/mojo:interfaces", 41 "//ui/display/mojo:interfaces",
42 "//ui/events/mojo:interfaces", 42 "//ui/events/mojo:interfaces",
43 "//ui/gfx/geometry/mojo", 43 "//ui/gfx/geometry/mojo",
44 "//ui/gfx/mojo", 44 "//ui/gfx/mojo",
45 "//ui/platform_window/mojo:interfaces", 45 "//ui/platform_window/mojo:interfaces",
46 ] 46 ]
47
48 # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
49 use_once_callback = false
47 } 50 }
48 51
49 mojom("constants") { 52 mojom("constants") {
50 sources = [ 53 sources = [
51 "constants.mojom", 54 "constants.mojom",
52 ] 55 ]
53 } 56 }
54 57
55 test("ui_struct_traits_unittests") { 58 test("ui_struct_traits_unittests") {
56 testonly = true 59 testonly = true
57 60
58 sources = [ 61 sources = [
59 "cursor/cursor_struct_traits_unittest.cc", 62 "cursor/cursor_struct_traits_unittest.cc",
60 "ime/ime_struct_traits_unittest.cc", 63 "ime/ime_struct_traits_unittest.cc",
61 ] 64 ]
62 65
63 deps = [ 66 deps = [
64 "//base", 67 "//base",
65 "//base/test:test_support", 68 "//base/test:test_support",
66 "//mojo/edk/test:run_all_unittests", 69 "//mojo/edk/test:run_all_unittests",
67 "//services/ui/public/interfaces/cursor", 70 "//services/ui/public/interfaces/cursor",
68 "//services/ui/public/interfaces/ime:test_interfaces", 71 "//services/ui/public/interfaces/ime:test_interfaces",
69 "//skia/public/interfaces", 72 "//skia/public/interfaces",
70 "//testing/gtest", 73 "//testing/gtest",
71 "//ui/display/types", 74 "//ui/display/types",
72 "//ui/gfx:test_support", 75 "//ui/gfx:test_support",
73 ] 76 ]
74 } 77 }
OLDNEW
« no previous file with comments | « services/ui/gpu/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698