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

Side by Side Diff: mojo/mojo_services.gypi

Issue 93793009: Implement ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow Android to be built Created 7 years 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/DEPS » ('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/gles2.mojom', 7 'services/gles2/gles2.mojom',
8 ], 8 ],
9 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 9 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
10 'export_dependent_settings': [ 10 'export_dependent_settings': [
(...skipping 27 matching lines...) Expand all
38 'services/native_viewport/native_viewport.mojom', 38 'services/native_viewport/native_viewport.mojom',
39 ], 39 ],
40 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 40 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
41 'export_dependent_settings': [ 41 'export_dependent_settings': [
42 'mojo_bindings', 42 'mojo_bindings',
43 'mojo_system', 43 'mojo_system',
44 ], 44 ],
45 }, 45 },
46 { 46 {
47 'target_name': 'mojo_native_viewport_service', 47 'target_name': 'mojo_native_viewport_service',
48 'type': 'static_library', 48 'type': 'shared_library',
49 'dependencies': [ 49 'dependencies': [
50 '../base/base.gyp:base', 50 '../base/base.gyp:base',
51 '../ui/events/events.gyp:events', 51 '../ui/events/events.gyp:events',
52 '../ui/gfx/gfx.gyp:gfx', 52 '../ui/gfx/gfx.gyp:gfx',
53 'mojo_common_lib',
53 'mojo_gles2_service', 54 'mojo_gles2_service',
54 'mojo_native_viewport_bindings', 55 'mojo_native_viewport_bindings',
56 'mojo_shell_bindings',
55 ], 57 ],
56 'export_dependent_settings': [ 58 'defines': [
57 'mojo_native_viewport_bindings', 59 'MOJO_NATIVE_VIEWPORT_IMPLEMENTATION',
58 ], 60 ],
59 'sources': [ 61 'sources': [
60 'services/native_viewport/native_viewport.h', 62 'services/native_viewport/native_viewport.h',
61 'services/native_viewport/native_viewport_android.cc', 63 'services/native_viewport/native_viewport_android.cc',
62 'services/native_viewport/native_viewport_impl.cc',
63 'services/native_viewport/native_viewport_impl.h',
64 'services/native_viewport/native_viewport_mac.mm', 64 'services/native_viewport/native_viewport_mac.mm',
65 'services/native_viewport/native_viewport_service.cc',
66 'services/native_viewport/native_viewport_service.h',
65 'services/native_viewport/native_viewport_stub.cc', 67 'services/native_viewport/native_viewport_stub.cc',
66 'services/native_viewport/native_viewport_win.cc', 68 'services/native_viewport/native_viewport_win.cc',
67 'services/native_viewport/native_viewport_x11.cc', 69 'services/native_viewport/native_viewport_x11.cc',
68 ], 70 ],
69 'conditions': [ 71 'conditions': [
70 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { 72 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', {
71 'sources!': [ 73 'sources!': [
72 'services/native_viewport/native_viewport_stub.cc', 74 'services/native_viewport/native_viewport_stub.cc',
73 ], 75 ],
74 }], 76 }],
75 ['OS=="android"', { 77 ['OS=="android"', {
76 'dependencies': [ 78 'dependencies': [
77 'mojo_jni_headers', 79 'mojo_jni_headers',
78 ], 80 ],
79 }], 81 }],
80 ], 82 ],
81 }, 83 },
82 ], 84 ],
83 } 85 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698