| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
| 8 import("//mojo/public/mojo_application_manifest.gni") | 8 import("//mojo/public/mojo_application_manifest.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 "//services/shell/public/interfaces", | 68 "//services/shell/public/interfaces", |
| 69 "//skia", | 69 "//skia", |
| 70 "//third_party/icu", | 70 "//third_party/icu", |
| 71 "//ui/aura", | 71 "//ui/aura", |
| 72 "//ui/compositor", | 72 "//ui/compositor", |
| 73 "//ui/display", | 73 "//ui/display", |
| 74 "//ui/display/mojo", | 74 "//ui/display/mojo", |
| 75 "//ui/events", | 75 "//ui/events", |
| 76 "//ui/events:events_base", | 76 "//ui/events:events_base", |
| 77 "//ui/events/devices", | 77 "//ui/events/devices", |
| 78 "//ui/events/mojo", | |
| 79 "//ui/gfx", | 78 "//ui/gfx", |
| 80 "//ui/gfx/geometry", | 79 "//ui/gfx/geometry", |
| 81 "//ui/gfx/geometry/mojo", | 80 "//ui/gfx/geometry/mojo", |
| 82 "//ui/gl", | 81 "//ui/gl", |
| 83 "//ui/native_theme", | 82 "//ui/native_theme", |
| 84 "//ui/platform_window", | 83 "//ui/platform_window", |
| 85 "//ui/platform_window/mojo", | 84 "//ui/platform_window/mojo", |
| 86 "//ui/platform_window/mojo:interfaces_cpp_sources", | 85 "//ui/platform_window/mojo:interfaces_cpp_sources", |
| 87 "//ui/platform_window/stub", | 86 "//ui/platform_window/stub", |
| 88 "//ui/views", | 87 "//ui/views", |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 type = "exe" | 303 type = "exe" |
| 305 application_name = "views_mus_interactive_ui_tests" | 304 application_name = "views_mus_interactive_ui_tests" |
| 306 source = "interactive_ui_tests_manifest.json" | 305 source = "interactive_ui_tests_manifest.json" |
| 307 } | 306 } |
| 308 | 307 |
| 309 group("for_component") { | 308 group("for_component") { |
| 310 public_deps = [ | 309 public_deps = [ |
| 311 ":mus", | 310 ":mus", |
| 312 ] | 311 ] |
| 313 } | 312 } |
| OLD | NEW |