OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'dbus_test_support', | 96 'dbus_test_support', |
97 ], | 97 ], |
98 'sources': [ | 98 'sources': [ |
99 'bus_unittest.cc', | 99 'bus_unittest.cc', |
100 'dbus_statistics_unittest.cc', | 100 'dbus_statistics_unittest.cc', |
101 'end_to_end_async_unittest.cc', | 101 'end_to_end_async_unittest.cc', |
102 'end_to_end_sync_unittest.cc', | 102 'end_to_end_sync_unittest.cc', |
103 'message_unittest.cc', | 103 'message_unittest.cc', |
104 'mock_unittest.cc', | 104 'mock_unittest.cc', |
105 'object_manager_unittest.cc', | 105 'object_manager_unittest.cc', |
| 106 'object_proxy_unittest.cc', |
106 'property_unittest.cc', | 107 'property_unittest.cc', |
107 'signal_sender_verification_unittest.cc', | 108 'signal_sender_verification_unittest.cc', |
108 'string_util_unittest.cc', | 109 'string_util_unittest.cc', |
109 'test_service.cc', | 110 'test_service.cc', |
110 'test_service.h', | 111 'test_service.h', |
111 'values_util_unittest.cc', | 112 'values_util_unittest.cc', |
112 ], | 113 ], |
113 'include_dirs': [ | 114 'include_dirs': [ |
114 '..', | 115 '..', |
115 ], | 116 ], |
(...skipping 11 matching lines...) Expand all Loading... |
127 'test_server.cc', | 128 'test_server.cc', |
128 'test_service.cc', | 129 'test_service.cc', |
129 'test_service.h', | 130 'test_service.h', |
130 ], | 131 ], |
131 'include_dirs': [ | 132 'include_dirs': [ |
132 '..', | 133 '..', |
133 ], | 134 ], |
134 }, | 135 }, |
135 ], | 136 ], |
136 } | 137 } |
OLD | NEW |