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

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

Issue 2164633004: Enable ui_struct_traits_unittests on try bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Add testonly. Created 4 years, 4 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 | « no previous file | testing/buildbot/chromium.chromiumos.json » ('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 "accelerator_registrar.mojom", 10 "accelerator_registrar.mojom",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698