OLD | NEW |
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 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
8 | 8 |
9 if (is_android) { | 9 if (is_android) { |
10 import("//build/config/android/config.gni") | 10 import("//build/config/android/config.gni") |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 "//mojo/converters/geometry", | 104 "//mojo/converters/geometry", |
105 "//mojo/converters/ime", | 105 "//mojo/converters/ime", |
106 "//mojo/converters/input_events", | 106 "//mojo/converters/input_events", |
107 "//mojo/converters/surfaces", | 107 "//mojo/converters/surfaces", |
108 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", | 108 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", |
109 "//ui/events", | 109 "//ui/events", |
110 "//ui/events/platform", | 110 "//ui/events/platform", |
111 "//ui/gfx", | 111 "//ui/gfx", |
112 "//ui/gfx/geometry", | 112 "//ui/gfx/geometry", |
113 "//ui/gl:gl", | 113 "//ui/gl:gl", |
114 "//ui/gl:test_support", | |
115 "//ui/mojo/events:interfaces", | 114 "//ui/mojo/events:interfaces", |
116 "//ui/mojo/geometry:interfaces", | 115 "//ui/mojo/geometry:interfaces", |
117 "//ui/platform_window:platform_impls", | 116 "//ui/platform_window:platform_impls", |
118 "//ui/platform_window:platform_window", | 117 "//ui/platform_window:platform_window", |
119 ] | 118 ] |
120 } | 119 } |
121 | 120 |
122 source_set("test_support") { | 121 source_set("test_support") { |
123 testonly = true | 122 testonly = true |
124 | 123 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 "//components/mus/public/cpp/tests:test_support", | 203 "//components/mus/public/cpp/tests:test_support", |
205 "//components/mus/public/interfaces", | 204 "//components/mus/public/interfaces", |
206 "//mojo/application/public/cpp:sources", | 205 "//mojo/application/public/cpp:sources", |
207 "//mojo/application/public/cpp:test_support", | 206 "//mojo/application/public/cpp:test_support", |
208 "//ui/mojo/geometry:interfaces", | 207 "//ui/mojo/geometry:interfaces", |
209 "//ui/mojo/geometry:util", | 208 "//ui/mojo/geometry:util", |
210 ] | 209 ] |
211 | 210 |
212 data_deps = [ ":mus" ] | 211 data_deps = [ ":mus" ] |
213 } | 212 } |
OLD | NEW |