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