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

Side by Side Diff: mojo/mojo_examples.gypi

Issue 489493004: Update view manager to support content handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah to the blizzah 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 | Annotate | Revision Log
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 }, 232 },
233 { 233 {
234 'target_name': 'mojo_png_viewer', 234 'target_name': 'mojo_png_viewer',
235 'type': 'loadable_module', 235 'type': 'loadable_module',
236 'dependencies': [ 236 'dependencies': [
237 '../skia/skia.gyp:skia', 237 '../skia/skia.gyp:skia',
238 '../ui/gfx/gfx.gyp:gfx', 238 '../ui/gfx/gfx.gyp:gfx',
239 'mojo_base.gyp:mojo_application_chromium', 239 'mojo_base.gyp:mojo_application_chromium',
240 'mojo_base.gyp:mojo_cpp_bindings', 240 'mojo_base.gyp:mojo_cpp_bindings',
241 'mojo_base.gyp:mojo_utility', 241 'mojo_base.gyp:mojo_utility',
242 'mojo_content_handler_bindings',
242 'mojo_media_viewer_bindings', 243 'mojo_media_viewer_bindings',
243 'mojo_navigation_bindings',
244 'mojo_network_bindings', 244 'mojo_network_bindings',
245 'mojo_launcher_bindings', 245 'mojo_launcher_bindings',
246 'mojo_view_manager_lib', 246 'mojo_view_manager_lib',
247 '<(mojo_system_for_loadable_module)', 247 '<(mojo_system_for_loadable_module)',
248 ], 248 ],
249 'sources': [ 249 'sources': [
250 'examples/png_viewer/png_viewer.cc', 250 'examples/png_viewer/png_viewer.cc',
251 ], 251 ],
252 }, 252 },
253 { 253 {
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 '<(mojo_system_for_loadable_module)', 829 '<(mojo_system_for_loadable_module)',
830 ], 830 ],
831 'sources': [ 831 'sources': [
832 'examples/dbus_echo/dbus_echo_app.cc', 832 'examples/dbus_echo/dbus_echo_app.cc',
833 ], 833 ],
834 }, 834 },
835 ], 835 ],
836 }], 836 }],
837 ], 837 ],
838 } 838 }
OLDNEW
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698