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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'mojo_public_environment_unittests', | 51 'mojo_public_environment_unittests', |
52 'mojo_public_system_perftests', | 52 'mojo_public_system_perftests', |
53 'mojo_public_system_unittests', | 53 'mojo_public_system_unittests', |
54 'mojo_public_utility_unittests', | 54 'mojo_public_utility_unittests', |
55 'mojo_sample_app', | 55 'mojo_sample_app', |
56 'mojo_service_manager', | 56 'mojo_service_manager', |
57 'mojo_service_manager_unittests', | 57 'mojo_service_manager_unittests', |
58 'mojo_shell', | 58 'mojo_shell', |
59 'mojo_shell_lib', | 59 'mojo_shell_lib', |
60 'mojo_shell_tests', | 60 'mojo_shell_tests', |
| 61 'mojo_surfaces_app', |
| 62 'mojo_surfaces_child_app', |
61 'mojo_surfaces_lib', | 63 'mojo_surfaces_lib', |
62 'mojo_surfaces_lib_unittests', | 64 'mojo_surfaces_lib_unittests', |
| 65 'mojo_surfaces_app', |
| 66 'mojo_surfaces_lib', |
| 67 'mojo_surfaces_service', |
63 'mojo_system', | 68 'mojo_system', |
64 'mojo_system_impl', | 69 'mojo_system_impl', |
65 'mojo_system_unittests', | 70 'mojo_system_unittests', |
66 'mojo_test_app', | 71 'mojo_test_app', |
67 'mojo_test_request_tracker_app', | 72 'mojo_test_request_tracker_app', |
68 'mojo_utility', | 73 'mojo_utility', |
69 'mojo_view_manager_lib', | 74 'mojo_view_manager_lib', |
70 'mojo_view_manager_lib_unittests', | 75 'mojo_view_manager_lib_unittests', |
71 'mojo_wget', | 76 'mojo_wget', |
72 ], | 77 ], |
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
996 'views/views_init_internal.h', | 1001 'views/views_init_internal.h', |
997 ], | 1002 ], |
998 'defines': [ | 1003 'defines': [ |
999 'MOJO_VIEWS_IMPLEMENTATION', | 1004 'MOJO_VIEWS_IMPLEMENTATION', |
1000 ], | 1005 ], |
1001 }, | 1006 }, |
1002 ], | 1007 ], |
1003 }], | 1008 }], |
1004 ], | 1009 ], |
1005 } | 1010 } |
OLD | NEW |