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 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2094 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2094 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
2095 | 2095 |
2096 'browser/shell_integration_unittest.cc', | 2096 'browser/shell_integration_unittest.cc', |
2097 | 2097 |
2098 # No service process (which also requires multiprocess lock). | 2098 # No service process (which also requires multiprocess lock). |
2099 'common/multi_process_lock_unittest.cc', | 2099 'common/multi_process_lock_unittest.cc', |
2100 | 2100 |
2101 # Sync setup uses native ui. | 2101 # Sync setup uses native ui. |
2102 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2102 'browser/ui/webui/sync_setup_handler_unittest.cc', |
2103 | 2103 |
2104 # about:flags is unsupported. | |
2105 'browser/about_flags_unittest.cc', | |
2106 | |
2107 # There's no Browser/BrowserList on Android. | |
2108 'browser/browser_commands_unittest.cc', | 2104 'browser/browser_commands_unittest.cc', |
2109 'browser/download/download_shelf_unittest.cc', | 2105 'browser/download/download_shelf_unittest.cc', |
2110 'browser/managed_mode/managed_mode_unittest.cc', | 2106 'browser/managed_mode/managed_mode_unittest.cc', |
2111 'browser/managed_mode/managed_mode_url_filter_unittest.cc', | 2107 'browser/managed_mode/managed_mode_url_filter_unittest.cc', |
2112 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', | 2108 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', |
2113 'browser/page_cycler/page_cycler_unittest.cc', | 2109 'browser/page_cycler/page_cycler_unittest.cc', |
2114 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2110 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
2115 'browser/sync/profile_sync_service_session_unittest.cc', | 2111 'browser/sync/profile_sync_service_session_unittest.cc', |
2116 'browser/sync/sync_global_error_unittest.cc', | 2112 'browser/sync/sync_global_error_unittest.cc', |
2117 'browser/tab_contents/render_view_context_menu_unittest.cc', | 2113 'browser/tab_contents/render_view_context_menu_unittest.cc', |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2325 'unit_tests.isolate', | 2321 'unit_tests.isolate', |
2326 ], | 2322 ], |
2327 'sources': [ | 2323 'sources': [ |
2328 'unit_tests.isolate', | 2324 'unit_tests.isolate', |
2329 ], | 2325 ], |
2330 }, | 2326 }, |
2331 ], | 2327 ], |
2332 }], | 2328 }], |
2333 ], # 'conditions' | 2329 ], # 'conditions' |
2334 } | 2330 } |
OLD | NEW |