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

Side by Side Diff: mojo/mojo_services.gypi

Issue 292813008: Implement SetViewContents in the client lib (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_echo_bindings', 4 'target_name': 'mojo_echo_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/dbus_echo/echo.mojom', 7 'services/dbus_echo/echo.mojom',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'mojom_base_output_dir': 'mojo', 10 'mojom_base_output_dir': 'mojo',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'dependencies': [ 143 'dependencies': [
144 'mojo_cpp_bindings', 144 'mojo_cpp_bindings',
145 'mojo_geometry_bindings', 145 'mojo_geometry_bindings',
146 ], 146 ],
147 }, 147 },
148 { 148 {
149 'target_name': 'mojo_view_manager_lib', 149 'target_name': 'mojo_view_manager_lib',
150 'type': 'static_library', 150 'type': 'static_library',
151 'dependencies': [ 151 'dependencies': [
152 '../base/base.gyp:base', 152 '../base/base.gyp:base',
153 '../skia/skia.gyp:skia',
154 '../ui/gfx/gfx.gyp:gfx',
153 '../ui/gfx/gfx.gyp:gfx_geometry', 155 '../ui/gfx/gfx.gyp:gfx_geometry',
154 'mojo_geometry_bindings', 156 'mojo_geometry_bindings',
155 'mojo_geometry_lib', 157 'mojo_geometry_lib',
156 'mojo_shell_bindings', 158 'mojo_shell_bindings',
157 'mojo_view_manager_bindings', 159 'mojo_view_manager_bindings',
158 'mojo_view_manager_common', 160 'mojo_view_manager_common',
159 ], 161 ],
160 'sources': [ 162 'sources': [
161 'services/public/cpp/view_manager/lib/view.cc', 163 'services/public/cpp/view_manager/lib/view.cc',
162 'services/public/cpp/view_manager/lib/view_private.cc', 164 'services/public/cpp/view_manager/lib/view_private.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'mojo_system_impl', 326 'mojo_system_impl',
325 ], 327 ],
326 'sources': [ 328 'sources': [
327 'services/dbus_echo/dbus_echo_service.cc', 329 'services/dbus_echo/dbus_echo_service.cc',
328 ], 330 ],
329 }, 331 },
330 ], 332 ],
331 }], 333 }],
332 ], 334 ],
333 } 335 }
OLDNEW
« no previous file with comments | « mojo/examples/sample_view_manager_app/sample_view_manager_app.cc ('k') | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698