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

Side by Side Diff: mojo/mojo_public.gypi

Issue 339403003: Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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.gyp ('k') | mojo/public/c/environment/logger.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': 'static_library', 5 'type': 'static_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'dependencies': [ 313 'dependencies': [
314 'mojo_cpp_bindings', 314 'mojo_cpp_bindings',
315 ], 315 ],
316 }, 316 },
317 { 317 {
318 'target_name': 'mojo_environment_standalone', 318 'target_name': 'mojo_environment_standalone',
319 'type': 'static_library', 319 'type': 'static_library',
320 'sources': [ 320 'sources': [
321 'public/c/environment/async_waiter.h', 321 'public/c/environment/async_waiter.h',
322 'public/c/environment/logger.h', 322 'public/c/environment/logger.h',
323 'public/cpp/environment/default_async_waiter.h',
324 'public/cpp/environment/default_logger.h',
325 'public/cpp/environment/environment.h', 323 'public/cpp/environment/environment.h',
326 'public/cpp/environment/lib/default_async_waiter.cc', 324 'public/cpp/environment/lib/default_async_waiter.cc',
325 'public/cpp/environment/lib/default_async_waiter.h',
327 'public/cpp/environment/lib/default_logger.cc', 326 'public/cpp/environment/lib/default_logger.cc',
327 'public/cpp/environment/lib/default_logger.h',
328 'public/cpp/environment/lib/environment.cc', 328 'public/cpp/environment/lib/environment.cc',
329 ], 329 ],
330 'include_dirs': [ 330 'include_dirs': [
331 '..', 331 '..',
332 ], 332 ],
333 }, 333 },
334 { 334 {
335 'target_name': 'mojo_utility', 335 'target_name': 'mojo_utility',
336 'type': 'static_library', 336 'type': 'static_library',
337 'sources': [ 337 'sources': [
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 }, 430 },
431 'dependencies': [ 431 'dependencies': [
432 'mojo_public_java', 432 'mojo_public_java',
433 ], 433 ],
434 'includes': [ '../build/java.gypi' ], 434 'includes': [ '../build/java.gypi' ],
435 }, 435 },
436 ], 436 ],
437 }], 437 }],
438 ], 438 ],
439 } 439 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/c/environment/logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698