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

Side by Side Diff: mojo/mojo_services.gypi

Issue 308803002: Change type of interface created by mojo:view_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup 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 | « no previous file | mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc » ('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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'sources': [ 279 'sources': [
280 'services/view_manager/ids.h', 280 'services/view_manager/ids.h',
281 'services/view_manager/main.cc', 281 'services/view_manager/main.cc',
282 'services/view_manager/node.cc', 282 'services/view_manager/node.cc',
283 'services/view_manager/node.h', 283 'services/view_manager/node.h',
284 'services/view_manager/node_delegate.h', 284 'services/view_manager/node_delegate.h',
285 'services/view_manager/root_node_manager.cc', 285 'services/view_manager/root_node_manager.cc',
286 'services/view_manager/root_node_manager.h', 286 'services/view_manager/root_node_manager.h',
287 'services/view_manager/root_view_manager.cc', 287 'services/view_manager/root_view_manager.cc',
288 'services/view_manager/root_view_manager.h', 288 'services/view_manager/root_view_manager.h',
289 'services/view_manager/root_view_manager_delegate.h',
289 'services/view_manager/view.cc', 290 'services/view_manager/view.cc',
290 'services/view_manager/view.h', 291 'services/view_manager/view.h',
291 'services/view_manager/view_manager_connection.cc', 292 'services/view_manager/view_manager_connection.cc',
292 'services/view_manager/view_manager_connection.h', 293 'services/view_manager/view_manager_connection.h',
294 'services/view_manager/view_manager_init_connection.cc',
295 'services/view_manager/view_manager_init_connection.h',
293 'services/view_manager/view_manager_export.h', 296 'services/view_manager/view_manager_export.h',
294 ], 297 ],
295 'defines': [ 298 'defines': [
296 'MOJO_VIEW_MANAGER_IMPLEMENTATION', 299 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
297 ], 300 ],
298 }, 301 },
299 { 302 {
300 'target_name': 'mojo_view_manager_run_unittests', 303 'target_name': 'mojo_view_manager_run_unittests',
301 'type': 'static_library', 304 'type': 'static_library',
302 'dependencies': [ 305 'dependencies': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'mojo_system_impl', 367 'mojo_system_impl',
365 ], 368 ],
366 'sources': [ 369 'sources': [
367 'services/dbus_echo/dbus_echo_service.cc', 370 'services/dbus_echo/dbus_echo_service.cc',
368 ], 371 ],
369 }, 372 },
370 ], 373 ],
371 }], 374 }],
372 ], 375 ],
373 } 376 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698