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

Side by Side Diff: mojo/mojo_services.gypi

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix network_service_loader Created 6 years, 5 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_public.gypi ('k') | mojo/public/cpp/application/application_connection.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/dbus_echo:bindings 8 # GN version: //mojo/services/dbus_echo:bindings
9 'target_name': 'mojo_echo_bindings', 9 'target_name': 'mojo_echo_bindings',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'mojo_view_manager_common', 520 'mojo_view_manager_common',
521 ], 521 ],
522 'sources': [ 522 'sources': [
523 'services/public/cpp/view_manager/lib/node.cc', 523 'services/public/cpp/view_manager/lib/node.cc',
524 'services/public/cpp/view_manager/lib/node_observer.cc', 524 'services/public/cpp/view_manager/lib/node_observer.cc',
525 'services/public/cpp/view_manager/lib/node_private.cc', 525 'services/public/cpp/view_manager/lib/node_private.cc',
526 'services/public/cpp/view_manager/lib/node_private.h', 526 'services/public/cpp/view_manager/lib/node_private.h',
527 'services/public/cpp/view_manager/lib/view.cc', 527 'services/public/cpp/view_manager/lib/view.cc',
528 'services/public/cpp/view_manager/lib/view_private.cc', 528 'services/public/cpp/view_manager/lib/view_private.cc',
529 'services/public/cpp/view_manager/lib/view_private.h', 529 'services/public/cpp/view_manager/lib/view_private.h',
530 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc',
530 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', 531 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc',
531 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', 532 'services/public/cpp/view_manager/lib/view_manager_client_impl.h',
532 'services/public/cpp/view_manager/node.h', 533 'services/public/cpp/view_manager/node.h',
533 'services/public/cpp/view_manager/node_observer.h', 534 'services/public/cpp/view_manager/node_observer.h',
534 'services/public/cpp/view_manager/view.h', 535 'services/public/cpp/view_manager/view.h',
535 'services/public/cpp/view_manager/view_manager.h', 536 'services/public/cpp/view_manager/view_manager.h',
537 'services/public/cpp/view_manager/view_manager_client_factory.h',
536 'services/public/cpp/view_manager/view_manager_delegate.h', 538 'services/public/cpp/view_manager/view_manager_delegate.h',
537 'services/public/cpp/view_manager/view_observer.h', 539 'services/public/cpp/view_manager/view_observer.h',
538 'services/public/cpp/view_manager/window_manager_delegate.h', 540 'services/public/cpp/view_manager/window_manager_delegate.h',
539 ], 541 ],
540 'export_dependent_settings': [ 542 'export_dependent_settings': [
541 'mojo_view_manager_bindings', 543 'mojo_view_manager_bindings',
542 ], 544 ],
543 }, 545 },
544 { 546 {
545 'target_name': 'mojo_view_manager_lib_unittests', 547 'target_name': 'mojo_view_manager_lib_unittests',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'mojo_system_impl', 878 'mojo_system_impl',
877 ], 879 ],
878 'sources': [ 880 'sources': [
879 'services/dbus_echo/dbus_echo_service.cc', 881 'services/dbus_echo/dbus_echo_service.cc',
880 ], 882 ],
881 }, 883 },
882 ], 884 ],
883 }], 885 }],
884 ], 886 ],
885 } 887 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/application/application_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698