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

Side by Side Diff: mojo/mojo_services.gypi

Issue 636363002: Splits window manager like methods into ViewManagerServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 6 years, 2 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 (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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'services/public/cpp/view_manager/lib/view_manager_context.cc', 417 'services/public/cpp/view_manager/lib/view_manager_context.cc',
418 'services/public/cpp/view_manager/lib/view_observer.cc', 418 'services/public/cpp/view_manager/lib/view_observer.cc',
419 'services/public/cpp/view_manager/lib/view_private.cc', 419 'services/public/cpp/view_manager/lib/view_private.cc',
420 'services/public/cpp/view_manager/lib/view_private.h', 420 'services/public/cpp/view_manager/lib/view_private.h',
421 'services/public/cpp/view_manager/view.h', 421 'services/public/cpp/view_manager/view.h',
422 'services/public/cpp/view_manager/view_manager.h', 422 'services/public/cpp/view_manager/view_manager.h',
423 'services/public/cpp/view_manager/view_manager_client_factory.h', 423 'services/public/cpp/view_manager/view_manager_client_factory.h',
424 'services/public/cpp/view_manager/view_manager_context.h', 424 'services/public/cpp/view_manager/view_manager_context.h',
425 'services/public/cpp/view_manager/view_manager_delegate.h', 425 'services/public/cpp/view_manager/view_manager_delegate.h',
426 'services/public/cpp/view_manager/view_observer.h', 426 'services/public/cpp/view_manager/view_observer.h',
427 'services/public/cpp/view_manager/window_manager_delegate.h',
428 ], 427 ],
429 'export_dependent_settings': [ 428 'export_dependent_settings': [
430 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', 429 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings',
431 ], 430 ],
432 }, 431 },
433 { 432 {
434 # GN version: //mojo/services/test_service:bindings 433 # GN version: //mojo/services/test_service:bindings
435 'target_name': 'mojo_test_service_bindings', 434 'target_name': 'mojo_test_service_bindings',
436 'type': 'static_library', 435 'type': 'static_library',
437 'sources': [ 436 'sources': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 'mojo_input_events_lib', 514 'mojo_input_events_lib',
516 'mojo_surfaces_lib', 515 'mojo_surfaces_lib',
517 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', 516 'services/public/mojo_services_public.gyp:mojo_geometry_bindings',
518 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', 517 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
519 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', 518 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
520 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ', 519 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ',
521 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi ngs', 520 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi ngs',
522 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', 521 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
523 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ', 522 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ',
524 'services/public/mojo_services_public.gyp:mojo_view_manager_common', 523 'services/public/mojo_services_public.gyp:mojo_view_manager_common',
524 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs',
525 '<(mojo_system_for_loadable_module)', 525 '<(mojo_system_for_loadable_module)',
526 ], 526 ],
527 'sources': [ 527 'sources': [
528 'services/view_manager/access_policy.h', 528 'services/view_manager/access_policy.h',
529 'services/view_manager/access_policy_delegate.h', 529 'services/view_manager/access_policy_delegate.h',
530 'services/view_manager/connection_manager.cc', 530 'services/view_manager/connection_manager.cc',
531 'services/view_manager/connection_manager.h', 531 'services/view_manager/connection_manager.h',
532 'services/view_manager/default_access_policy.cc', 532 'services/view_manager/default_access_policy.cc',
533 'services/view_manager/default_access_policy.h', 533 'services/view_manager/default_access_policy.h',
534 'services/view_manager/display_manager.cc', 534 'services/view_manager/display_manager.cc',
535 'services/view_manager/display_manager.h', 535 'services/view_manager/display_manager.h',
536 'services/view_manager/ids.h', 536 'services/view_manager/ids.h',
537 'services/view_manager/main.cc', 537 'services/view_manager/main.cc',
538 'services/view_manager/server_view.cc', 538 'services/view_manager/server_view.cc',
539 'services/view_manager/server_view.h', 539 'services/view_manager/server_view.h',
540 'services/view_manager/server_view_delegate.h', 540 'services/view_manager/server_view_delegate.h',
541 'services/view_manager/view_manager_export.h', 541 'services/view_manager/view_manager_export.h',
542 'services/view_manager/view_manager_init_service_context.cc', 542 'services/view_manager/view_manager_init_service_context.cc',
543 'services/view_manager/view_manager_init_service_context.h', 543 'services/view_manager/view_manager_init_service_context.h',
544 'services/view_manager/view_manager_init_service_impl.cc', 544 'services/view_manager/view_manager_init_service_impl.cc',
545 'services/view_manager/view_manager_init_service_impl.h', 545 'services/view_manager/view_manager_init_service_impl.h',
546 'services/view_manager/view_manager_service_impl.cc', 546 'services/view_manager/view_manager_service_impl.cc',
547 'services/view_manager/view_manager_service_impl.h', 547 'services/view_manager/view_manager_service_impl.h',
548 'services/view_manager/window_manager_access_policy.cc', 548 'services/view_manager/window_manager_access_policy.cc',
549 'services/view_manager/window_manager_access_policy.h', 549 'services/view_manager/window_manager_access_policy.h',
550 'services/view_manager/window_manager_client_impl.cc',
551 'services/view_manager/window_manager_client_impl.h',
550 ], 552 ],
551 'includes': [ 553 'includes': [
552 'mojo_public_gles2_for_loadable_module.gypi', 554 'mojo_public_gles2_for_loadable_module.gypi',
553 ], 555 ],
554 'defines': [ 556 'defines': [
555 'MOJO_VIEW_MANAGER_IMPLEMENTATION', 557 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
556 ], 558 ],
557 }, 559 },
558 { 560 {
559 # GN version: //mojo/services/view_manager:mojo_view_manager_unittests 561 # GN version: //mojo/services/view_manager:mojo_view_manager_unittests
(...skipping 10 matching lines...) Expand all
570 'mojo_application_manager', 572 'mojo_application_manager',
571 'mojo_base.gyp:mojo_application_chromium', 573 'mojo_base.gyp:mojo_application_chromium',
572 'mojo_geometry_lib', 574 'mojo_geometry_lib',
573 'mojo_input_events_lib', 575 'mojo_input_events_lib',
574 'mojo_shell_test_support', 576 'mojo_shell_test_support',
575 'mojo_view_manager_run_unittests', 577 'mojo_view_manager_run_unittests',
576 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', 578 'services/public/mojo_services_public.gyp:mojo_geometry_bindings',
577 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ', 579 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ',
578 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ', 580 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ',
579 'services/public/mojo_services_public.gyp:mojo_view_manager_common', 581 'services/public/mojo_services_public.gyp:mojo_view_manager_common',
582 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs',
580 # Included only to force deps for bots. 583 # Included only to force deps for bots.
581 'mojo_native_viewport_service', 584 'mojo_native_viewport_service',
582 'mojo_surfaces_service', 585 'mojo_surfaces_service',
583 'mojo_view_manager', 586 'mojo_view_manager',
584 ], 587 ],
585 'sources': [ 588 'sources': [
586 'services/view_manager/test_change_tracker.cc', 589 'services/view_manager/test_change_tracker.cc',
587 'services/view_manager/test_change_tracker.h', 590 'services/view_manager/test_change_tracker.h',
588 'services/view_manager/view_manager_unittest.cc', 591 'services/view_manager/view_manager_unittest.cc',
589 ], 592 ],
(...skipping 20 matching lines...) Expand all
610 '../base/base.gyp:base', 613 '../base/base.gyp:base',
611 '../ui/base/ui_base.gyp:ui_base', 614 '../ui/base/ui_base.gyp:ui_base',
612 '../ui/gfx/gfx.gyp:gfx', 615 '../ui/gfx/gfx.gyp:gfx',
613 '../ui/gfx/gfx.gyp:gfx_geometry', 616 '../ui/gfx/gfx.gyp:gfx_geometry',
614 '../ui/wm/wm.gyp:wm', 617 '../ui/wm/wm.gyp:wm',
615 'mojo_aura_support', 618 'mojo_aura_support',
616 'mojo_base.gyp:mojo_application_chromium', 619 'mojo_base.gyp:mojo_application_chromium',
617 'mojo_base.gyp:mojo_common_lib', 620 'mojo_base.gyp:mojo_common_lib',
618 'mojo_input_events_lib', 621 'mojo_input_events_lib',
619 'mojo_view_manager_lib', 622 'mojo_view_manager_lib',
623 'public/mojo_public.gyp:mojo_application_bindings',
620 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b indings', 624 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b indings',
625 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs',
621 ], 626 ],
622 'sources': [ 627 'sources': [
623 'services/window_manager/window_manager_app.cc', 628 'services/window_manager/window_manager_app.cc',
624 'services/window_manager/window_manager_app.h', 629 'services/window_manager/window_manager_app.h',
630 'services/window_manager/window_manager_delegate.h',
625 'services/window_manager/window_manager_service_impl.cc', 631 'services/window_manager/window_manager_service_impl.cc',
626 'services/window_manager/window_manager_service_impl.h', 632 'services/window_manager/window_manager_service_impl.h',
633 'services/window_manager/window_manager_service2_impl.cc',
634 'services/window_manager/window_manager_service2_impl.h',
627 ], 635 ],
628 }, 636 },
629 { 637 {
630 # GN version: //mojo/services/window_manager 638 # GN version: //mojo/services/window_manager
631 'target_name': 'mojo_core_window_manager', 639 'target_name': 'mojo_core_window_manager',
632 'type': 'loadable_module', 640 'type': 'loadable_module',
633 'dependencies': [ 641 'dependencies': [
634 'mojo_core_window_manager_lib', 642 'mojo_core_window_manager_lib',
635 '<(mojo_system_for_loadable_module)', 643 '<(mojo_system_for_loadable_module)',
636 ], 644 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'dependencies': [ 676 'dependencies': [
669 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 677 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
670 ], 678 ],
671 }], 679 }],
672 ], 680 ],
673 }, 681 },
674 ], 682 ],
675 }], 683 }],
676 ], 684 ],
677 } 685 }
OLDNEW
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698