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

Side by Side Diff: mojo/mojo_services.gypi

Issue 275853002: Revert of Wires up view manager to an actual display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/native_viewport/native_viewport_service.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_echo_bindings', 4 'target_name': 'mojo_echo_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/dbus_echo/echo.mojom', 7 'services/dbus_echo/echo.mojom',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'mojom_base_output_dir': 'mojo', 10 'mojom_base_output_dir': 'mojo',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 ], 172 ],
173 }, 173 },
174 { 174 {
175 'target_name': 'mojo_view_manager_lib_unittests', 175 'target_name': 'mojo_view_manager_lib_unittests',
176 'type': 'executable', 176 'type': 'executable',
177 'dependencies': [ 177 'dependencies': [
178 '../base/base.gyp:base', 178 '../base/base.gyp:base',
179 '../base/base.gyp:test_support_base', 179 '../base/base.gyp:test_support_base',
180 '../testing/gtest.gyp:gtest', 180 '../testing/gtest.gyp:gtest',
181 'mojo_environment_chromium', 181 'mojo_environment_chromium',
182 'mojo_run_all_unittests',
182 'mojo_shell_test_support', 183 'mojo_shell_test_support',
183 'mojo_view_manager_bindings', 184 'mojo_view_manager_bindings',
184 'mojo_view_manager_lib', 185 'mojo_view_manager_lib',
185 ], 186 ],
186 'sources': [ 187 'sources': [
187 'services/public/cpp/view_manager/tests/view_unittest.cc', 188 'services/public/cpp/view_manager/tests/view_unittest.cc',
188 'services/public/cpp/view_manager/tests/view_manager_unittest.cc', 189 'services/public/cpp/view_manager/tests/view_manager_unittest.cc',
189 'services/public/cpp/view_manager/tests/view_tree_host_unittest.cc', 190 'services/public/cpp/view_manager/tests/view_tree_host_unittest.cc',
190 'services/public/cpp/view_manager/tests/view_tree_node_unittest.cc', 191 'services/public/cpp/view_manager/tests/view_tree_node_unittest.cc',
191 ], 192 ],
192 'conditions': [
193 ['use_aura==1', {
194 'dependencies': [
195 'mojo_view_manager_run_unittests'
196 ],
197 }, { # use_aura==0
198 'dependencies': [
199 'mojo_run_all_unittests',
200 ],
201 }]
202 ],
203 }, 193 },
204 ], 194 ],
205 'conditions': [ 195 'conditions': [
206 ['use_aura==1', { 196 ['use_aura==1', {
207 'targets': [ 197 'targets': [
208 { 198 {
209 'target_name': 'mojo_view_manager', 199 'target_name': 'mojo_view_manager',
210 'type': '<(component)', 200 'type': '<(component)',
211 'dependencies': [ 201 'dependencies': [
212 '../base/base.gyp:base', 202 '../base/base.gyp:base',
213 '../skia/skia.gyp:skia', 203 '../skia/skia.gyp:skia',
214 '../ui/aura/aura.gyp:aura', 204 '../ui/aura/aura.gyp:aura',
215 '../ui/base/ui_base.gyp:ui_base',
216 '../ui/gfx/gfx.gyp:gfx',
217 '../ui/gfx/gfx.gyp:gfx_geometry', 205 '../ui/gfx/gfx.gyp:gfx_geometry',
218 'mojo_aura_support',
219 'mojo_common_lib', 206 'mojo_common_lib',
220 'mojo_environment_chromium', 207 'mojo_environment_chromium',
221 'mojo_launcher_bindings', 208 'mojo_launcher_bindings',
222 'mojo_native_viewport_bindings', 209 'mojo_native_viewport_bindings',
223 'mojo_shell_client', 210 'mojo_shell_client',
224 'mojo_system_impl', 211 'mojo_system_impl',
225 'mojo_view_manager_bindings', 212 'mojo_view_manager_bindings',
226 'mojo_view_manager_common', 213 'mojo_view_manager_common',
227 ], 214 ],
228 'sources': [ 215 'sources': [
229 'services/view_manager/ids.h', 216 'services/view_manager/ids.h',
230 'services/view_manager/main.cc',
231 'services/view_manager/node.cc', 217 'services/view_manager/node.cc',
232 'services/view_manager/node.h', 218 'services/view_manager/node.h',
233 'services/view_manager/node_delegate.h', 219 'services/view_manager/node_delegate.h',
234 'services/view_manager/root_node_manager.cc', 220 'services/view_manager/root_node_manager.cc',
235 'services/view_manager/root_node_manager.h', 221 'services/view_manager/root_node_manager.h',
236 'services/view_manager/root_view_manager.cc',
237 'services/view_manager/root_view_manager.h',
238 'services/view_manager/view.cc', 222 'services/view_manager/view.cc',
239 'services/view_manager/view.h', 223 'services/view_manager/view.h',
224 'services/view_manager/view_manager.cc',
240 'services/view_manager/view_manager_connection.cc', 225 'services/view_manager/view_manager_connection.cc',
241 'services/view_manager/view_manager_connection.h', 226 'services/view_manager/view_manager_connection.h',
242 'services/view_manager/view_manager_export.h', 227 'services/view_manager/view_manager_export.h',
243 ], 228 ],
244 'defines': [ 229 'defines': [
245 'MOJO_VIEW_MANAGER_IMPLEMENTATION', 230 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
246 ], 231 ],
247 }, 232 },
248 { 233 {
249 'target_name': 'mojo_view_manager_run_unittests',
250 'type': 'static_library',
251 'dependencies': [
252 '../base/base.gyp:base',
253 '../base/base.gyp:test_support_base',
254 '../ui/gl/gl.gyp:gl',
255 ],
256 'sources': [
257 'services/public/cpp/view_manager/lib/view_manager_test_suite.cc',
258 'services/public/cpp/view_managerlib/view_manager_test_suite.h',
259 'services/public/cpp/view_manager/lib/view_manager_unittests.cc',
260 ],
261 },
262 {
263 'target_name': 'mojo_view_manager_unittests', 234 'target_name': 'mojo_view_manager_unittests',
264 'type': 'executable', 235 'type': 'executable',
265 'dependencies': [ 236 'dependencies': [
266 '../base/base.gyp:base', 237 '../base/base.gyp:base',
267 '../base/base.gyp:test_support_base', 238 '../base/base.gyp:run_all_unittests',
268 '../skia/skia.gyp:skia', 239 '../skia/skia.gyp:skia',
269 '../testing/gtest.gyp:gtest', 240 '../testing/gtest.gyp:gtest',
270 '../ui/aura/aura.gyp:aura', 241 '../ui/aura/aura.gyp:aura',
271 '../ui/gl/gl.gyp:gl',
272 'mojo_environment_chromium', 242 'mojo_environment_chromium',
273 'mojo_shell_client', 243 'mojo_shell_client',
274 'mojo_shell_test_support', 244 'mojo_shell_test_support',
275 'mojo_system_impl', 245 'mojo_system_impl',
276 'mojo_view_manager_bindings', 246 'mojo_view_manager_bindings',
277 'mojo_view_manager_common', 247 'mojo_view_manager_common',
278 'mojo_view_manager_run_unittests',
279 ], 248 ],
280 'sources': [ 249 'sources': [
281 'services/view_manager/view_manager_connection_unittest.cc', 250 'services/view_manager/view_manager_connection_unittest.cc',
282 ], 251 ],
283 }, 252 },
284 { 253 {
285 'target_name': 'package_mojo_view_manager', 254 'target_name': 'package_mojo_view_manager',
286 'variables': { 255 'variables': {
287 'app_name': 'mojo_view_manager', 256 'app_name': 'mojo_view_manager',
288 }, 257 },
(...skipping 18 matching lines...) Expand all
307 'mojo_system_impl', 276 'mojo_system_impl',
308 ], 277 ],
309 'sources': [ 278 'sources': [
310 'services/dbus_echo/dbus_echo_service.cc', 279 'services/dbus_echo/dbus_echo_service.cc',
311 ], 280 ],
312 }, 281 },
313 ], 282 ],
314 }], 283 }],
315 ], 284 ],
316 } 285 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/native_viewport/native_viewport_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698