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

Side by Side Diff: components/mus/public/cpp/tests/BUILD.gn

Issue 2048633004: Remove type converters for ui::Event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("unittest_support") { 8 source_set("unittest_support") {
9 testonly = true 9 testonly = true
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//base", 63 "//base",
64 "//base/test:test_support", 64 "//base/test:test_support",
65 "//components/mus/common:mus_common", 65 "//components/mus/common:mus_common",
66 "//components/mus/public/cpp", 66 "//components/mus/public/cpp",
67 "//mojo/common:common_base", 67 "//mojo/common:common_base",
68 "//mojo/edk/system", 68 "//mojo/edk/system",
69 "//mojo/public/cpp/system", 69 "//mojo/public/cpp/system",
70 "//services/shell/public/cpp", 70 "//services/shell/public/cpp",
71 "//testing/gtest", 71 "//testing/gtest",
72 "//ui/events", 72 "//ui/events",
73 "//ui/events/mojo",
74 "//ui/gfx:test_support", 73 "//ui/gfx:test_support",
75 "//ui/gfx/geometry", 74 "//ui/gfx/geometry",
76 "//ui/gfx/geometry/mojo", 75 "//ui/gfx/geometry/mojo",
77 ] 76 ]
78 77
79 if (use_x11) { 78 if (use_x11) {
80 deps += [ "//ui/gfx/x" ] 79 deps += [ "//ui/gfx/x" ]
81 } 80 }
82 } 81 }
OLDNEW
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client.cc ('k') | components/mus/public/cpp/tests/window_tree_client_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698