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

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: cleanup 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'services/public/cpp/view_manager/lib/view_manager_context.cc', 414 'services/public/cpp/view_manager/lib/view_manager_context.cc',
415 'services/public/cpp/view_manager/lib/view_observer.cc', 415 'services/public/cpp/view_manager/lib/view_observer.cc',
416 'services/public/cpp/view_manager/lib/view_private.cc', 416 'services/public/cpp/view_manager/lib/view_private.cc',
417 'services/public/cpp/view_manager/lib/view_private.h', 417 'services/public/cpp/view_manager/lib/view_private.h',
418 'services/public/cpp/view_manager/view.h', 418 'services/public/cpp/view_manager/view.h',
419 'services/public/cpp/view_manager/view_manager.h', 419 'services/public/cpp/view_manager/view_manager.h',
420 'services/public/cpp/view_manager/view_manager_client_factory.h', 420 'services/public/cpp/view_manager/view_manager_client_factory.h',
421 'services/public/cpp/view_manager/view_manager_context.h', 421 'services/public/cpp/view_manager/view_manager_context.h',
422 'services/public/cpp/view_manager/view_manager_delegate.h', 422 'services/public/cpp/view_manager/view_manager_delegate.h',
423 'services/public/cpp/view_manager/view_observer.h', 423 'services/public/cpp/view_manager/view_observer.h',
424 'services/public/cpp/view_manager/window_manager_delegate.h',
425 ], 424 ],
426 'export_dependent_settings': [ 425 'export_dependent_settings': [
427 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings', 426 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings',
428 ], 427 ],
429 }, 428 },
430 { 429 {
431 # GN version: //mojo/services/test_service:bindings 430 # GN version: //mojo/services/test_service:bindings
432 'target_name': 'mojo_test_service_bindings', 431 'target_name': 'mojo_test_service_bindings',
433 'type': 'static_library', 432 'type': 'static_library',
434 'sources': [ 433 'sources': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'mojo_input_events_lib', 511 'mojo_input_events_lib',
513 'mojo_surfaces_lib', 512 'mojo_surfaces_lib',
514 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', 513 'services/public/mojo_services_public.gyp:mojo_geometry_bindings',
515 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', 514 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
516 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', 515 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
517 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ', 516 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ',
518 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi ngs', 517 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi ngs',
519 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', 518 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
520 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ', 519 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ',
521 'services/public/mojo_services_public.gyp:mojo_view_manager_common', 520 'services/public/mojo_services_public.gyp:mojo_view_manager_common',
521 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs',
522 '<(mojo_system_for_loadable_module)', 522 '<(mojo_system_for_loadable_module)',
523 ], 523 ],
524 'sources': [ 524 'sources': [
525 'services/view_manager/access_policy.h', 525 'services/view_manager/access_policy.h',
526 'services/view_manager/access_policy_delegate.h', 526 'services/view_manager/access_policy_delegate.h',
527 'services/view_manager/connection_manager.cc', 527 'services/view_manager/connection_manager.cc',
528 'services/view_manager/connection_manager.h', 528 'services/view_manager/connection_manager.h',
529 'services/view_manager/default_access_policy.cc', 529 'services/view_manager/default_access_policy.cc',
530 'services/view_manager/default_access_policy.h', 530 'services/view_manager/default_access_policy.h',
531 'services/view_manager/display_manager.cc', 531 'services/view_manager/display_manager.cc',
532 'services/view_manager/display_manager.h', 532 'services/view_manager/display_manager.h',
533 'services/view_manager/ids.h', 533 'services/view_manager/ids.h',
534 'services/view_manager/main.cc', 534 'services/view_manager/main.cc',
535 'services/view_manager/server_view.cc', 535 'services/view_manager/server_view.cc',
536 'services/view_manager/server_view.h', 536 'services/view_manager/server_view.h',
537 'services/view_manager/server_view_delegate.h', 537 'services/view_manager/server_view_delegate.h',
538 'services/view_manager/view_manager_export.h', 538 'services/view_manager/view_manager_export.h',
539 'services/view_manager/view_manager_init_service_context.cc', 539 'services/view_manager/view_manager_init_service_context.cc',
540 'services/view_manager/view_manager_init_service_context.h', 540 'services/view_manager/view_manager_init_service_context.h',
541 'services/view_manager/view_manager_init_service_impl.cc', 541 'services/view_manager/view_manager_init_service_impl.cc',
542 'services/view_manager/view_manager_init_service_impl.h', 542 'services/view_manager/view_manager_init_service_impl.h',
543 'services/view_manager/view_manager_service_impl.cc', 543 'services/view_manager/view_manager_service_impl.cc',
544 'services/view_manager/view_manager_service_impl.h', 544 'services/view_manager/view_manager_service_impl.h',
545 'services/view_manager/window_manager_access_policy.cc', 545 'services/view_manager/window_manager_access_policy.cc',
546 'services/view_manager/window_manager_access_policy.h', 546 'services/view_manager/window_manager_access_policy.h',
547 'services/view_manager/window_manager_client_impl.cc',
548 'services/view_manager/window_manager_client_impl.h',
547 ], 549 ],
548 'includes': [ 550 'includes': [
549 'mojo_public_gles2_for_loadable_module.gypi', 551 'mojo_public_gles2_for_loadable_module.gypi',
550 ], 552 ],
551 'defines': [ 553 'defines': [
552 'MOJO_VIEW_MANAGER_IMPLEMENTATION', 554 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
553 ], 555 ],
554 }, 556 },
555 { 557 {
556 # GN version: //mojo/services/view_manager:mojo_view_manager_unittests 558 # GN version: //mojo/services/view_manager:mojo_view_manager_unittests
(...skipping 10 matching lines...) Expand all
567 'mojo_application_manager', 569 'mojo_application_manager',
568 'mojo_base.gyp:mojo_application_chromium', 570 'mojo_base.gyp:mojo_application_chromium',
569 'mojo_geometry_lib', 571 'mojo_geometry_lib',
570 'mojo_input_events_lib', 572 'mojo_input_events_lib',
571 'mojo_shell_test_support', 573 'mojo_shell_test_support',
572 'mojo_view_manager_run_unittests', 574 'mojo_view_manager_run_unittests',
573 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', 575 'services/public/mojo_services_public.gyp:mojo_geometry_bindings',
574 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ', 576 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ',
575 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ', 577 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ',
576 'services/public/mojo_services_public.gyp:mojo_view_manager_common', 578 'services/public/mojo_services_public.gyp:mojo_view_manager_common',
579 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs',
577 # Included only to force deps for bots. 580 # Included only to force deps for bots.
578 'mojo_native_viewport_service', 581 'mojo_native_viewport_service',
579 'mojo_surfaces_service', 582 'mojo_surfaces_service',
580 'mojo_view_manager', 583 'mojo_view_manager',
581 ], 584 ],
582 'sources': [ 585 'sources': [
583 'services/view_manager/test_change_tracker.cc', 586 'services/view_manager/test_change_tracker.cc',
584 'services/view_manager/test_change_tracker.h', 587 'services/view_manager/test_change_tracker.h',
585 'services/view_manager/view_manager_unittest.cc', 588 'services/view_manager/view_manager_unittest.cc',
586 ], 589 ],
(...skipping 20 matching lines...) Expand all
607 '../base/base.gyp:base', 610 '../base/base.gyp:base',
608 '../ui/base/ui_base.gyp:ui_base', 611 '../ui/base/ui_base.gyp:ui_base',
609 '../ui/gfx/gfx.gyp:gfx', 612 '../ui/gfx/gfx.gyp:gfx',
610 '../ui/gfx/gfx.gyp:gfx_geometry', 613 '../ui/gfx/gfx.gyp:gfx_geometry',
611 '../ui/wm/wm.gyp:wm', 614 '../ui/wm/wm.gyp:wm',
612 'mojo_aura_support', 615 'mojo_aura_support',
613 'mojo_base.gyp:mojo_application_chromium', 616 'mojo_base.gyp:mojo_application_chromium',
614 'mojo_base.gyp:mojo_common_lib', 617 'mojo_base.gyp:mojo_common_lib',
615 'mojo_input_events_lib', 618 'mojo_input_events_lib',
616 'mojo_view_manager_lib', 619 'mojo_view_manager_lib',
620 'public/mojo_public.gyp:mojo_application_bindings',
617 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b indings', 621 'services/public/mojo_services_public.gyp:mojo_core_window_manager_b indings',
622 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs',
618 ], 623 ],
619 'sources': [ 624 'sources': [
620 'services/window_manager/window_manager_app.cc', 625 'services/window_manager/window_manager_app.cc',
621 'services/window_manager/window_manager_app.h', 626 'services/window_manager/window_manager_app.h',
627 'services/window_manager/window_manager_delegate.h',
622 'services/window_manager/window_manager_service_impl.cc', 628 'services/window_manager/window_manager_service_impl.cc',
623 'services/window_manager/window_manager_service_impl.h', 629 'services/window_manager/window_manager_service_impl.h',
630 'services/window_manager/window_manager_service2_impl.cc',
631 'services/window_manager/window_manager_service2_impl.h',
624 ], 632 ],
625 }, 633 },
626 { 634 {
627 # GN version: //mojo/services/window_manager 635 # GN version: //mojo/services/window_manager
628 'target_name': 'mojo_core_window_manager', 636 'target_name': 'mojo_core_window_manager',
629 'type': 'loadable_module', 637 'type': 'loadable_module',
630 'dependencies': [ 638 'dependencies': [
631 'mojo_core_window_manager_lib', 639 'mojo_core_window_manager_lib',
632 '<(mojo_system_for_loadable_module)', 640 '<(mojo_system_for_loadable_module)',
633 ], 641 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'dependencies': [ 673 'dependencies': [
666 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 674 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
667 ], 675 ],
668 }], 676 }],
669 ], 677 ],
670 }, 678 },
671 ], 679 ],
672 }], 680 }],
673 ], 681 ],
674 } 682 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698