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

Side by Side Diff: mojo/mojo_services.gypi

Issue 208223006: Revert of Add creation of ServiceManager to Content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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_public.gypi ('k') | mojo/service_manager/service_loader.h » ('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_gles2_bindings', 4 'target_name': 'mojo_gles2_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/gles2/command_buffer.mojom', 7 'services/gles2/command_buffer.mojom',
8 'services/gles2/command_buffer_type_conversions.cc', 8 'services/gles2/command_buffer_type_conversions.cc',
9 'services/gles2/command_buffer_type_conversions.h', 9 'services/gles2/command_buffer_type_conversions.h',
10 ], 10 ],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'type': '<(component)', 58 'type': '<(component)',
59 'dependencies': [ 59 'dependencies': [
60 '../base/base.gyp:base', 60 '../base/base.gyp:base',
61 '../ui/events/events.gyp:events', 61 '../ui/events/events.gyp:events',
62 '../ui/gfx/gfx.gyp:gfx', 62 '../ui/gfx/gfx.gyp:gfx',
63 '../ui/gfx/gfx.gyp:gfx_geometry', 63 '../ui/gfx/gfx.gyp:gfx_geometry',
64 'mojo_common_lib', 64 'mojo_common_lib',
65 'mojo_environment_chromium', 65 'mojo_environment_chromium',
66 'mojo_gles2_service', 66 'mojo_gles2_service',
67 'mojo_native_viewport_bindings', 67 'mojo_native_viewport_bindings',
68 'mojo_shell_client', 68 'mojo_shell_bindings',
69 ], 69 ],
70 'defines': [ 70 'defines': [
71 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION', 71 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION',
72 ], 72 ],
73 'sources': [ 73 'sources': [
74 'services/native_viewport/geometry_conversions.h', 74 'services/native_viewport/geometry_conversions.h',
75 'services/native_viewport/native_viewport.h', 75 'services/native_viewport/native_viewport.h',
76 'services/native_viewport/native_viewport_android.cc', 76 'services/native_viewport/native_viewport_android.cc',
77 'services/native_viewport/native_viewport_mac.mm', 77 'services/native_viewport/native_viewport_mac.mm',
78 'services/native_viewport/native_viewport_service.cc', 78 'services/native_viewport/native_viewport_service.cc',
(...skipping 10 matching lines...) Expand all
89 }], 89 }],
90 ['OS=="android"', { 90 ['OS=="android"', {
91 'dependencies': [ 91 'dependencies': [
92 'mojo_jni_headers', 92 'mojo_jni_headers',
93 ], 93 ],
94 }], 94 }],
95 ], 95 ],
96 }, 96 },
97 ], 97 ],
98 } 98 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/service_manager/service_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698