OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'favicon_unittest_sources': [ | 178 'favicon_unittest_sources': [ |
179 'favicon/content/content_favicon_driver_unittest.cc', | 179 'favicon/content/content_favicon_driver_unittest.cc', |
180 'favicon/core/favicon_handler_unittest.cc', | 180 'favicon/core/favicon_handler_unittest.cc', |
181 'favicon/core/large_icon_service_unittest.cc', | 181 'favicon/core/large_icon_service_unittest.cc', |
182 ], | 182 ], |
183 'undo_unittest_sources': [ | 183 'undo_unittest_sources': [ |
184 'undo/bookmark_undo_service_test.cc', | 184 'undo/bookmark_undo_service_test.cc', |
185 'undo/undo_manager_test.cc', | 185 'undo/undo_manager_test.cc', |
186 ], | 186 ], |
187 | 187 |
188 # Note: GN tests converted to here, need to do the rest. | |
189 'audio_modem_unittest_sources': [ | 188 'audio_modem_unittest_sources': [ |
190 'audio_modem/audio_player_unittest.cc', | 189 'audio_modem/audio_player_unittest.cc', |
191 'audio_modem/audio_recorder_unittest.cc', | 190 'audio_modem/audio_recorder_unittest.cc', |
192 'audio_modem/modem_unittest.cc', | 191 'audio_modem/modem_unittest.cc', |
193 ], | 192 ], |
194 'copresence_unittest_sources': [ | 193 'copresence_unittest_sources': [ |
195 'copresence/copresence_state_unittest.cc', | 194 'copresence/copresence_state_unittest.cc', |
196 'copresence/handlers/audio/audio_directive_handler_unittest.cc', | 195 'copresence/handlers/audio/audio_directive_handler_unittest.cc', |
197 'copresence/handlers/audio/audio_directive_list_unittest.cc', | 196 'copresence/handlers/audio/audio_directive_list_unittest.cc', |
198 'copresence/handlers/directive_handler_unittest.cc', | 197 'copresence/handlers/directive_handler_unittest.cc', |
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1600 'invalidation/impl/android/junit/', | 1599 'invalidation/impl/android/junit/', |
1601 'policy/android/junit/' | 1600 'policy/android/junit/' |
1602 ], | 1601 ], |
1603 }, | 1602 }, |
1604 'includes': [ '../build/host_jar.gypi' ], | 1603 'includes': [ '../build/host_jar.gypi' ], |
1605 }, | 1604 }, |
1606 ], | 1605 ], |
1607 }], | 1606 }], |
1608 ], | 1607 ], |
1609 } | 1608 } |
OLD | NEW |