Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Side by Side Diff: components/mus/public/cpp/tests/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("unittest_support") { 8 source_set("unittest_support") {
9 sources = [ 9 sources = [
10 "test_window.h", 10 "test_window.h",
(...skipping 13 matching lines...) Expand all
24 "window_server_shelltest_base.h", 24 "window_server_shelltest_base.h",
25 "window_server_test_base.cc", 25 "window_server_test_base.cc",
26 "window_server_test_base.h", 26 "window_server_test_base.h",
27 ] 27 ]
28 28
29 deps = [ 29 deps = [
30 "//base", 30 "//base",
31 "//base/test:test_config", 31 "//base/test:test_config",
32 "//components/mus/common:mus_common", 32 "//components/mus/common:mus_common",
33 "//components/mus/public/cpp", 33 "//components/mus/public/cpp",
34 "//mojo/shell/public/cpp:shell_test_support", 34 "//services/shell/public/cpp:shell_test_support",
35 "//mojo/shell/public/cpp:sources", 35 "//services/shell/public/cpp:sources",
36 "//mojo/shell/public/cpp:test_support", 36 "//services/shell/public/cpp:test_support",
37 "//testing/gtest", 37 "//testing/gtest",
38 "//ui/gl", 38 "//ui/gl",
39 ] 39 ]
40 } 40 }
41 41
42 test("mojo_view_manager_lib_unittests") { 42 test("mojo_view_manager_lib_unittests") {
43 sources = [ 43 sources = [
44 "property_type_converters_unittest.cc", 44 "property_type_converters_unittest.cc",
45 "run_all_unittests.cc", 45 "run_all_unittests.cc",
46 "test_window_tree.cc", 46 "test_window_tree.cc",
(...skipping 10 matching lines...) Expand all
57 "//base/test:test_support", 57 "//base/test:test_support",
58 "//components/mus/common:mus_common", 58 "//components/mus/common:mus_common",
59 "//components/mus/public/cpp", 59 "//components/mus/public/cpp",
60 "//mojo/common:common_base", 60 "//mojo/common:common_base",
61 "//mojo/converters/geometry", 61 "//mojo/converters/geometry",
62 "//mojo/converters/input_events", 62 "//mojo/converters/input_events",
63 "//mojo/edk/system", 63 "//mojo/edk/system",
64 "//mojo/gles2", 64 "//mojo/gles2",
65 "//mojo/platform_handle:platform_handle_impl", 65 "//mojo/platform_handle:platform_handle_impl",
66 "//mojo/public/cpp/system", 66 "//mojo/public/cpp/system",
67 "//mojo/shell/public/cpp", 67 "//services/shell/public/cpp",
68 "//testing/gtest", 68 "//testing/gtest",
69 "//ui/events", 69 "//ui/events",
70 "//ui/gfx:test_support", 70 "//ui/gfx:test_support",
71 "//ui/gfx/geometry", 71 "//ui/gfx/geometry",
72 "//ui/mojo/geometry:interfaces", 72 "//ui/mojo/geometry:interfaces",
73 ] 73 ]
74 74
75 if (use_x11) { 75 if (use_x11) {
76 deps += [ "//ui/gfx/x" ] 76 deps += [ "//ui/gfx/x" ]
77 } 77 }
78 } 78 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698