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

Side by Side Diff: mojo/mojo_public.gypi

Issue 177183002: Mojo: Include "path/to/foo.mojom.h" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unnecessary abspath 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
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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ], 287 ],
288 'include_dirs': [ 288 'include_dirs': [
289 '..', 289 '..',
290 ], 290 ],
291 }, 291 },
292 { 292 {
293 'target_name': 'mojo_shell_bindings', 293 'target_name': 'mojo_shell_bindings',
294 'type': 'static_library', 294 'type': 'static_library',
295 'sources': [ 295 'sources': [
296 'public/shell/lib/application.cc', 296 'public/shell/lib/application.cc',
297 'public/shell/lib/shell.mojom',
298 'public/shell/lib/service.cc', 297 'public/shell/lib/service.cc',
299 'public/shell/application.h', 298 'public/shell/application.h',
300 'public/shell/service.h', 299 'public/shell/service.h',
300 'public/shell/shell.mojom',
301 ], 301 ],
302 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 302 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
303 'export_dependent_settings': [ 303 'export_dependent_settings': [
304 'mojo_bindings', 304 'mojo_bindings',
305 'mojo_system', 305 'mojo_system',
306 ], 306 ],
307 }, 307 },
308 ], 308 ],
309 } 309 }
OLDNEW
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.h ('k') | mojo/public/bindings/generators/cpp_templates/module-internal.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698