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

Side by Side Diff: mojo/mojo_services.gypi

Issue 303163005: Embedding demo in View manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/mojo_examples.gypi ('k') | mojo/services/public/cpp/view_manager/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
10 'export_dependent_settings': [ 10 'export_dependent_settings': [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ], 182 ],
183 }, 183 },
184 { 184 {
185 'target_name': 'mojo_view_manager_lib', 185 'target_name': 'mojo_view_manager_lib',
186 'type': 'static_library', 186 'type': 'static_library',
187 'dependencies': [ 187 'dependencies': [
188 '../base/base.gyp:base', 188 '../base/base.gyp:base',
189 '../skia/skia.gyp:skia', 189 '../skia/skia.gyp:skia',
190 '../ui/gfx/gfx.gyp:gfx', 190 '../ui/gfx/gfx.gyp:gfx',
191 '../ui/gfx/gfx.gyp:gfx_geometry', 191 '../ui/gfx/gfx.gyp:gfx_geometry',
192 'mojo_application',
192 'mojo_geometry_bindings', 193 'mojo_geometry_bindings',
193 'mojo_geometry_lib', 194 'mojo_geometry_lib',
194 'mojo_service_provider_bindings', 195 'mojo_service_provider_bindings',
195 'mojo_view_manager_bindings', 196 'mojo_view_manager_bindings',
196 'mojo_view_manager_common', 197 'mojo_view_manager_common',
197 ], 198 ],
198 'sources': [ 199 'sources': [
199 'services/public/cpp/view_manager/lib/view.cc', 200 'services/public/cpp/view_manager/lib/view.cc',
200 'services/public/cpp/view_manager/lib/view_private.cc', 201 'services/public/cpp/view_manager/lib/view_private.cc',
201 'services/public/cpp/view_manager/lib/view_private.h', 202 'services/public/cpp/view_manager/lib/view_private.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'mojo_system_impl', 369 'mojo_system_impl',
369 ], 370 ],
370 'sources': [ 371 'sources': [
371 'services/dbus_echo/dbus_echo_service.cc', 372 'services/dbus_echo/dbus_echo_service.cc',
372 ], 373 ],
373 }, 374 },
374 ], 375 ],
375 }], 376 }],
376 ], 377 ],
377 } 378 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/public/cpp/view_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698