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

Side by Side Diff: mojo/mojo_services.gypi

Issue 591633002: Replace most uses of ViewManagerInitService with client lib ViewManager::Embed() to offer the same … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/public/cpp/view_manager/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/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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'includes': [ 597 'includes': [
598 'mojo_public_gles2_for_loadable_module.gypi', 598 'mojo_public_gles2_for_loadable_module.gypi',
599 ], 599 ],
600 'sources': [ 600 'sources': [
601 'services/public/cpp/view_manager/lib/bitmap_uploader.cc', 601 'services/public/cpp/view_manager/lib/bitmap_uploader.cc',
602 'services/public/cpp/view_manager/lib/bitmap_uploader.h', 602 'services/public/cpp/view_manager/lib/bitmap_uploader.h',
603 'services/public/cpp/view_manager/lib/view.cc', 603 'services/public/cpp/view_manager/lib/view.cc',
604 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', 604 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc',
605 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', 605 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc',
606 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', 606 'services/public/cpp/view_manager/lib/view_manager_client_impl.h',
607 'services/public/cpp/view_manager/lib/view_manager_context.cc',
607 'services/public/cpp/view_manager/lib/view_observer.cc', 608 'services/public/cpp/view_manager/lib/view_observer.cc',
608 'services/public/cpp/view_manager/lib/view_private.cc', 609 'services/public/cpp/view_manager/lib/view_private.cc',
609 'services/public/cpp/view_manager/lib/view_private.h', 610 'services/public/cpp/view_manager/lib/view_private.h',
610 'services/public/cpp/view_manager/view.h', 611 'services/public/cpp/view_manager/view.h',
611 'services/public/cpp/view_manager/view_manager.h', 612 'services/public/cpp/view_manager/view_manager.h',
612 'services/public/cpp/view_manager/view_manager_client_factory.h', 613 'services/public/cpp/view_manager/view_manager_client_factory.h',
614 'services/public/cpp/view_manager/view_manager_context.h',
613 'services/public/cpp/view_manager/view_manager_delegate.h', 615 'services/public/cpp/view_manager/view_manager_delegate.h',
614 'services/public/cpp/view_manager/view_observer.h', 616 'services/public/cpp/view_manager/view_observer.h',
615 'services/public/cpp/view_manager/window_manager_delegate.h', 617 'services/public/cpp/view_manager/window_manager_delegate.h',
616 ], 618 ],
617 'export_dependent_settings': [ 619 'export_dependent_settings': [
618 'mojo_gpu_bindings', 620 'mojo_gpu_bindings',
619 'mojo_surfaces_bindings', 621 'mojo_surfaces_bindings',
620 'mojo_view_manager_bindings', 622 'mojo_view_manager_bindings',
621 ], 623 ],
622 }, 624 },
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'dependencies': [ 968 'dependencies': [
967 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 969 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
968 ], 970 ],
969 }], 971 }],
970 ], 972 ],
971 }, 973 },
972 ], 974 ],
973 }], 975 }],
974 ], 976 ],
975 } 977 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/public/cpp/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698