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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 8
9 source_set("lib") { 9 source_set("lib") {
10 sources = [ 10 sources = [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//components/mus/gles2:gles2", 64 "//components/mus/gles2:gles2",
65 "//components/mus/public/cpp:common", 65 "//components/mus/public/cpp:common",
66 "//components/mus/public/interfaces", 66 "//components/mus/public/interfaces",
67 "//components/mus/surfaces", 67 "//components/mus/surfaces",
68 "//mojo/application/public/cpp", 68 "//mojo/application/public/cpp",
69 "//mojo/common:common_base", 69 "//mojo/common:common_base",
70 "//mojo/converters/geometry", 70 "//mojo/converters/geometry",
71 "//mojo/converters/ime", 71 "//mojo/converters/ime",
72 "//mojo/converters/input_events", 72 "//mojo/converters/input_events",
73 "//mojo/converters/surfaces", 73 "//mojo/converters/surfaces",
74 "//mojo/public/cpp/bindings:callback",
74 "//mojo/services/tracing/public/cpp", 75 "//mojo/services/tracing/public/cpp",
75 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
76 "//ui/events", 76 "//ui/events",
77 "//ui/events/platform", 77 "//ui/events/platform",
78 "//ui/gfx", 78 "//ui/gfx",
79 "//ui/gfx/geometry", 79 "//ui/gfx/geometry",
80 "//ui/gl:gl", 80 "//ui/gl:gl",
81 "//ui/mojo/geometry:interfaces", 81 "//ui/mojo/geometry:interfaces",
82 "//ui/platform_window:platform_impls", 82 "//ui/platform_window:platform_impls",
83 "//ui/platform_window:platform_window", 83 "//ui/platform_window:platform_window",
84 ] 84 ]
85 } 85 }
86 86
87 source_set("test_support") { 87 source_set("test_support") {
88 testonly = true 88 testonly = true
89 89
90 sources = [ 90 sources = [
91 "test_change_tracker.cc", 91 "test_change_tracker.cc",
92 "test_change_tracker.h", 92 "test_change_tracker.h",
93 ] 93 ]
94 94
95 deps = [ 95 deps = [
96 "//base", 96 "//base",
97 "//components/mus/public/cpp", 97 "//components/mus/public/cpp",
98 "//components/mus/public/cpp:common", 98 "//components/mus/public/cpp:common",
99 "//components/mus/public/interfaces", 99 "//components/mus/public/interfaces",
100 "//mojo/common", 100 "//mojo/common",
101 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", 101 "//mojo/public/cpp/bindings:bindings",
102 "//ui/mojo/geometry:interfaces", 102 "//ui/mojo/geometry:interfaces",
103 ] 103 ]
104 } 104 }
105 105
106 group("tests") { 106 group("tests") {
107 testonly = true 107 testonly = true
108 deps = [ 108 deps = [
109 ":apptests", 109 ":apptests",
110 ":window_manager_unittests", 110 ":window_manager_unittests",
111 "//components/mus/public/cpp/tests:mojo_view_manager_lib_unittests", 111 "//components/mus/public/cpp/tests:mojo_view_manager_lib_unittests",
(...skipping 21 matching lines...) Expand all
133 "//components/mus/public/cpp", 133 "//components/mus/public/cpp",
134 "//components/mus/public/cpp:common", 134 "//components/mus/public/cpp:common",
135 "//components/mus/public/interfaces", 135 "//components/mus/public/interfaces",
136 "//mojo/application/public/interfaces", 136 "//mojo/application/public/interfaces",
137 "//mojo/converters/geometry", 137 "//mojo/converters/geometry",
138 "//mojo/converters/input_events", 138 "//mojo/converters/input_events",
139 "//mojo/converters/transform", 139 "//mojo/converters/transform",
140 "//mojo/environment:chromium", 140 "//mojo/environment:chromium",
141 "//mojo/gles2", 141 "//mojo/gles2",
142 "//mojo/platform_handle", 142 "//mojo/platform_handle",
143 "//mojo/public/cpp/bindings:bindings",
143 "//third_party/mojo/src/mojo/edk/test:run_all_unittests", 144 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
144 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
145 "//ui/mojo/geometry:interfaces", 145 "//ui/mojo/geometry:interfaces",
146 "//testing/gtest", 146 "//testing/gtest",
147 "//ui/events", 147 "//ui/events",
148 "//ui/gfx", 148 "//ui/gfx",
149 "//ui/gfx:test_support", 149 "//ui/gfx:test_support",
150 "//ui/gfx/geometry", 150 "//ui/gfx/geometry",
151 ] 151 ]
152 152
153 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links. 153 if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
154 deps += [ "//third_party/mesa:osmesa" ] 154 deps += [ "//third_party/mesa:osmesa" ]
(...skipping 22 matching lines...) Expand all
177 "//ui/gfx:test_support", 177 "//ui/gfx:test_support",
178 "//ui/gfx/geometry", 178 "//ui/gfx/geometry",
179 "//ui/mojo/geometry:interfaces", 179 "//ui/mojo/geometry:interfaces",
180 "//ui/mojo/geometry:util", 180 "//ui/mojo/geometry:util",
181 ] 181 ]
182 182
183 data_deps = [ 183 data_deps = [
184 ":lib", 184 ":lib",
185 ] 185 ]
186 } 186 }
OLDNEW
« no previous file with comments | « components/mus/surfaces/top_level_display_client.h ('k') | components/mus/ws/client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698