| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "//services/shell/public/cpp:shell_test_support", | 189 "//services/shell/public/cpp:shell_test_support", |
| 190 "//testing/gtest", | 190 "//testing/gtest", |
| 191 "//ui/aura", | 191 "//ui/aura", |
| 192 "//ui/base", | 192 "//ui/base", |
| 193 "//ui/display", | 193 "//ui/display", |
| 194 "//ui/events", | 194 "//ui/events", |
| 195 "//ui/events/mojo", | 195 "//ui/events/mojo", |
| 196 "//ui/gfx:test_support", | 196 "//ui/gfx:test_support", |
| 197 "//ui/gfx/geometry", | 197 "//ui/gfx/geometry", |
| 198 "//ui/gfx/geometry/mojo", | 198 "//ui/gfx/geometry/mojo", |
| 199 "//ui/gfx/geometry/mojo:interfaces", | |
| 200 "//ui/gfx/geometry/mojo:util", | |
| 201 "//ui/views/mus", | 199 "//ui/views/mus", |
| 202 ] | 200 ] |
| 203 | 201 |
| 204 data_deps = [ | 202 data_deps = [ |
| 205 ":wm", | 203 ":wm", |
| 206 "//mash/quick_launch", | 204 "//mash/quick_launch", |
| 207 ] | 205 ] |
| 208 } | 206 } |
| OLD | NEW |