OLD | NEW |
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'mojo_system_unittests', | 56 'mojo_system_unittests', |
57 'mojo_utility', | 57 'mojo_utility', |
58 'mojo_view_manager_lib', | 58 'mojo_view_manager_lib', |
59 'mojo_view_manager_lib_unittests', | 59 'mojo_view_manager_lib_unittests', |
60 ], | 60 ], |
61 'conditions': [ | 61 'conditions': [ |
62 ['use_aura==1', { | 62 ['use_aura==1', { |
63 'dependencies': [ | 63 'dependencies': [ |
64 'mojo_aura_demo', | 64 'mojo_aura_demo', |
65 'mojo_launcher', | 65 'mojo_launcher', |
66 'mojo_sample_view_manager_app', | 66 'mojo_demo_launcher', |
| 67 'mojo_embedded_app', |
| 68 'mojo_window_manager', |
67 'mojo_view_manager', | 69 'mojo_view_manager', |
68 'mojo_view_manager_unittests', | 70 'mojo_view_manager_unittests', |
69 ], | 71 ], |
70 }], | 72 }], |
71 ['OS == "android"', { | 73 ['OS == "android"', { |
72 'dependencies': [ | 74 'dependencies': [ |
73 'mojo_bindings_java', | 75 'mojo_bindings_java', |
74 'mojo_public_java', | 76 'mojo_public_java', |
75 'mojo_system_java', | 77 'mojo_system_java', |
76 'libmojo_system_java', | 78 'libmojo_system_java', |
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'aura/screen_mojo.cc', | 875 'aura/screen_mojo.cc', |
874 'aura/screen_mojo.h', | 876 'aura/screen_mojo.h', |
875 'aura/window_tree_host_mojo.cc', | 877 'aura/window_tree_host_mojo.cc', |
876 'aura/window_tree_host_mojo.h', | 878 'aura/window_tree_host_mojo.h', |
877 ], | 879 ], |
878 }, | 880 }, |
879 ], | 881 ], |
880 }], | 882 }], |
881 ], | 883 ], |
882 } | 884 } |
OLD | NEW |