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

Unified Diff: mojo/mojo_services.gypi

Issue 408853005: Convert bindings targets in mojo/mojo_services.gypi to GN. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 44e522ccd75bb2d8cc49d603635dfaa981746d45..0e16e650a7885e81e438accd194c885cddee2766 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //mojo/services/dbus_echo:bindings
'target_name': 'mojo_echo_bindings',
'type': 'static_library',
'sources': [
@@ -85,6 +86,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/input_events:bindings
'target_name': 'mojo_input_events_bindings',
'type': 'static_library',
'sources': [
@@ -100,6 +102,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/geometry:bindings
'target_name': 'mojo_geometry_bindings',
'type': 'static_library',
'sources': [
@@ -224,6 +227,9 @@
],
},
{
+ # GN version: //mojo/services/gles2:interfaces (for files generated from
+ # the mojom file)
+ # GN version: //mojo/services/gles2:bindings
'target_name': 'mojo_gles2_bindings',
'type': 'static_library',
'sources': [
@@ -262,6 +268,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/native_viewport:bindings
'target_name': 'mojo_native_viewport_bindings',
'type': 'static_library',
'sources': [
@@ -330,6 +337,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/navigation:bindings
'target_name': 'mojo_navigation_bindings',
'type': 'static_library',
'sources': [
@@ -345,6 +353,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/network:bindings
'target_name': 'mojo_network_bindings',
'type': 'static_library',
'sources': [
@@ -433,6 +442,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/launcher:bindings
'target_name': 'mojo_launcher_bindings',
'type': 'static_library',
'sources': [
@@ -466,6 +476,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/view_manager:bindings
'target_name': 'mojo_view_manager_bindings',
'type': 'static_library',
'sources': [
@@ -554,6 +565,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/surfaces:bindings
'target_name': 'mojo_surfaces_bindings',
'type': 'static_library',
'sources': [
@@ -572,12 +584,13 @@
],
},
{
+ # GN version: //mojo/services/test_service:bindings
'target_name': 'mojo_test_service_bindings',
'type': 'static_library',
'sources': [
# TODO(tim): Move to services/public/interfaces?
- 'services/test_service/test_service.mojom',
'services/test_service/test_request_tracker.mojom',
+ 'services/test_service/test_service.mojom',
],
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
@@ -634,6 +647,7 @@
],
},
{
+ # GN version: //mojo/services/public/interfaces/window_manager:core_bindings
'target_name': 'mojo_core_window_manager_bindings',
'type': 'static_library',
'sources': [
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698