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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "//services/shell/public/cpp", | 71 "//services/shell/public/cpp", |
72 "//services/shell/public/interfaces", | 72 "//services/shell/public/interfaces", |
73 "//skia", | 73 "//skia", |
74 "//third_party/icu", | 74 "//third_party/icu", |
75 "//ui/aura", | 75 "//ui/aura", |
76 "//ui/compositor", | 76 "//ui/compositor", |
77 "//ui/display", | 77 "//ui/display", |
78 "//ui/display/mojo", | 78 "//ui/display/mojo", |
79 "//ui/events", | 79 "//ui/events", |
80 "//ui/events:events_base", | 80 "//ui/events:events_base", |
81 "//ui/events/devices", | |
82 "//ui/gfx", | 81 "//ui/gfx", |
83 "//ui/gfx/geometry", | 82 "//ui/gfx/geometry", |
84 "//ui/gfx/geometry/mojo", | 83 "//ui/gfx/geometry/mojo", |
85 "//ui/gl", | 84 "//ui/gl", |
86 "//ui/native_theme", | 85 "//ui/native_theme", |
87 "//ui/platform_window", | 86 "//ui/platform_window", |
88 "//ui/platform_window/mojo", | 87 "//ui/platform_window/mojo", |
89 "//ui/platform_window/mojo:interfaces_cpp_sources", | 88 "//ui/platform_window/mojo:interfaces_cpp_sources", |
90 "//ui/platform_window/stub", | 89 "//ui/platform_window/stub", |
91 "//ui/views", | 90 "//ui/views", |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 type = "exe" | 316 type = "exe" |
318 application_name = "views_mus_interactive_ui_tests" | 317 application_name = "views_mus_interactive_ui_tests" |
319 source = "interactive_ui_tests_manifest.json" | 318 source = "interactive_ui_tests_manifest.json" |
320 } | 319 } |
321 | 320 |
322 group("for_component") { | 321 group("for_component") { |
323 public_deps = [ | 322 public_deps = [ |
324 ":mus", | 323 ":mus", |
325 ] | 324 ] |
326 } | 325 } |
OLD | NEW |