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

Side by Side Diff: components/mus/common/BUILD.gn

Issue 1755703004: Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/mus/DEPS ('k') | components/mus/common/event_param_traits.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni")
6
7 source_set("common") { 5 source_set("common") {
8 sources = [ 6 sources = [
9 "args.cc", 7 "args.cc",
10 "args.h", 8 "args.h",
11 "event_param_traits.cc",
12 "event_param_traits.h",
13 "event_param_traits_macros.h",
14 "mus_ipc_export.h",
15 "transient_window_utils.h", 9 "transient_window_utils.h",
16 "types.h", 10 "types.h",
17 "util.h", 11 "util.h",
18 "window_tracker.h", 12 "window_tracker.h",
19 ] 13 ]
20 deps = [ 14 deps = [
21 "//components/mus/public/interfaces", 15 "//components/mus/public/interfaces",
22 "//ipc:ipc",
23 "//ui/events:events",
24 "//ui/gfx/ipc",
25 ] 16 ]
26 } 17 }
27
28 test("mus_common_unittests") {
29 sources = [
30 "event_param_traits_unittest.cc",
31 ]
32 deps = [
33 ":common",
34 "//base",
35 "//base/test:run_all_unittests",
36 "//base/test:test_config",
37 "//ipc:ipc",
38 "//mojo/edk/test:test_support",
39 "//testing/gtest",
40 "//ui/events:events",
41 "//ui/gfx:test_support",
42 "//ui/gfx/ipc",
43 ]
44 }
OLDNEW
« no previous file with comments | « components/mus/DEPS ('k') | components/mus/common/event_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698