OLD | NEW |
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 source_set("mus") { | 5 source_set("mus") { |
6 # Depend on this only via //content/renderer. | 6 # Depend on this only via //content/renderer. |
7 visibility = [ "//content/renderer/*" ] | 7 visibility = [ "//content/renderer/*" ] |
8 | 8 |
9 sources = [ | 9 sources = [ |
10 "compositor_mus_connection.cc", | 10 "compositor_mus_connection.cc", |
(...skipping 11 matching lines...) Expand all Loading... |
22 "//cc", | 22 "//cc", |
23 "//components/mus/public/cpp", | 23 "//components/mus/public/cpp", |
24 "//components/mus/public/interfaces", | 24 "//components/mus/public/interfaces", |
25 "//content/common", | 25 "//content/common", |
26 "//content/public/common:common_sources", | 26 "//content/public/common:common_sources", |
27 "//mojo/common", | 27 "//mojo/common", |
28 "//mojo/converters/blink", | 28 "//mojo/converters/blink", |
29 "//mojo/converters/geometry", | 29 "//mojo/converters/geometry", |
30 "//mojo/converters/input_events", | 30 "//mojo/converters/input_events", |
31 "//mojo/converters/surfaces", | 31 "//mojo/converters/surfaces", |
32 "//mojo/shell/public/cpp", | 32 "//services/shell/public/cpp", |
33 "//third_party/WebKit/public:blink", | 33 "//third_party/WebKit/public:blink", |
34 "//ui/events:events", | 34 "//ui/events:events", |
35 "//ui/events:events_base", | 35 "//ui/events:events_base", |
36 ] | 36 ] |
37 } | 37 } |
OLD | NEW |