| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'domain_reliability/uploader_unittest.cc', | 155 'domain_reliability/uploader_unittest.cc', |
| 156 'domain_reliability/util_unittest.cc', | 156 'domain_reliability/util_unittest.cc', |
| 157 ], | 157 ], |
| 158 'favicon_base_unittest_sources': [ | 158 'favicon_base_unittest_sources': [ |
| 159 'favicon_base/select_favicon_frames_unittest.cc', | 159 'favicon_base/select_favicon_frames_unittest.cc', |
| 160 ], | 160 ], |
| 161 'favicon_unittest_sources': [ | 161 'favicon_unittest_sources': [ |
| 162 'favicon/content/content_favicon_driver_unittest.cc', | 162 'favicon/content/content_favicon_driver_unittest.cc', |
| 163 'favicon/core/favicon_handler_unittest.cc', | 163 'favicon/core/favicon_handler_unittest.cc', |
| 164 ], | 164 ], |
| 165 'undo_unittest_sources': [ |
| 166 'undo/bookmark_undo_service_test.cc', |
| 167 'undo/undo_manager_test.cc', |
| 168 ], |
| 165 | 169 |
| 166 # Note: GN tests converted to here, need to do the rest. | 170 # Note: GN tests converted to here, need to do the rest. |
| 167 'audio_modem_unittest_sources': [ | 171 'audio_modem_unittest_sources': [ |
| 168 'audio_modem/audio_player_unittest.cc', | 172 'audio_modem/audio_player_unittest.cc', |
| 169 'audio_modem/audio_recorder_unittest.cc', | 173 'audio_modem/audio_recorder_unittest.cc', |
| 170 'audio_modem/modem_unittest.cc', | 174 'audio_modem/modem_unittest.cc', |
| 171 ], | 175 ], |
| 172 'copresence_unittest_sources': [ | 176 'copresence_unittest_sources': [ |
| 173 'copresence/copresence_state_unittest.cc', | 177 'copresence/copresence_state_unittest.cc', |
| 174 'copresence/handlers/audio/audio_directive_handler_unittest.cc', | 178 'copresence/handlers/audio/audio_directive_handler_unittest.cc', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 '<@(precache_unittest_sources)', | 645 '<@(precache_unittest_sources)', |
| 642 '<@(query_parser_unittest_sources)', | 646 '<@(query_parser_unittest_sources)', |
| 643 '<@(rappor_unittest_sources)', | 647 '<@(rappor_unittest_sources)', |
| 644 '<@(search_unittest_sources)', | 648 '<@(search_unittest_sources)', |
| 645 '<@(search_provider_logos_unittest_sources)', | 649 '<@(search_provider_logos_unittest_sources)', |
| 646 '<@(sessions_unittest_sources)', | 650 '<@(sessions_unittest_sources)', |
| 647 '<@(signin_unittest_sources)', | 651 '<@(signin_unittest_sources)', |
| 648 '<@(suggestions_unittest_sources)', | 652 '<@(suggestions_unittest_sources)', |
| 649 '<@(sync_driver_unittest_sources)', | 653 '<@(sync_driver_unittest_sources)', |
| 650 '<@(translate_unittest_sources)', | 654 '<@(translate_unittest_sources)', |
| 655 '<@(undo_unittest_sources)', |
| 651 '<@(update_client_unittest_sources)', | 656 '<@(update_client_unittest_sources)', |
| 652 '<@(url_fixer_unittest_sources)', | 657 '<@(url_fixer_unittest_sources)', |
| 653 '<@(url_matcher_unittest_sources)', | 658 '<@(url_matcher_unittest_sources)', |
| 654 '<@(variations_unittest_sources)', | 659 '<@(variations_unittest_sources)', |
| 655 '<@(wallpaper_unittest_sources)', | 660 '<@(wallpaper_unittest_sources)', |
| 656 '<@(web_resource_unittest_sources)', | 661 '<@(web_resource_unittest_sources)', |
| 657 '<@(webdata_unittest_sources)', | 662 '<@(webdata_unittest_sources)', |
| 658 ], | 663 ], |
| 659 'include_dirs': [ | 664 'include_dirs': [ |
| 660 '..', | 665 '..', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 'components.gyp:search_provider_logos', | 756 'components.gyp:search_provider_logos', |
| 752 'components.gyp:sessions_test_support', | 757 'components.gyp:sessions_test_support', |
| 753 'components.gyp:signin_core_browser', | 758 'components.gyp:signin_core_browser', |
| 754 'components.gyp:signin_core_browser_test_support', | 759 'components.gyp:signin_core_browser_test_support', |
| 755 'components.gyp:suggestions', | 760 'components.gyp:suggestions', |
| 756 'components.gyp:sync_driver_test_support', | 761 'components.gyp:sync_driver_test_support', |
| 757 'components.gyp:translate_core_browser', | 762 'components.gyp:translate_core_browser', |
| 758 'components.gyp:translate_core_common', | 763 'components.gyp:translate_core_common', |
| 759 'components.gyp:translate_core_language_detection', | 764 'components.gyp:translate_core_language_detection', |
| 760 'components.gyp:ui_zoom', | 765 'components.gyp:ui_zoom', |
| 766 'components.gyp:undo_component', |
| 761 'components.gyp:update_client', | 767 'components.gyp:update_client', |
| 762 'components.gyp:update_client_test_support', | 768 'components.gyp:update_client_test_support', |
| 763 'components.gyp:url_fixer', | 769 'components.gyp:url_fixer', |
| 764 'components.gyp:variations', | 770 'components.gyp:variations', |
| 765 'components.gyp:variations_http_provider', | 771 'components.gyp:variations_http_provider', |
| 766 'components.gyp:wallpaper', | 772 'components.gyp:wallpaper', |
| 767 'components.gyp:web_resource', | 773 'components.gyp:web_resource', |
| 768 'components.gyp:web_resource_test_support', | 774 'components.gyp:web_resource_test_support', |
| 769 'components_resources.gyp:components_resources', | 775 'components_resources.gyp:components_resources', |
| 770 'components_strings.gyp:components_strings', | 776 'components_strings.gyp:components_strings', |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1300 ], | 1306 ], |
| 1301 'variables': { | 1307 'variables': { |
| 1302 'test_suite_name': 'components_unittests', | 1308 'test_suite_name': 'components_unittests', |
| 1303 }, | 1309 }, |
| 1304 'includes': [ '../build/apk_test.gypi' ], | 1310 'includes': [ '../build/apk_test.gypi' ], |
| 1305 }, | 1311 }, |
| 1306 ], | 1312 ], |
| 1307 }], | 1313 }], |
| 1308 ], | 1314 ], |
| 1309 } | 1315 } |
| OLD | NEW |