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

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: png viewer works sorta 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
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 'target_name': 'mojo_echo_client', 8 'target_name': 'mojo_echo_client',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 { 244 {
245 'target_name': 'mojo_png_viewer', 245 'target_name': 'mojo_png_viewer',
246 'type': 'loadable_module', 246 'type': 'loadable_module',
247 'dependencies': [ 247 'dependencies': [
248 '../skia/skia.gyp:skia', 248 '../skia/skia.gyp:skia',
249 '../ui/gfx/gfx.gyp:gfx', 249 '../ui/gfx/gfx.gyp:gfx',
250 'mojo_base.gyp:mojo_application_chromium', 250 'mojo_base.gyp:mojo_application_chromium',
251 'mojo_base.gyp:mojo_cpp_bindings', 251 'mojo_base.gyp:mojo_cpp_bindings',
252 'mojo_base.gyp:mojo_environment_chromium', 252 'mojo_base.gyp:mojo_environment_chromium',
253 'mojo_base.gyp:mojo_utility', 253 'mojo_base.gyp:mojo_utility',
254 'mojo_content_handler_bindings',
254 'mojo_media_viewer_bindings', 255 'mojo_media_viewer_bindings',
255 'mojo_navigation_bindings',
256 'mojo_network_bindings', 256 'mojo_network_bindings',
257 'mojo_launcher_bindings', 257 'mojo_launcher_bindings',
258 'mojo_view_manager_lib', 258 'mojo_view_manager_lib',
259 '<(mojo_system_for_loadable_module)', 259 '<(mojo_system_for_loadable_module)',
260 ], 260 ],
261 'sources': [ 261 'sources': [
262 'examples/png_viewer/png_viewer.cc', 262 'examples/png_viewer/png_viewer.cc',
263 'public/cpp/application/lib/mojo_main_chromium.cc', 263 'public/cpp/application/lib/mojo_main_chromium.cc',
264 ], 264 ],
265 }, 265 },
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 ], 842 ],
843 'sources': [ 843 'sources': [
844 'examples/dbus_echo/dbus_echo_app.cc', 844 'examples/dbus_echo/dbus_echo_app.cc',
845 'public/cpp/application/lib/mojo_main_standalone.cc', 845 'public/cpp/application/lib/mojo_main_standalone.cc',
846 ], 846 ],
847 }, 847 },
848 ], 848 ],
849 }], 849 }],
850 ], 850 ],
851 } 851 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698