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

Side by Side Diff: mojo/mojo.gyp

Issue 354043003: Add support for logging information about mojo messages retrieved by the mojo debugger (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Presubmit warnings Created 6 years, 5 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 | « no previous file | mojo/spy/common.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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 '../net/net.gyp:http_server', 507 '../net/net.gyp:http_server',
508 '../url/url.gyp:url_lib', 508 '../url/url.gyp:url_lib',
509 'mojo_service_manager', 509 'mojo_service_manager',
510 ], 510 ],
511 'variables': { 511 'variables': {
512 'mojom_base_output_dir': 'mojo', 512 'mojom_base_output_dir': 'mojo',
513 }, 513 },
514 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 514 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
515 'sources': [ 515 'sources': [
516 'spy/public/spy.mojom', 516 'spy/public/spy.mojom',
517 'spy/common.h',
517 'spy/spy.cc', 518 'spy/spy.cc',
518 'spy/spy.h', 519 'spy/spy.h',
519 'spy/spy_server_impl.h', 520 'spy/spy_server_impl.h',
520 'spy/spy_server_impl.cc', 521 'spy/spy_server_impl.cc',
521 'spy/websocket_server.cc', 522 'spy/websocket_server.cc',
522 'spy/websocket_server.h', 523 'spy/websocket_server.h',
523 ], 524 ],
524 }, 525 },
525 { 526 {
526 'target_name': 'mojo_shell_lib', 527 'target_name': 'mojo_shell_lib',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'views/views_init_internal.h', 1041 'views/views_init_internal.h',
1041 ], 1042 ],
1042 'defines': [ 1043 'defines': [
1043 'MOJO_VIEWS_IMPLEMENTATION', 1044 'MOJO_VIEWS_IMPLEMENTATION',
1044 ], 1045 ],
1045 }, 1046 },
1046 ], 1047 ],
1047 }], 1048 }],
1048 ], 1049 ],
1049 } 1050 }
OLDNEW
« no previous file with comments | « no previous file | mojo/spy/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698