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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
7 import("//mojo/public/mojo_application_manifest.gni") | 7 import("//mojo/public/mojo_application_manifest.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 "//base/test:test_config", | 179 "//base/test:test_config", |
180 "//components/mus/common:mus_common", | 180 "//components/mus/common:mus_common", |
181 "//components/mus/public/cpp", | 181 "//components/mus/public/cpp", |
182 "//components/mus/public/cpp/tests:test_support", | 182 "//components/mus/public/cpp/tests:test_support", |
183 "//components/mus/public/cpp/tests:unittest_support", | 183 "//components/mus/public/cpp/tests:unittest_support", |
184 "//components/mus/public/interfaces", | 184 "//components/mus/public/interfaces", |
185 "//mash/wm/public/interfaces", | 185 "//mash/wm/public/interfaces", |
186 "//mojo/converters/geometry", | 186 "//mojo/converters/geometry", |
187 "//mojo/converters/input_events", | 187 "//mojo/converters/input_events", |
188 "//mojo/edk/system", | 188 "//mojo/edk/system", |
189 "//mojo/gles2", | |
190 "//mojo/public/cpp/system", | 189 "//mojo/public/cpp/system", |
191 "//services/shell/public/cpp:shell_test_support", | 190 "//services/shell/public/cpp:shell_test_support", |
192 "//testing/gtest", | 191 "//testing/gtest", |
193 "//ui/aura", | 192 "//ui/aura", |
194 "//ui/base", | 193 "//ui/base", |
195 "//ui/display", | 194 "//ui/display", |
196 "//ui/events", | 195 "//ui/events", |
197 "//ui/gfx:test_support", | 196 "//ui/gfx:test_support", |
198 "//ui/gfx/geometry", | 197 "//ui/gfx/geometry", |
199 "//ui/mojo/geometry:interfaces", | 198 "//ui/mojo/geometry:interfaces", |
200 "//ui/mojo/geometry:util", | 199 "//ui/mojo/geometry:util", |
201 "//ui/views/mus", | 200 "//ui/views/mus", |
202 ] | 201 ] |
203 | 202 |
204 data_deps = [ | 203 data_deps = [ |
205 ":wm", | 204 ":wm", |
206 "//mash/quick_launch", | 205 "//mash/quick_launch", |
207 ] | 206 ] |
208 } | 207 } |
OLD | NEW |