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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'mojo_system_impl', | 55 'mojo_system_impl', |
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_aura_demo_init', |
65 'mojo_launcher', | 66 'mojo_launcher', |
66 'mojo_sample_view_manager_app', | 67 'mojo_sample_view_manager_app', |
67 'mojo_view_manager', | 68 'mojo_view_manager', |
68 'mojo_view_manager_unittests', | 69 'mojo_view_manager_unittests', |
69 ], | 70 ], |
70 }], | 71 }], |
71 ['OS == "android"', { | 72 ['OS == "android"', { |
72 'dependencies': [ | 73 'dependencies': [ |
73 'mojo_bindings_java', | 74 'mojo_bindings_java', |
74 'mojo_public_java', | 75 'mojo_public_java', |
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'aura/screen_mojo.cc', | 874 'aura/screen_mojo.cc', |
874 'aura/screen_mojo.h', | 875 'aura/screen_mojo.h', |
875 'aura/window_tree_host_mojo.cc', | 876 'aura/window_tree_host_mojo.cc', |
876 'aura/window_tree_host_mojo.h', | 877 'aura/window_tree_host_mojo.h', |
877 ], | 878 ], |
878 }, | 879 }, |
879 ], | 880 ], |
880 }], | 881 }], |
881 ], | 882 ], |
882 } | 883 } |
OLD | NEW |