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

Side by Side Diff: mojo/mojo.gyp

Issue 311373005: Nesting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/window_manager/window_manager.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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'mojo_view_manager_lib_unittests', 61 'mojo_view_manager_lib_unittests',
62 'mojo_wget', 62 'mojo_wget',
63 ], 63 ],
64 'conditions': [ 64 'conditions': [
65 ['use_aura==1', { 65 ['use_aura==1', {
66 'dependencies': [ 66 'dependencies': [
67 'mojo_aura_demo', 67 'mojo_aura_demo',
68 'mojo_aura_demo_init', 68 'mojo_aura_demo_init',
69 'mojo_demo_launcher', 69 'mojo_demo_launcher',
70 'mojo_embedded_app', 70 'mojo_embedded_app',
71 'mojo_nesting_app',
71 'mojo_window_manager', 72 'mojo_window_manager',
72 'mojo_view_manager', 73 'mojo_view_manager',
73 'mojo_view_manager_unittests', 74 'mojo_view_manager_unittests',
74 ], 75 ],
75 }], 76 }],
76 ['OS == "android"', { 77 ['OS == "android"', {
77 'dependencies': [ 78 'dependencies': [
78 'mojo_bindings_java', 79 'mojo_bindings_java',
79 'mojo_public_java', 80 'mojo_public_java',
80 'mojo_system_java', 81 'mojo_system_java',
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 ], 899 ],
899 'sources': [ 900 'sources': [
900 'aura/screen_mojo.cc', 901 'aura/screen_mojo.cc',
901 'aura/screen_mojo.h', 902 'aura/screen_mojo.h',
902 ], 903 ],
903 }, 904 },
904 ], 905 ],
905 }], 906 }],
906 ], 907 ],
907 } 908 }
OLDNEW
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698