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

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: Simplify. 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
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'targets': [ 57 'targets': [
58 { 58 {
59 'target_name': 'mojo', 59 'target_name': 'mojo',
60 'type': 'none', 60 'type': 'none',
61 'dependencies': [ 61 'dependencies': [
62 'mojo_apps_js_unittests', 62 'mojo_apps_js_unittests',
63 'mojo_compositor_app', 63 'mojo_compositor_app',
64 'mojo_common_lib', 64 'mojo_common_lib',
65 'mojo_common_unittests', 65 'mojo_common_unittests',
66 'mojo_cpp_bindings', 66 'mojo_cpp_bindings',
67 'mojo_example_service',
68 'mojo_example_unittests',
67 'mojo_geometry_lib', 69 'mojo_geometry_lib',
68 'mojo_html_viewer', 70 'mojo_html_viewer',
69 'mojo_js', 71 'mojo_js',
70 'mojo_js_bindings', 72 'mojo_js_bindings',
71 'mojo_js_unittests', 73 'mojo_js_unittests',
72 'mojo_launcher', 74 'mojo_launcher',
73 'mojo_message_generator', 75 'mojo_message_generator',
74 'mojo_native_viewport_service', 76 'mojo_native_viewport_service',
75 'mojo_network_service', 77 'mojo_network_service',
76 'mojo_pepper_container_app', 78 'mojo_pepper_container_app',
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'views/views_init_internal.h', 1067 'views/views_init_internal.h',
1066 ], 1068 ],
1067 'defines': [ 1069 'defines': [
1068 'MOJO_VIEWS_IMPLEMENTATION', 1070 'MOJO_VIEWS_IMPLEMENTATION',
1069 ], 1071 ],
1070 }, 1072 },
1071 ], 1073 ],
1072 }], 1074 }],
1073 ], 1075 ],
1074 } 1076 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698