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

Side by Side Diff: mojo/mojo_services.gypi

Issue 361123002: Mojo surfaces service and example app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/interfaces/surfaces/surfaces.mojom » ('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 (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 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_bindings', 8 'target_name': 'mojo_echo_bindings',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 '../base/base.gyp:base', 126 '../base/base.gyp:base',
127 '../base/base.gyp:test_support_base', 127 '../base/base.gyp:test_support_base',
128 '../cc/cc.gyp:cc', 128 '../cc/cc.gyp:cc',
129 '../cc/cc.gyp:cc_surfaces', 129 '../cc/cc.gyp:cc_surfaces',
130 '../gpu/gpu.gyp:gpu', 130 '../gpu/gpu.gyp:gpu',
131 '../skia/skia.gyp:skia', 131 '../skia/skia.gyp:skia',
132 '../testing/gtest.gyp:gtest', 132 '../testing/gtest.gyp:gtest',
133 '../ui/gfx/gfx.gyp:gfx', 133 '../ui/gfx/gfx.gyp:gfx',
134 '../ui/gfx/gfx.gyp:gfx_geometry', 134 '../ui/gfx/gfx.gyp:gfx_geometry',
135 '../ui/gfx/gfx.gyp:gfx_test_support', 135 '../ui/gfx/gfx.gyp:gfx_test_support',
136 'mojo_environment_chromium',
136 'mojo_geometry_lib', 137 'mojo_geometry_lib',
137 'mojo_run_all_unittests', 138 'mojo_run_all_unittests',
138 'mojo_surfaces_bindings', 139 'mojo_surfaces_bindings',
139 'mojo_surfaces_lib', 140 'mojo_surfaces_lib',
140 ], 141 ],
141 'sources': [ 142 'sources': [
142 'services/public/cpp/surfaces/tests/surface_unittest.cc', 143 'services/public/cpp/surfaces/tests/surface_unittest.cc',
143 ], 144 ],
144 }, 145 },
145 { 146 {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'services/network/main.cc', 332 'services/network/main.cc',
332 'services/network/network_context.cc', 333 'services/network/network_context.cc',
333 'services/network/network_context.h', 334 'services/network/network_context.h',
334 'services/network/network_service_impl.cc', 335 'services/network/network_service_impl.cc',
335 'services/network/network_service_impl.h', 336 'services/network/network_service_impl.h',
336 'services/network/url_loader_impl.cc', 337 'services/network/url_loader_impl.cc',
337 'services/network/url_loader_impl.h', 338 'services/network/url_loader_impl.h',
338 ], 339 ],
339 }, 340 },
340 { 341 {
342 'target_name': 'mojo_surfaces_service',
343 'type': 'shared_library',
344 'dependencies': [
345 '../base/base.gyp:base',
346 '../cc/cc.gyp:cc',
347 '../cc/cc.gyp:cc_surfaces',
348 '../ui/gfx/gfx.gyp:gfx_geometry',
349 'mojo_application',
350 'mojo_cc_support',
351 'mojo_environment_chromium',
352 'mojo_geometry_bindings',
353 'mojo_geometry_lib',
354 'mojo_gles2',
355 'mojo_surfaces_bindings',
356 'mojo_surfaces_lib',
357 'mojo_system_impl',
358 ],
359 'sources': [
360 'services/surfaces/surfaces_impl.cc',
361 'services/surfaces/surfaces_impl.h',
362 'services/surfaces/surfaces_service_application.cc',
363 'services/surfaces/surfaces_service_application.h',
364 'public/cpp/application/lib/mojo_main_chromium.cc',
365 ],
366 },
367 {
341 'target_name': 'mojo_view_manager_common', 368 'target_name': 'mojo_view_manager_common',
342 'type': 'static_library', 369 'type': 'static_library',
343 'sources': [ 370 'sources': [
344 'services/public/cpp/view_manager/types.h', 371 'services/public/cpp/view_manager/types.h',
345 ], 372 ],
346 }, 373 },
347 { 374 {
348 'target_name': 'mojo_launcher_bindings', 375 'target_name': 'mojo_launcher_bindings',
349 'type': 'static_library', 376 'type': 'static_library',
350 'sources': [ 377 'sources': [
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'services/public/interfaces/surfaces/surface_id.mojom', 500 'services/public/interfaces/surfaces/surface_id.mojom',
474 'services/public/interfaces/surfaces/quads.mojom', 501 'services/public/interfaces/surfaces/quads.mojom',
475 ], 502 ],
476 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 503 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
477 'export_dependent_settings': [ 504 'export_dependent_settings': [
478 'mojo_cpp_bindings', 505 'mojo_cpp_bindings',
479 ], 506 ],
480 'dependencies': [ 507 'dependencies': [
481 'mojo_cpp_bindings', 508 'mojo_cpp_bindings',
482 'mojo_geometry_bindings', 509 'mojo_geometry_bindings',
510 'mojo_native_viewport_bindings',
483 ], 511 ],
484 }, 512 },
485 { 513 {
486 'target_name': 'mojo_test_service_bindings', 514 'target_name': 'mojo_test_service_bindings',
487 'type': 'static_library', 515 'type': 'static_library',
488 'sources': [ 516 'sources': [
489 # TODO(tim): Move to services/public/interfaces? 517 # TODO(tim): Move to services/public/interfaces?
490 'services/test_service/test_service.mojom', 518 'services/test_service/test_service.mojom',
491 'services/test_service/test_request_tracker.mojom', 519 'services/test_service/test_request_tracker.mojom',
492 ], 520 ],
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 'mojo_system_impl', 745 'mojo_system_impl',
718 ], 746 ],
719 'sources': [ 747 'sources': [
720 'services/dbus_echo/dbus_echo_service.cc', 748 'services/dbus_echo/dbus_echo_service.cc',
721 ], 749 ],
722 }, 750 },
723 ], 751 ],
724 }], 752 }],
725 ], 753 ],
726 } 754 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/public/interfaces/surfaces/surfaces.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698