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

Side by Side Diff: mojo/mojo.gyp

Issue 361123002: Mojo surfaces service and example app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « mojo/examples/surfaces_app/surfaces_util.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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'mojo_public_environment_unittests', 82 'mojo_public_environment_unittests',
83 'mojo_public_system_perftests', 83 'mojo_public_system_perftests',
84 'mojo_public_system_unittests', 84 'mojo_public_system_unittests',
85 'mojo_public_utility_unittests', 85 'mojo_public_utility_unittests',
86 'mojo_sample_app', 86 'mojo_sample_app',
87 'mojo_service_manager', 87 'mojo_service_manager',
88 'mojo_service_manager_unittests', 88 'mojo_service_manager_unittests',
89 'mojo_shell', 89 'mojo_shell',
90 'mojo_shell_lib', 90 'mojo_shell_lib',
91 'mojo_shell_tests', 91 'mojo_shell_tests',
92 'mojo_surfaces_app',
93 'mojo_surfaces_child_app',
92 'mojo_surfaces_lib', 94 'mojo_surfaces_lib',
93 'mojo_surfaces_lib_unittests', 95 'mojo_surfaces_lib_unittests',
96 'mojo_surfaces_app',
97 'mojo_surfaces_service',
94 'mojo_system', 98 'mojo_system',
95 'mojo_system_impl', 99 'mojo_system_impl',
96 'mojo_system_unittests', 100 'mojo_system_unittests',
97 'mojo_test_app', 101 'mojo_test_app',
98 'mojo_test_request_tracker_app', 102 'mojo_test_request_tracker_app',
99 'mojo_utility', 103 'mojo_utility',
100 'mojo_view_manager_lib', 104 'mojo_view_manager_lib',
101 'mojo_view_manager_lib_unittests', 105 'mojo_view_manager_lib_unittests',
102 'mojo_wget', 106 'mojo_wget',
103 ], 107 ],
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'views/views_init_internal.h', 1046 'views/views_init_internal.h',
1043 ], 1047 ],
1044 'defines': [ 1048 'defines': [
1045 'MOJO_VIEWS_IMPLEMENTATION', 1049 'MOJO_VIEWS_IMPLEMENTATION',
1046 ], 1050 ],
1047 }, 1051 },
1048 ], 1052 ],
1049 }], 1053 }],
1050 ], 1054 ],
1051 } 1055 }
OLDNEW
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_util.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698