| 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 ] | 179 ] |
| 180 | 180 |
| 181 deps = [ | 181 deps = [ |
| 182 ":lib", | 182 ":lib", |
| 183 "//base", | 183 "//base", |
| 184 "//base/test:test_config", | 184 "//base/test:test_config", |
| 185 "//components/mus/public/cpp", | 185 "//components/mus/public/cpp", |
| 186 "//components/mus/public/cpp/tests:unittest_support", | 186 "//components/mus/public/cpp/tests:unittest_support", |
| 187 "//mojo/converters/geometry", | 187 "//mojo/converters/geometry", |
| 188 "//mojo/converters/input_events", | 188 "//mojo/converters/input_events", |
| 189 "//mojo/edk/system", |
| 189 "//mojo/gles2", | 190 "//mojo/gles2", |
| 190 "//mojo/platform_handle", | 191 "//mojo/platform_handle", |
| 191 "//mojo/public/cpp/system", | 192 "//mojo/public/cpp/system", |
| 192 "//testing/gtest", | 193 "//testing/gtest", |
| 193 "//third_party/mojo/src/mojo/edk/system", | |
| 194 "//ui/base", | 194 "//ui/base", |
| 195 "//ui/events", | 195 "//ui/events", |
| 196 "//ui/gfx:test_support", | 196 "//ui/gfx:test_support", |
| 197 "//ui/gfx/geometry", | 197 "//ui/gfx/geometry", |
| 198 "//ui/mojo/geometry:interfaces", | 198 "//ui/mojo/geometry:interfaces", |
| 199 "//ui/mojo/geometry:util", | 199 "//ui/mojo/geometry:util", |
| 200 ] | 200 ] |
| 201 } | 201 } |
| OLD | NEW |