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

Side by Side Diff: mojo/mojo_public.gypi

Issue 150713002: Mojo: Add ErrorHandler to RemotePtr (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update per review feedback Created 6 years, 10 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/gles2/gles2_client_impl.cc ('k') | mojo/public/bindings/error_handler.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_system', 4 'target_name': 'mojo_system',
5 'type': 'shared_library', 5 'type': 'shared_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 { 158 {
159 'target_name': 'mojo_bindings', 159 'target_name': 'mojo_bindings',
160 'type': 'static_library', 160 'type': 'static_library',
161 'include_dirs': [ 161 'include_dirs': [
162 '..' 162 '..'
163 ], 163 ],
164 'sources': [ 164 'sources': [
165 'public/bindings/allocation_scope.h', 165 'public/bindings/allocation_scope.h',
166 'public/bindings/array.h', 166 'public/bindings/array.h',
167 'public/bindings/buffer.h', 167 'public/bindings/buffer.h',
168 'public/bindings/error_handler.h',
168 'public/bindings/passable.h', 169 'public/bindings/passable.h',
169 'public/bindings/remote_ptr.h', 170 'public/bindings/remote_ptr.h',
170 'public/bindings/type_converter.h', 171 'public/bindings/type_converter.h',
171 'public/bindings/lib/array.cc', 172 'public/bindings/lib/array.cc',
172 'public/bindings/lib/array_internal.h', 173 'public/bindings/lib/array_internal.h',
173 'public/bindings/lib/array_internal.cc', 174 'public/bindings/lib/array_internal.cc',
174 'public/bindings/lib/bindings_internal.h', 175 'public/bindings/lib/bindings_internal.h',
175 'public/bindings/lib/bindings_serialization.cc', 176 'public/bindings/lib/bindings_serialization.cc',
176 'public/bindings/lib/bindings_serialization.h', 177 'public/bindings/lib/bindings_serialization.h',
177 'public/bindings/lib/buffer.cc', 178 'public/bindings/lib/buffer.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'public/shell/service.h', 242 'public/shell/service.h',
242 ], 243 ],
243 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 244 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
244 'export_dependent_settings': [ 245 'export_dependent_settings': [
245 'mojo_bindings', 246 'mojo_bindings',
246 'mojo_system', 247 'mojo_system',
247 ], 248 ],
248 }, 249 },
249 ], 250 ],
250 } 251 }
OLDNEW
« no previous file with comments | « mojo/gles2/gles2_client_impl.cc ('k') | mojo/public/bindings/error_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698