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

Side by Side Diff: mojo/mojo.gyp

Issue 399653004: Add a Mojo example apptest that runs in mojo_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address most remaining comments. Created 6 years, 4 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/examples/test/example_service_impl.cc ('k') | mojo/mojo_examples.gypi » ('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 11 matching lines...) Expand all
22 'targets': [ 22 'targets': [
23 { 23 {
24 'target_name': 'mojo', 24 'target_name': 'mojo',
25 'type': 'none', 25 'type': 'none',
26 'dependencies': [ 26 'dependencies': [
27 'mojo_base.gyp:mojo_base', 27 'mojo_base.gyp:mojo_base',
28 'mojo_apps_js_unittests', 28 'mojo_apps_js_unittests',
29 'mojo_compositor_app', 29 'mojo_compositor_app',
30 'mojo_echo_client', 30 'mojo_echo_client',
31 'mojo_echo_service', 31 'mojo_echo_service',
32 'mojo_example_apptests',
33 'mojo_example_service',
32 'mojo_geometry_lib', 34 'mojo_geometry_lib',
33 'mojo_html_viewer', 35 'mojo_html_viewer',
34 'mojo_js', 36 'mojo_js',
35 'mojo_launcher', 37 'mojo_launcher',
36 'mojo_native_viewport_service', 38 'mojo_native_viewport_service',
37 'mojo_network_service', 39 'mojo_network_service',
38 'mojo_pepper_container_app', 40 'mojo_pepper_container_app',
39 'mojo_png_viewer', 41 'mojo_png_viewer',
40 'mojo_sample_app', 42 'mojo_sample_app',
41 'mojo_service_manager', 43 'mojo_service_manager',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'views/views_init_internal.h', 544 'views/views_init_internal.h',
543 ], 545 ],
544 'defines': [ 546 'defines': [
545 'MOJO_VIEWS_IMPLEMENTATION', 547 'MOJO_VIEWS_IMPLEMENTATION',
546 ], 548 ],
547 }, 549 },
548 ], 550 ],
549 }], 551 }],
550 ], 552 ],
551 } 553 }
OLDNEW
« no previous file with comments | « mojo/examples/test/example_service_impl.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698