| 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 2565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2576 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2576 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
| 2577 | 2577 |
| 2578 # No service process (which also requires multiprocess lock). | 2578 # No service process (which also requires multiprocess lock). |
| 2579 'common/multi_process_lock_unittest.cc', | 2579 'common/multi_process_lock_unittest.cc', |
| 2580 | 2580 |
| 2581 # Sync setup uses native ui. | 2581 # Sync setup uses native ui. |
| 2582 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2582 'browser/ui/webui/sync_setup_handler_unittest.cc', |
| 2583 'browser/sync/sync_ui_util_unittest.cc', | 2583 'browser/sync/sync_ui_util_unittest.cc', |
| 2584 | 2584 |
| 2585 'browser/browser_commands_unittest.cc', | 2585 'browser/browser_commands_unittest.cc', |
| 2586 'browser/devtools/devtools_contents_resizing_strategy_unittest.cc', |
| 2586 'browser/download/download_shelf_unittest.cc', | 2587 'browser/download/download_shelf_unittest.cc', |
| 2587 'browser/extensions/extension_message_bubble_controller_unittest.cc'
, | 2588 'browser/extensions/extension_message_bubble_controller_unittest.cc'
, |
| 2588 'browser/extensions/extension_test_message_listener_unittest.cc', | 2589 'browser/extensions/extension_test_message_listener_unittest.cc', |
| 2589 'browser/policy/policy_path_parser_unittest.cc', | 2590 'browser/policy/policy_path_parser_unittest.cc', |
| 2590 'browser/process_singleton_posix_unittest.cc', | 2591 'browser/process_singleton_posix_unittest.cc', |
| 2591 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2592 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
| 2592 'browser/profiles/profile_list_desktop_unittest.cc', | 2593 'browser/profiles/profile_list_desktop_unittest.cc', |
| 2593 'browser/renderer_context_menu/render_view_context_menu_unittest.cc'
, | 2594 'browser/renderer_context_menu/render_view_context_menu_unittest.cc'
, |
| 2594 'browser/search/instant_service_unittest.cc', | 2595 'browser/search/instant_service_unittest.cc', |
| 2595 'browser/search/search_unittest.cc', | 2596 'browser/search/search_unittest.cc', |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2916 'unit_tests.isolate', | 2917 'unit_tests.isolate', |
| 2917 ], | 2918 ], |
| 2918 'sources': [ | 2919 'sources': [ |
| 2919 'unit_tests.isolate', | 2920 'unit_tests.isolate', |
| 2920 ], | 2921 ], |
| 2921 }, | 2922 }, |
| 2922 ], | 2923 ], |
| 2923 }], | 2924 }], |
| 2924 ], # 'conditions' | 2925 ], # 'conditions' |
| 2925 } | 2926 } |
| OLD | NEW |