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 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2079 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 2079 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
2080 | 2080 |
2081 'browser/shell_integration_unittest.cc', | 2081 'browser/shell_integration_unittest.cc', |
2082 | 2082 |
2083 # No service process (which also requires multiprocess lock). | 2083 # No service process (which also requires multiprocess lock). |
2084 'common/multi_process_lock_unittest.cc', | 2084 'common/multi_process_lock_unittest.cc', |
2085 | 2085 |
2086 # Sync setup uses native ui. | 2086 # Sync setup uses native ui. |
2087 'browser/ui/webui/sync_setup_handler_unittest.cc', | 2087 'browser/ui/webui/sync_setup_handler_unittest.cc', |
2088 | 2088 |
2089 # about:flags is unsupported. | |
2090 'browser/about_flags_unittest.cc', | |
2091 | |
2092 # There's no Browser/BrowserList on Android. | 2089 # There's no Browser/BrowserList on Android. |
2093 'browser/browser_commands_unittest.cc', | 2090 'browser/browser_commands_unittest.cc', |
2094 'browser/managed_mode/managed_mode_unittest.cc', | 2091 'browser/managed_mode/managed_mode_unittest.cc', |
2095 'browser/managed_mode/managed_mode_url_filter_unittest.cc', | 2092 'browser/managed_mode/managed_mode_url_filter_unittest.cc', |
2096 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', | 2093 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', |
2097 'browser/page_cycler/page_cycler_unittest.cc', | 2094 'browser/page_cycler/page_cycler_unittest.cc', |
2098 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 2095 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
2099 'browser/sync/profile_sync_service_session_unittest.cc', | 2096 'browser/sync/profile_sync_service_session_unittest.cc', |
2100 'browser/sync/sync_global_error_unittest.cc', | 2097 'browser/sync/sync_global_error_unittest.cc', |
2101 'browser/tab_contents/render_view_context_menu_unittest.cc', | 2098 'browser/tab_contents/render_view_context_menu_unittest.cc', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2306 'unit_tests.isolate', | 2303 'unit_tests.isolate', |
2307 ], | 2304 ], |
2308 'sources': [ | 2305 'sources': [ |
2309 'unit_tests.isolate', | 2306 'unit_tests.isolate', |
2310 ], | 2307 ], |
2311 }, | 2308 }, |
2312 ], | 2309 ], |
2313 }], | 2310 }], |
2314 ], # 'conditions' | 2311 ], # 'conditions' |
2315 } | 2312 } |
OLD | NEW |