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

Side by Side Diff: mojo/mojo.gyp

Issue 400113005: A new WM bootstrap flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/wm_flow/wm/wm.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'mojo_aura_demo_init', 111 'mojo_aura_demo_init',
112 'mojo_browser', 112 'mojo_browser',
113 'mojo_core_window_manager', 113 'mojo_core_window_manager',
114 'mojo_core_window_manager_unittests', 114 'mojo_core_window_manager_unittests',
115 'mojo_demo_launcher', 115 'mojo_demo_launcher',
116 'mojo_embedded_app', 116 'mojo_embedded_app',
117 'mojo_keyboard', 117 'mojo_keyboard',
118 'mojo_media_viewer', 118 'mojo_media_viewer',
119 'mojo_nesting_app', 119 'mojo_nesting_app',
120 'mojo_window_manager', 120 'mojo_window_manager',
121 'mojo_wm_flow_app',
122 'mojo_wm_flow_init',
123 'mojo_wm_flow_wm',
121 'mojo_view_manager', 124 'mojo_view_manager',
122 'mojo_view_manager_unittests', 125 'mojo_view_manager_unittests',
123 ], 126 ],
124 }], 127 }],
125 ['OS == "android"', { 128 ['OS == "android"', {
126 'dependencies': [ 129 'dependencies': [
127 'mojo_bindings_java', 130 'mojo_bindings_java',
128 'mojo_public_java', 131 'mojo_public_java',
129 'mojo_system_java', 132 'mojo_system_java',
130 'libmojo_system_java', 133 'libmojo_system_java',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'views/views_init_internal.h', 1057 'views/views_init_internal.h',
1055 ], 1058 ],
1056 'defines': [ 1059 'defines': [
1057 'MOJO_VIEWS_IMPLEMENTATION', 1060 'MOJO_VIEWS_IMPLEMENTATION',
1058 ], 1061 ],
1059 }, 1062 },
1060 ], 1063 ],
1061 }], 1064 }],
1062 ], 1065 ],
1063 } 1066 }
OLDNEW
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698