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

Side by Side Diff: mojo/mojo.gyp

Issue 225203002: Mojo Spy core first cut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gcc fix Created 6 years, 8 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/service_manager/service_manager.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'service_manager/service_manager.cc', 371 'service_manager/service_manager.cc',
372 'service_manager/service_manager.h', 372 'service_manager/service_manager.h',
373 'service_manager/service_manager_export.h', 373 'service_manager/service_manager_export.h',
374 ], 374 ],
375 'export_dependent_settings': [ 375 'export_dependent_settings': [
376 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 376 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
377 'mojo_shell_bindings', 377 'mojo_shell_bindings',
378 ], 378 ],
379 }, 379 },
380 { 380 {
381 'target_name': 'mojo_spy',
382 'type': 'static_library',
383 'dependencies': [
384 '../base/base.gyp:base',
385 '../base/base.gyp:base_static',
386 '../url/url.gyp:url_lib',
387 'mojo_service_manager',
388 ],
389 'sources': [
390 'spy/spy.cc',
391 'spy/spy.h',
392 ],
393 },
394 {
381 'target_name': 'mojo_shell_lib', 395 'target_name': 'mojo_shell_lib',
382 'type': 'static_library', 396 'type': 'static_library',
383 'dependencies': [ 397 'dependencies': [
384 '../base/base.gyp:base', 398 '../base/base.gyp:base',
385 '../base/base.gyp:base_static', 399 '../base/base.gyp:base_static',
386 '../net/net.gyp:net', 400 '../net/net.gyp:net',
387 '../url/url.gyp:url_lib', 401 '../url/url.gyp:url_lib',
388 'mojo_gles2_impl', 402 'mojo_gles2_impl',
389 'mojo_service_manager', 403 'mojo_service_manager',
390 'mojo_shell_bindings', 404 'mojo_shell_bindings',
391 'mojo_system', 405 'mojo_system',
392 'mojo_system_impl', 406 'mojo_system_impl',
393 'mojo_native_viewport_service', 407 'mojo_native_viewport_service',
408 'mojo_spy',
394 ], 409 ],
395 'variables': { 410 'variables': {
396 'mojom_base_output_dir': 'mojo', 411 'mojom_base_output_dir': 'mojo',
397 }, 412 },
398 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 413 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
399 'sources': [ 414 'sources': [
400 'shell/app_child_process.cc', 415 'shell/app_child_process.cc',
401 'shell/app_child_process.h', 416 'shell/app_child_process.h',
402 'shell/app_child_process.mojom', 417 'shell/app_child_process.mojom',
403 'shell/app_child_process_host.cc', 418 'shell/app_child_process_host.cc',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'mojo_js_unittests.isolate', 644 'mojo_js_unittests.isolate',
630 ], 645 ],
631 'sources': [ 646 'sources': [
632 'mojo_js_unittests.isolate', 647 'mojo_js_unittests.isolate',
633 ], 648 ],
634 }, 649 },
635 ], 650 ],
636 }], 651 }],
637 ], 652 ],
638 } 653 }
OLDNEW
« no previous file with comments | « no previous file | mojo/service_manager/service_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698