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

Side by Side Diff: mojo/mojo_services.gypi

Issue 423613002: Mojo: split up service_provider.mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/BUILD.gn » ('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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 { 514 {
515 # GN version: //mojo/services/public/cpp/view_manager 515 # GN version: //mojo/services/public/cpp/view_manager
516 'target_name': 'mojo_view_manager_lib', 516 'target_name': 'mojo_view_manager_lib',
517 'type': 'static_library', 517 'type': 'static_library',
518 'dependencies': [ 518 'dependencies': [
519 '../base/base.gyp:base', 519 '../base/base.gyp:base',
520 '../skia/skia.gyp:skia', 520 '../skia/skia.gyp:skia',
521 '../ui/events/events.gyp:events', 521 '../ui/events/events.gyp:events',
522 '../ui/gfx/gfx.gyp:gfx', 522 '../ui/gfx/gfx.gyp:gfx',
523 '../ui/gfx/gfx.gyp:gfx_geometry', 523 '../ui/gfx/gfx.gyp:gfx_geometry',
524 » 'mojo_base.gyp:mojo_application', 524 'mojo_base.gyp:mojo_application',
525 'mojo_base.gyp:mojo_service_provider_bindings', 525 'mojo_base.gyp:mojo_application_bindings',
526 'mojo_geometry_bindings', 526 'mojo_geometry_bindings',
527 'mojo_geometry_lib', 527 'mojo_geometry_lib',
528 'mojo_view_manager_bindings', 528 'mojo_view_manager_bindings',
529 'mojo_view_manager_common', 529 'mojo_view_manager_common',
530 ], 530 ],
531 'sources': [ 531 'sources': [
532 'services/public/cpp/view_manager/lib/node.cc', 532 'services/public/cpp/view_manager/lib/node.cc',
533 'services/public/cpp/view_manager/lib/node_observer.cc', 533 'services/public/cpp/view_manager/lib/node_observer.cc',
534 'services/public/cpp/view_manager/lib/node_private.cc', 534 'services/public/cpp/view_manager/lib/node_private.cc',
535 'services/public/cpp/view_manager/lib/node_private.h', 535 'services/public/cpp/view_manager/lib/node_private.h',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'mojo_echo_bindings', 908 'mojo_echo_bindings',
909 ], 909 ],
910 'sources': [ 910 'sources': [
911 'services/dbus_echo/dbus_echo_service.cc', 911 'services/dbus_echo/dbus_echo_service.cc',
912 ], 912 ],
913 }, 913 },
914 ], 914 ],
915 }], 915 }],
916 ], 916 ],
917 } 917 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698