OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //mojo/services/clipboard/ | 8 # GN version: //mojo/services/clipboard/ |
9 'target_name': 'mojo_clipboard', | 9 'target_name': 'mojo_clipboard', |
10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'type': 'static_library', | 158 'type': 'static_library', |
159 'dependencies': [ | 159 'dependencies': [ |
160 '../base/base.gyp:base', | 160 '../base/base.gyp:base', |
161 '../cc/cc.gyp:cc_surfaces', | 161 '../cc/cc.gyp:cc_surfaces', |
162 '../skia/skia.gyp:skia', | 162 '../skia/skia.gyp:skia', |
163 '../ui/events/events.gyp:events', | 163 '../ui/events/events.gyp:events', |
164 '../ui/gfx/gfx.gyp:gfx', | 164 '../ui/gfx/gfx.gyp:gfx', |
165 '../ui/gfx/gfx.gyp:gfx_geometry', | 165 '../ui/gfx/gfx.gyp:gfx_geometry', |
166 'mojo_base.gyp:mojo_application_chromium', | 166 'mojo_base.gyp:mojo_application_chromium', |
167 'mojo_base.gyp:mojo_common_lib', | 167 'mojo_base.gyp:mojo_common_lib', |
168 'mojo_geometry_lib', | 168 'mojo_converters', |
169 'mojo_gles2_service', | 169 'mojo_gles2_service', |
170 'mojo_input_events_lib', | |
171 'mojo_surfaces_lib', | |
172 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | 170 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', |
173 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | 171 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', |
174 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindings'
, | 172 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindings'
, |
175 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | 173 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', |
176 ], | 174 ], |
177 'export_dependent_settings': [ | 175 'export_dependent_settings': [ |
178 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | 176 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', |
179 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | 177 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', |
180 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindings'
, | 178 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindings'
, |
181 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | 179 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 # GN version: //mojo/services/surfaces | 291 # GN version: //mojo/services/surfaces |
294 'target_name': 'mojo_surfaces_service', | 292 'target_name': 'mojo_surfaces_service', |
295 'type': 'loadable_module', | 293 'type': 'loadable_module', |
296 'dependencies': [ | 294 'dependencies': [ |
297 '../base/base.gyp:base', | 295 '../base/base.gyp:base', |
298 '../cc/cc.gyp:cc', | 296 '../cc/cc.gyp:cc', |
299 '../cc/cc.gyp:cc_surfaces', | 297 '../cc/cc.gyp:cc_surfaces', |
300 '../ui/gfx/gfx.gyp:gfx_geometry', | 298 '../ui/gfx/gfx.gyp:gfx_geometry', |
301 'mojo_base.gyp:mojo_application_chromium', | 299 'mojo_base.gyp:mojo_application_chromium', |
302 'mojo_cc_support', | 300 'mojo_cc_support', |
303 'mojo_geometry_lib', | 301 'mojo_converters', |
304 'mojo_surfaces_lib', | |
305 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | 302 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', |
306 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | 303 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', |
307 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | 304 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', |
308 '<(mojo_system_for_loadable_module)', | 305 '<(mojo_system_for_loadable_module)', |
309 ], | 306 ], |
310 'includes': [ | 307 'includes': [ |
311 'mojo_public_gles2_for_loadable_module.gypi', | 308 'mojo_public_gles2_for_loadable_module.gypi', |
312 ], | 309 ], |
313 'sources': [ | 310 'sources': [ |
314 'services/surfaces/surfaces_impl.cc', | 311 'services/surfaces/surfaces_impl.cc', |
315 'services/surfaces/surfaces_impl.h', | 312 'services/surfaces/surfaces_impl.h', |
316 'services/surfaces/surfaces_service_application.cc', | 313 'services/surfaces/surfaces_service_application.cc', |
317 'services/surfaces/surfaces_service_application.h', | 314 'services/surfaces/surfaces_service_application.h', |
318 'services/surfaces/surfaces_service_impl.cc', | 315 'services/surfaces/surfaces_service_impl.cc', |
319 'services/surfaces/surfaces_service_impl.h', | 316 'services/surfaces/surfaces_service_impl.h', |
320 ], | 317 ], |
321 }, | 318 }, |
322 { | 319 { |
323 # GN version: //mojo/services/public/cpp/view_manager/tests:mojo_view_mana
ger_lib_unittests | 320 # GN version: //mojo/services/public/cpp/view_manager/tests:mojo_view_mana
ger_lib_unittests |
324 'target_name': 'mojo_view_manager_lib_unittests', | 321 'target_name': 'mojo_view_manager_lib_unittests', |
325 'type': 'executable', | 322 'type': 'executable', |
326 'dependencies': [ | 323 'dependencies': [ |
327 '../base/base.gyp:base', | 324 '../base/base.gyp:base', |
328 '../base/base.gyp:test_support_base', | 325 '../base/base.gyp:test_support_base', |
329 '../testing/gtest.gyp:gtest', | 326 '../testing/gtest.gyp:gtest', |
330 '../ui/gfx/gfx.gyp:gfx', | 327 '../ui/gfx/gfx.gyp:gfx', |
331 '../ui/gfx/gfx.gyp:gfx_test_support', | 328 '../ui/gfx/gfx.gyp:gfx_test_support', |
332 'mojo.gyp:mojo_shell_test_support', | 329 'mojo.gyp:mojo_shell_test_support', |
333 'mojo_base.gyp:mojo_environment_chromium', | 330 'mojo_base.gyp:mojo_environment_chromium', |
334 'mojo_geometry_lib', | 331 'mojo_converters', |
335 'mojo_view_manager_lib', | 332 'mojo_view_manager_lib', |
336 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | 333 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', |
337 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', | 334 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', |
338 ], | 335 ], |
339 'sources': [ | 336 'sources': [ |
340 'services/public/cpp/view_manager/tests/view_unittest.cc', | 337 'services/public/cpp/view_manager/tests/view_unittest.cc', |
341 'services/public/cpp/view_manager/tests/view_manager_unittest.cc', | 338 'services/public/cpp/view_manager/tests/view_manager_unittest.cc', |
342 ], | 339 ], |
343 'conditions': [ | 340 'conditions': [ |
344 ['use_aura==1', { | 341 ['use_aura==1', { |
345 'dependencies': [ | 342 'dependencies': [ |
346 'mojo_view_manager_run_unittests' | 343 'mojo_view_manager_run_unittests' |
347 ], | 344 ], |
348 }, { # use_aura==0 | 345 }, { # use_aura==0 |
349 'dependencies': [ | 346 'dependencies': [ |
350 'edk/mojo_edk.gyp:mojo_run_all_unittests', | 347 'edk/mojo_edk.gyp:mojo_run_all_unittests', |
351 ], | 348 ], |
352 }], | 349 }], |
353 ], | 350 ], |
354 }, | 351 }, |
355 { | 352 { |
356 # GN version: //mojo/services/public/cpp/view_manager | 353 # GN version: //mojo/services/public/cpp/view_manager |
357 'target_name': 'mojo_view_manager_lib', | 354 'target_name': 'mojo_view_manager_lib', |
358 'type': 'static_library', | 355 'type': 'static_library', |
359 'dependencies': [ | 356 'dependencies': [ |
360 '../base/base.gyp:base', | 357 '../base/base.gyp:base', |
361 '../ui/gfx/gfx.gyp:gfx_geometry', | 358 '../ui/gfx/gfx.gyp:gfx_geometry', |
362 'mojo_application_manager', | 359 'mojo_application_manager', |
363 'mojo_base.gyp:mojo_application_chromium', | 360 'mojo_base.gyp:mojo_application_chromium', |
364 'mojo_geometry_lib', | 361 'mojo_converters', |
365 'public/mojo_public.gyp:mojo_application_base', | 362 'public/mojo_public.gyp:mojo_application_base', |
366 'public/mojo_public.gyp:mojo_application_bindings', | 363 'public/mojo_public.gyp:mojo_application_bindings', |
367 'public/mojo_public.gyp:mojo_cpp_bindings', | 364 'public/mojo_public.gyp:mojo_cpp_bindings', |
368 'services/public/mojo_services_public.gyp:mojo_core_window_manager_bindi
ngs', | 365 'services/public/mojo_services_public.gyp:mojo_core_window_manager_bindi
ngs', |
369 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | 366 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', |
370 'services/public/mojo_services_public.gyp:mojo_input_events_bindings', | 367 'services/public/mojo_services_public.gyp:mojo_input_events_bindings', |
371 'services/public/mojo_services_public.gyp:mojo_surface_id_bindings', | 368 'services/public/mojo_services_public.gyp:mojo_surface_id_bindings', |
372 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', | 369 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', |
373 'services/public/mojo_services_public.gyp:mojo_view_manager_common', | 370 'services/public/mojo_services_public.gyp:mojo_view_manager_common', |
374 ], | 371 ], |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 'services/test_service/test_request_tracker_client_impl.cc', | 447 'services/test_service/test_request_tracker_client_impl.cc', |
451 'services/test_service/test_request_tracker_client_impl.h', | 448 'services/test_service/test_request_tracker_client_impl.h', |
452 'services/test_service/test_request_tracker_application.cc', | 449 'services/test_service/test_request_tracker_application.cc', |
453 'services/test_service/test_request_tracker_application.h', | 450 'services/test_service/test_request_tracker_application.h', |
454 'services/test_service/test_time_service_impl.cc', | 451 'services/test_service/test_time_service_impl.cc', |
455 'services/test_service/test_time_service_impl.h', | 452 'services/test_service/test_time_service_impl.h', |
456 'services/test_service/test_request_tracker_impl.cc', | 453 'services/test_service/test_request_tracker_impl.cc', |
457 'services/test_service/test_request_tracker_impl.h', | 454 'services/test_service/test_request_tracker_impl.h', |
458 ], | 455 ], |
459 }, | 456 }, |
460 { | |
461 # GN version: //mojo/services/public/cpp/input_events | |
462 'target_name': 'mojo_input_events_lib', | |
463 'type': '<(component)', | |
464 'defines': [ | |
465 'MOJO_INPUT_EVENTS_IMPLEMENTATION', | |
466 ], | |
467 'dependencies': [ | |
468 '../base/base.gyp:base', | |
469 '../ui/events/events.gyp:events', | |
470 '../ui/gfx/gfx.gyp:gfx_geometry', | |
471 'mojo_geometry_lib', | |
472 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | |
473 'services/public/mojo_services_public.gyp:mojo_input_events_bindings', | |
474 '<(mojo_system_for_component)', | |
475 ], | |
476 'sources': [ | |
477 'services/public/cpp/input_events/lib/input_events_type_converters.cc', | |
478 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.cc', | |
479 'services/public/cpp/input_events/lib/mojo_extended_key_event_data.h', | |
480 'services/public/cpp/input_events/input_events_type_converters.h', | |
481 'services/public/cpp/input_events/mojo_input_events_export.h', | |
482 ], | |
483 'conditions': [ | |
484 ['component=="shared_library"', { | |
485 'dependencies': [ | |
486 'mojo_base.gyp:mojo_environment_chromium', | |
487 ], | |
488 }], | |
489 ], | |
490 }, | |
491 { | |
492 # GN version: //mojo/services/public/cpp/geometry | |
493 'target_name': 'mojo_geometry_lib', | |
494 'type': '<(component)', | |
495 'defines': [ | |
496 'MOJO_GEOMETRY_IMPLEMENTATION', | |
497 ], | |
498 'dependencies': [ | |
499 '../skia/skia.gyp:skia', | |
500 '../ui/gfx/gfx.gyp:gfx', | |
501 '../ui/gfx/gfx.gyp:gfx_geometry', | |
502 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | |
503 '<(mojo_system_for_component)', | |
504 ], | |
505 'export_dependent_settings': [ | |
506 '../ui/gfx/gfx.gyp:gfx', | |
507 ], | |
508 'sources': [ | |
509 'services/public/cpp/geometry/lib/geometry_type_converters.cc', | |
510 'services/public/cpp/geometry/geometry_type_converters.h', | |
511 'services/public/cpp/geometry/mojo_geometry_export.h', | |
512 ], | |
513 'conditions': [ | |
514 ['component=="shared_library"', { | |
515 'dependencies': [ | |
516 'mojo_base.gyp:mojo_environment_chromium', | |
517 ], | |
518 }], | |
519 ], | |
520 }, | |
521 { | |
522 # GN version: //mojo/services/public/cpp/surfaces | |
523 'target_name': 'mojo_surfaces_lib', | |
524 'type': '<(component)', | |
525 'defines': [ | |
526 'MOJO_SURFACES_IMPLEMENTATION', | |
527 ], | |
528 'dependencies': [ | |
529 '../base/base.gyp:base', | |
530 '../cc/cc.gyp:cc', | |
531 '../cc/cc.gyp:cc_surfaces', | |
532 '../skia/skia.gyp:skia', | |
533 '../gpu/gpu.gyp:gpu', | |
534 '../ui/gfx/gfx.gyp:gfx', | |
535 '../ui/gfx/gfx.gyp:gfx_geometry', | |
536 'mojo_geometry_lib', | |
537 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | |
538 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | |
539 '<(mojo_system_for_component)', | |
540 ], | |
541 'export_dependent_settings': [ | |
542 'mojo_geometry_lib', | |
543 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | |
544 ], | |
545 'sources': [ | |
546 'services/public/cpp/surfaces/lib/surfaces_type_converters.cc', | |
547 'services/public/cpp/surfaces/lib/surfaces_utils.cc', | |
548 'services/public/cpp/surfaces/surfaces_type_converters.h', | |
549 'services/public/cpp/surfaces/surfaces_utils.h', | |
550 'services/public/cpp/surfaces/mojo_surfaces_export.h', | |
551 ], | |
552 'conditions': [ | |
553 ['component=="shared_library"', { | |
554 'dependencies': [ | |
555 'mojo_base.gyp:mojo_environment_chromium', | |
556 ], | |
557 }], | |
558 ], | |
559 }, | |
560 { | |
561 # GN version: //mojo/services/public/cpp/surfaces/tests | |
562 'target_name': 'mojo_surfaces_lib_unittests', | |
563 'type': 'executable', | |
564 'dependencies': [ | |
565 '../base/base.gyp:base', | |
566 '../base/base.gyp:test_support_base', | |
567 '../cc/cc.gyp:cc', | |
568 '../cc/cc.gyp:cc_surfaces', | |
569 '../gpu/gpu.gyp:gpu', | |
570 '../skia/skia.gyp:skia', | |
571 '../testing/gtest.gyp:gtest', | |
572 '../ui/gfx/gfx.gyp:gfx', | |
573 '../ui/gfx/gfx.gyp:gfx_geometry', | |
574 '../ui/gfx/gfx.gyp:gfx_test_support', | |
575 'edk/mojo_edk.gyp:mojo_run_all_unittests', | |
576 'mojo_base.gyp:mojo_environment_chromium', | |
577 'mojo_geometry_lib', | |
578 'mojo_surfaces_lib', | |
579 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | |
580 ], | |
581 'sources': [ | |
582 'services/public/cpp/surfaces/tests/surface_unittest.cc', | |
583 ], | |
584 'conditions': [ | |
585 ['component=="shared_library"', { | |
586 'dependencies': [ | |
587 'mojo_base.gyp:mojo_environment_chromium', | |
588 ], | |
589 }], | |
590 ], | |
591 }, | |
592 ], | 457 ], |
593 'conditions': [ | 458 'conditions': [ |
594 ['use_aura==1', { | 459 ['use_aura==1', { |
595 'targets': [ | 460 'targets': [ |
596 { | 461 { |
597 # GN version: //mojo/services/view_manager | 462 # GN version: //mojo/services/view_manager |
598 'target_name': 'mojo_view_manager', | 463 'target_name': 'mojo_view_manager', |
599 'type': 'loadable_module', | 464 'type': 'loadable_module', |
600 'dependencies': [ | 465 'dependencies': [ |
601 '../base/base.gyp:base', | 466 '../base/base.gyp:base', |
602 '../cc/cc.gyp:cc_surfaces', | 467 '../cc/cc.gyp:cc_surfaces', |
603 '../skia/skia.gyp:skia', | 468 '../skia/skia.gyp:skia', |
604 '../ui/base/ui_base.gyp:ui_base', | 469 '../ui/base/ui_base.gyp:ui_base', |
605 '../ui/events/events.gyp:events', | 470 '../ui/events/events.gyp:events', |
606 '../ui/events/events.gyp:events_base', | 471 '../ui/events/events.gyp:events_base', |
607 '../ui/gfx/gfx.gyp:gfx', | 472 '../ui/gfx/gfx.gyp:gfx', |
608 '../ui/gfx/gfx.gyp:gfx_geometry', | 473 '../ui/gfx/gfx.gyp:gfx_geometry', |
609 'mojo_base.gyp:mojo_application_chromium', | 474 'mojo_base.gyp:mojo_application_chromium', |
610 'mojo_base.gyp:mojo_common_lib', | 475 'mojo_base.gyp:mojo_common_lib', |
611 'mojo_base.gyp:mojo_common_lib', | 476 'mojo_base.gyp:mojo_common_lib', |
612 'mojo_geometry_lib', | 477 'mojo_converters', |
613 'mojo_input_events_lib', | |
614 'mojo_surfaces_lib', | |
615 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | 478 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', |
616 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | 479 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', |
617 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | 480 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', |
618 'services/public/mojo_services_public.gyp:mojo_input_events_bindings
', | 481 'services/public/mojo_services_public.gyp:mojo_input_events_bindings
', |
619 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi
ngs', | 482 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi
ngs', |
620 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | 483 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', |
621 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings
', | 484 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings
', |
622 'services/public/mojo_services_public.gyp:mojo_view_manager_common', | 485 'services/public/mojo_services_public.gyp:mojo_view_manager_common', |
623 '<(mojo_system_for_loadable_module)', | 486 '<(mojo_system_for_loadable_module)', |
624 ], | 487 ], |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 'dependencies': [ | 523 'dependencies': [ |
661 '../base/base.gyp:base', | 524 '../base/base.gyp:base', |
662 '../base/base.gyp:test_support_base', | 525 '../base/base.gyp:test_support_base', |
663 '../skia/skia.gyp:skia', | 526 '../skia/skia.gyp:skia', |
664 '../testing/gtest.gyp:gtest', | 527 '../testing/gtest.gyp:gtest', |
665 '../ui/aura/aura.gyp:aura', | 528 '../ui/aura/aura.gyp:aura', |
666 '../ui/gfx/gfx.gyp:gfx_geometry', | 529 '../ui/gfx/gfx.gyp:gfx_geometry', |
667 'edk/mojo_edk.gyp:mojo_system_impl', | 530 'edk/mojo_edk.gyp:mojo_system_impl', |
668 'mojo_application_manager', | 531 'mojo_application_manager', |
669 'mojo_base.gyp:mojo_application_chromium', | 532 'mojo_base.gyp:mojo_application_chromium', |
670 'mojo_geometry_lib', | 533 'mojo_converters', |
671 'mojo_input_events_lib', | |
672 'mojo_shell_test_support', | 534 'mojo_shell_test_support', |
673 'mojo_view_manager_run_unittests', | 535 'mojo_view_manager_run_unittests', |
674 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', | 536 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', |
675 'services/public/mojo_services_public.gyp:mojo_input_events_bindings
', | 537 'services/public/mojo_services_public.gyp:mojo_input_events_bindings
', |
676 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings
', | 538 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings
', |
677 'services/public/mojo_services_public.gyp:mojo_view_manager_common', | 539 'services/public/mojo_services_public.gyp:mojo_view_manager_common', |
678 # Included only to force deps for bots. | 540 # Included only to force deps for bots. |
679 'mojo_native_viewport_service', | 541 'mojo_native_viewport_service', |
680 'mojo_surfaces_service', | 542 'mojo_surfaces_service', |
681 'mojo_view_manager', | 543 'mojo_view_manager', |
(...skipping 24 matching lines...) Expand all Loading... |
706 'type': 'static_library', | 568 'type': 'static_library', |
707 'dependencies': [ | 569 'dependencies': [ |
708 '../base/base.gyp:base', | 570 '../base/base.gyp:base', |
709 '../ui/base/ui_base.gyp:ui_base', | 571 '../ui/base/ui_base.gyp:ui_base', |
710 '../ui/gfx/gfx.gyp:gfx', | 572 '../ui/gfx/gfx.gyp:gfx', |
711 '../ui/gfx/gfx.gyp:gfx_geometry', | 573 '../ui/gfx/gfx.gyp:gfx_geometry', |
712 '../ui/wm/wm.gyp:wm', | 574 '../ui/wm/wm.gyp:wm', |
713 'mojo_aura_support', | 575 'mojo_aura_support', |
714 'mojo_base.gyp:mojo_application_chromium', | 576 'mojo_base.gyp:mojo_application_chromium', |
715 'mojo_base.gyp:mojo_common_lib', | 577 'mojo_base.gyp:mojo_common_lib', |
716 'mojo_input_events_lib', | 578 'mojo_converters', |
717 'mojo_view_manager_lib', | 579 'mojo_view_manager_lib', |
718 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b
indings', | 580 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b
indings', |
719 ], | 581 ], |
720 'sources': [ | 582 'sources': [ |
721 'services/window_manager/window_manager_app.cc', | 583 'services/window_manager/window_manager_app.cc', |
722 'services/window_manager/window_manager_app.h', | 584 'services/window_manager/window_manager_app.h', |
723 'services/window_manager/window_manager_service_impl.cc', | 585 'services/window_manager/window_manager_service_impl.cc', |
724 'services/window_manager/window_manager_service_impl.h', | 586 'services/window_manager/window_manager_service_impl.h', |
725 ], | 587 ], |
726 }, | 588 }, |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 'dependencies': [ | 628 'dependencies': [ |
767 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 629 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
768 ], | 630 ], |
769 }], | 631 }], |
770 ], | 632 ], |
771 }, | 633 }, |
772 ], | 634 ], |
773 }], | 635 }], |
774 ], | 636 ], |
775 } | 637 } |
OLD | NEW |