| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 ] | 175 ] |
| 176 | 176 |
| 177 deps = [ | 177 deps = [ |
| 178 ":lib", | 178 ":lib", |
| 179 "//base", | 179 "//base", |
| 180 "//base/test:test_config", | 180 "//base/test:test_config", |
| 181 "//components/mus/public/cpp", | 181 "//components/mus/public/cpp", |
| 182 "//components/mus/public/cpp/tests:unittest_support", | 182 "//components/mus/public/cpp/tests:unittest_support", |
| 183 "//mojo/converters/geometry", | 183 "//mojo/converters/geometry", |
| 184 "//mojo/converters/input_events", | 184 "//mojo/converters/input_events", |
| 185 "//mojo/edk/system", |
| 185 "//mojo/gles2", | 186 "//mojo/gles2", |
| 186 "//mojo/platform_handle", | 187 "//mojo/platform_handle", |
| 187 "//mojo/public/cpp/system", | 188 "//mojo/public/cpp/system", |
| 188 "//testing/gtest", | 189 "//testing/gtest", |
| 189 "//third_party/mojo/src/mojo/edk/system", | |
| 190 "//ui/base", | 190 "//ui/base", |
| 191 "//ui/events", | 191 "//ui/events", |
| 192 "//ui/gfx:test_support", | 192 "//ui/gfx:test_support", |
| 193 "//ui/gfx/geometry", | 193 "//ui/gfx/geometry", |
| 194 "//ui/mojo/geometry:interfaces", | 194 "//ui/mojo/geometry:interfaces", |
| 195 "//ui/mojo/geometry:util", | 195 "//ui/mojo/geometry:util", |
| 196 ] | 196 ] |
| 197 } | 197 } |
| OLD | NEW |