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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 549273002: Various mojom cleanup from ContentHandler changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 3 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.gyp ('k') | mojo/mojo_services.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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/examples/echo:client 8 # GN version: //mojo/examples/echo:client
9 'target_name': 'mojo_echo_client', 9 'target_name': 'mojo_echo_client',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'type': 'loadable_module', 239 'type': 'loadable_module',
240 'dependencies': [ 240 'dependencies': [
241 '../skia/skia.gyp:skia', 241 '../skia/skia.gyp:skia',
242 '../ui/gfx/gfx.gyp:gfx', 242 '../ui/gfx/gfx.gyp:gfx',
243 'mojo_base.gyp:mojo_application_chromium', 243 'mojo_base.gyp:mojo_application_chromium',
244 'mojo_base.gyp:mojo_cpp_bindings', 244 'mojo_base.gyp:mojo_cpp_bindings',
245 'mojo_base.gyp:mojo_utility', 245 'mojo_base.gyp:mojo_utility',
246 'mojo_content_handler_bindings', 246 'mojo_content_handler_bindings',
247 'mojo_media_viewer_bindings', 247 'mojo_media_viewer_bindings',
248 'mojo_network_bindings', 248 'mojo_network_bindings',
249 'mojo_launcher_bindings',
250 'mojo_view_manager_lib', 249 'mojo_view_manager_lib',
251 '<(mojo_system_for_loadable_module)', 250 '<(mojo_system_for_loadable_module)',
252 ], 251 ],
253 'sources': [ 252 'sources': [
254 'examples/png_viewer/png_viewer.cc', 253 'examples/png_viewer/png_viewer.cc',
255 ], 254 ],
256 }, 255 },
257 { 256 {
258 'target_name': 'mojo_pepper_container_app', 257 'target_name': 'mojo_pepper_container_app',
259 'type': 'loadable_module', 258 'type': 'loadable_module',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 '../ui/views/views.gyp:views', 649 '../ui/views/views.gyp:views',
651 'mojo_base.gyp:mojo_application_chromium', 650 'mojo_base.gyp:mojo_application_chromium',
652 'mojo_base.gyp:mojo_cpp_bindings', 651 'mojo_base.gyp:mojo_cpp_bindings',
653 'mojo_base.gyp:mojo_utility', 652 'mojo_base.gyp:mojo_utility',
654 'mojo_aura_support', 653 'mojo_aura_support',
655 'mojo_core_window_manager_lib', 654 'mojo_core_window_manager_lib',
656 'mojo_geometry_bindings', 655 'mojo_geometry_bindings',
657 'mojo_geometry_lib', 656 'mojo_geometry_lib',
658 'mojo_input_events_lib', 657 'mojo_input_events_lib',
659 'mojo_keyboard_bindings', 658 'mojo_keyboard_bindings',
660 'mojo_launcher_bindings',
661 'mojo_navigation_bindings', 659 'mojo_navigation_bindings',
662 'mojo_view_manager_lib', 660 'mojo_view_manager_lib',
663 'mojo_views_support', 661 'mojo_views_support',
664 'mojo_window_manager_bindings', 662 'mojo_window_manager_bindings',
665 '<(mojo_system_for_loadable_module)', 663 '<(mojo_system_for_loadable_module)',
666 ], 664 ],
667 'includes': [ 665 'includes': [
668 'mojo_public_gles2_for_loadable_module.gypi', 666 'mojo_public_gles2_for_loadable_module.gypi',
669 ], 667 ],
670 'sources': [ 668 'sources': [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ], 861 ],
864 'sources': [ 862 'sources': [
865 'examples/dbus_echo/dbus_echo_service.cc', 863 'examples/dbus_echo/dbus_echo_service.cc',
866 ], 864 ],
867 }, 865 },
868 ], 866 ],
869 867
870 }], 868 }],
871 ], 869 ],
872 } 870 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698