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

Side by Side Diff: mojo/mojo_services.gypi

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO and merge to trunk 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/public/bindings/js/constants.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 ],
11 'variables': {
12 'mojom_base_output_dir': 'mojo',
13 },
11 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 14 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
12 'export_dependent_settings': [ 15 'export_dependent_settings': [
13 'mojo_bindings', 16 'mojo_bindings',
14 'mojo_system', 17 'mojo_system',
15 ], 18 ],
16 'dependencies': [ 19 'dependencies': [
17 'mojo_bindings', 20 'mojo_bindings',
18 'mojo_system', 21 'mojo_system',
19 ], 22 ],
20 }, 23 },
(...skipping 15 matching lines...) Expand all
36 'services/gles2/command_buffer_impl.cc', 39 'services/gles2/command_buffer_impl.cc',
37 'services/gles2/command_buffer_impl.h', 40 'services/gles2/command_buffer_impl.h',
38 ], 41 ],
39 }, 42 },
40 { 43 {
41 'target_name': 'mojo_native_viewport_bindings', 44 'target_name': 'mojo_native_viewport_bindings',
42 'type': 'static_library', 45 'type': 'static_library',
43 'sources': [ 46 'sources': [
44 'services/native_viewport/native_viewport.mojom', 47 'services/native_viewport/native_viewport.mojom',
45 ], 48 ],
49 'variables': {
50 'mojom_base_output_dir': 'mojo',
51 },
46 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 52 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
47 'export_dependent_settings': [ 53 'export_dependent_settings': [
48 'mojo_bindings', 54 'mojo_bindings',
49 'mojo_system', 55 'mojo_system',
50 ], 56 ],
51 'dependencies': [ 57 'dependencies': [
52 'mojo_bindings', 58 'mojo_bindings',
53 'mojo_system', 59 'mojo_system',
54 ], 60 ],
55 }, 61 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 }], 95 }],
90 ['OS=="android"', { 96 ['OS=="android"', {
91 'dependencies': [ 97 'dependencies': [
92 'mojo_jni_headers', 98 'mojo_jni_headers',
93 ], 99 ],
94 }], 100 }],
95 ], 101 ],
96 }, 102 },
97 ], 103 ],
98 } 104 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/bindings/js/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698