Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 604 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', | 604 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', |
| 605 '../extensions/renderer/script_context_set_unittest.cc', | 605 '../extensions/renderer/script_context_set_unittest.cc', |
| 606 'app/chrome_dll.rc', | 606 'app/chrome_dll.rc', |
| 607 # All unittests in browser, common, renderer and service. | 607 # All unittests in browser, common, renderer and service. |
| 608 'browser/about_flags_unittest.cc', | 608 'browser/about_flags_unittest.cc', |
| 609 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 609 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 610 # mock_google_location_settings_helper could logically go in | 610 # mock_google_location_settings_helper could logically go in |
| 611 # test_support_unit. However tests suites in the internal repository | 611 # test_support_unit. However tests suites in the internal repository |
| 612 # depend on an alternate implementation so instead each test suite | 612 # depend on an alternate implementation so instead each test suite |
| 613 # includes the relevant version directly. | 613 # includes the relevant version directly. |
| 614 'browser/accessibility/font_size_prefs_unittest.cc', | |
| 614 'browser/android/mock_google_location_settings_helper.cc', | 615 'browser/android/mock_google_location_settings_helper.cc', |
| 615 'browser/android/mock_google_location_settings_helper.h', | 616 'browser/android/mock_google_location_settings_helper.h', |
| 616 'browser/app_controller_mac_unittest.mm', | 617 'browser/app_controller_mac_unittest.mm', |
| 617 'browser/apps/drive/drive_app_mapping_unittest.cc', | 618 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 618 'browser/apps/ephemeral_app_service_unittest.cc', | 619 'browser/apps/ephemeral_app_service_unittest.cc', |
| 619 'browser/autocomplete/autocomplete_match_unittest.cc', | 620 'browser/autocomplete/autocomplete_match_unittest.cc', |
| 620 'browser/autocomplete/autocomplete_provider_unittest.cc', | 621 'browser/autocomplete/autocomplete_provider_unittest.cc', |
| 621 'browser/autocomplete/autocomplete_result_unittest.cc', | 622 'browser/autocomplete/autocomplete_result_unittest.cc', |
| 622 'browser/autocomplete/bookmark_provider_unittest.cc', | 623 'browser/autocomplete/bookmark_provider_unittest.cc', |
| 623 'browser/autocomplete/builtin_provider_unittest.cc', | 624 'browser/autocomplete/builtin_provider_unittest.cc', |
| (...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2575 # Bookmark export/import are handled via the BookmarkColumns | 2576 # Bookmark export/import are handled via the BookmarkColumns |
| 2576 # ContentProvider. | 2577 # ContentProvider. |
| 2577 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2578 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 2578 | 2579 |
| 2579 # No service process (which also requires multiprocess lock). | 2580 # No service process (which also requires multiprocess lock). |
| 2580 'common/multi_process_lock_unittest.cc', | 2581 'common/multi_process_lock_unittest.cc', |
| 2581 | 2582 |
| 2582 # Sync setup uses native ui. | 2583 # Sync setup uses native ui. |
| 2583 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2584 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 2584 'browser/sync/sync_ui_util_unittest.cc', | 2585 'browser/sync/sync_ui_util_unittest.cc', |
| 2585 | |
|
robliao
2014/07/25 16:49:19
Any reason why this was removed?
sunangel
2014/07/25 19:22:56
Oops accident, should be fixed now.
On 2014/07/25
| |
| 2586 'browser/browser_commands_unittest.cc', | 2586 'browser/browser_commands_unittest.cc', |
| 2587 'browser/devtools/devtools_contents_resizing_strategy_unittest.cc', | 2587 'browser/devtools/devtools_contents_resizing_strategy_unittest.cc', |
| 2588 'browser/download/download_shelf_unittest.cc', | 2588 'browser/download/download_shelf_unittest.cc', |
| 2589 'browser/extensions/extension_message_bubble_controller_unittest.cc' , | 2589 'browser/extensions/extension_message_bubble_controller_unittest.cc' , |
| 2590 'browser/extensions/extension_test_message_listener_unittest.cc', | 2590 'browser/extensions/extension_test_message_listener_unittest.cc', |
| 2591 'browser/policy/policy_path_parser_unittest.cc', | 2591 'browser/policy/policy_path_parser_unittest.cc', |
| 2592 'browser/process_singleton_posix_unittest.cc', | 2592 'browser/process_singleton_posix_unittest.cc', |
| 2593 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2593 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
| 2594 'browser/profiles/profile_list_desktop_unittest.cc', | 2594 'browser/profiles/profile_list_desktop_unittest.cc', |
| 2595 'browser/renderer_context_menu/render_view_context_menu_unittest.cc' , | 2595 'browser/renderer_context_menu/render_view_context_menu_unittest.cc' , |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2918 'unit_tests.isolate', | 2918 'unit_tests.isolate', |
| 2919 ], | 2919 ], |
| 2920 'sources': [ | 2920 'sources': [ |
| 2921 'unit_tests.isolate', | 2921 'unit_tests.isolate', |
| 2922 ], | 2922 ], |
| 2923 }, | 2923 }, |
| 2924 ], | 2924 ], |
| 2925 }], | 2925 }], |
| 2926 ], # 'conditions' | 2926 ], # 'conditions' |
| 2927 } | 2927 } |
| OLD | NEW |