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

Side by Side Diff: mojo/mojo_services.gypi

Issue 504443002: Update mojo surfaces bindings and mojo/cc/ glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 (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 # GN version: //mojo/services/dbus_echo:bindings 8 # GN version: //mojo/services/dbus_echo:bindings
9 'target_name': 'mojo_echo_bindings', 9 'target_name': 'mojo_echo_bindings',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'mojo_surfaces_bindings', 423 'mojo_surfaces_bindings',
424 'mojo_surfaces_lib', 424 'mojo_surfaces_lib',
425 '<(mojo_gles2_for_loadable_module)', 425 '<(mojo_gles2_for_loadable_module)',
426 '<(mojo_system_for_loadable_module)', 426 '<(mojo_system_for_loadable_module)',
427 ], 427 ],
428 'sources': [ 428 'sources': [
429 'services/surfaces/surfaces_impl.cc', 429 'services/surfaces/surfaces_impl.cc',
430 'services/surfaces/surfaces_impl.h', 430 'services/surfaces/surfaces_impl.h',
431 'services/surfaces/surfaces_service_application.cc', 431 'services/surfaces/surfaces_service_application.cc',
432 'services/surfaces/surfaces_service_application.h', 432 'services/surfaces/surfaces_service_application.h',
433 'services/surfaces/surfaces_service_impl.cc',
434 'services/surfaces/surfaces_service_impl.h',
433 ], 435 ],
434 }, 436 },
435 { 437 {
436 # GN version: //mojo/services/public/cpp/view_manager:common 438 # GN version: //mojo/services/public/cpp/view_manager:common
437 'target_name': 'mojo_view_manager_common', 439 'target_name': 'mojo_view_manager_common',
438 'type': 'static_library', 440 'type': 'static_library',
439 'sources': [ 441 'sources': [
440 'services/public/cpp/view_manager/types.h', 442 'services/public/cpp/view_manager/types.h',
441 ], 443 ],
442 }, 444 },
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'mojo_base.gyp:mojo_run_all_unittests', 560 'mojo_base.gyp:mojo_run_all_unittests',
559 ], 561 ],
560 }], 562 }],
561 ], 563 ],
562 }, 564 },
563 { 565 {
564 # GN version: //mojo/services/public/interfaces/surfaces 566 # GN version: //mojo/services/public/interfaces/surfaces
565 'target_name': 'mojo_surfaces_bindings', 567 'target_name': 'mojo_surfaces_bindings',
566 'type': 'static_library', 568 'type': 'static_library',
567 'sources': [ 569 'sources': [
570 'services/public/interfaces/surfaces/surface_id.mojom',
568 'services/public/interfaces/surfaces/surfaces.mojom', 571 'services/public/interfaces/surfaces/surfaces.mojom',
569 'services/public/interfaces/surfaces/surface_id.mojom', 572 'services/public/interfaces/surfaces/surfaces_service.mojom',
570 'services/public/interfaces/surfaces/quads.mojom', 573 'services/public/interfaces/surfaces/quads.mojom',
571 ], 574 ],
572 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 575 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
573 'export_dependent_settings': [ 576 'export_dependent_settings': [
574 'mojo_base.gyp:mojo_cpp_bindings', 577 'mojo_base.gyp:mojo_cpp_bindings',
575 ], 578 ],
576 'dependencies': [ 579 'dependencies': [
577 'mojo_base.gyp:mojo_cpp_bindings', 580 'mojo_base.gyp:mojo_cpp_bindings',
578 'mojo_geometry_bindings', 581 'mojo_geometry_bindings',
579 'mojo_native_viewport_bindings', 582 'mojo_native_viewport_bindings',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'mojo_echo_bindings', 876 'mojo_echo_bindings',
874 ], 877 ],
875 'sources': [ 878 'sources': [
876 'services/dbus_echo/dbus_echo_service.cc', 879 'services/dbus_echo/dbus_echo_service.cc',
877 ], 880 ],
878 }, 881 },
879 ], 882 ],
880 }], 883 }],
881 ], 884 ],
882 } 885 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698