| 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 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2124 'test/base/browser_with_test_window_test.cc', | 2124 'test/base/browser_with_test_window_test.cc', |
| 2125 'test/base/browser_with_test_window_test.h', | 2125 'test/base/browser_with_test_window_test.h', |
| 2126 'test/base/test_browser_window.h', | 2126 'test/base/test_browser_window.h', |
| 2127 | 2127 |
| 2128 'browser/sessions/persistent_tab_restore_service_browsertest.cc', | 2128 'browser/sessions/persistent_tab_restore_service_browsertest.cc', |
| 2129 'browser/sessions/session_backend_unittest.cc', | 2129 'browser/sessions/session_backend_unittest.cc', |
| 2130 | 2130 |
| 2131 # Test files cannot be opened on Android. | 2131 # Test files cannot be opened on Android. |
| 2132 'browser/google_apis/gdata_wapi_operations_unittest.cc', | 2132 'browser/google_apis/gdata_wapi_operations_unittest.cc', |
| 2133 'browser/google_apis/gdata_wapi_parser_unittest.cc', | 2133 'browser/google_apis/gdata_wapi_parser_unittest.cc', |
| 2134 'browser/sync_file_system/drive_file_sync_service_unittest.cc', |
| 2134 | 2135 |
| 2135 # The autofill popup is implemented in mostly native code on | 2136 # The autofill popup is implemented in mostly native code on |
| 2136 # Android. | 2137 # Android. |
| 2137 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 2138 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
| 2138 ], | 2139 ], |
| 2139 'sources/': [ | 2140 'sources/': [ |
| 2140 ['exclude', '^browser/captive_portal/'], | 2141 ['exclude', '^browser/captive_portal/'], |
| 2141 ['exclude', '^browser/chrome_to_mobile'], | 2142 ['exclude', '^browser/chrome_to_mobile'], |
| 2142 ['exclude', '^browser/first_run/'], | 2143 ['exclude', '^browser/first_run/'], |
| 2143 ['exclude', '^browser/importer/'], | 2144 ['exclude', '^browser/importer/'], |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2314 'unit_tests.isolate', | 2315 'unit_tests.isolate', |
| 2315 ], | 2316 ], |
| 2316 'sources': [ | 2317 'sources': [ |
| 2317 'unit_tests.isolate', | 2318 'unit_tests.isolate', |
| 2318 ], | 2319 ], |
| 2319 }, | 2320 }, |
| 2320 ], | 2321 ], |
| 2321 }], | 2322 }], |
| 2322 ], # 'conditions' | 2323 ], # 'conditions' |
| 2323 } | 2324 } |
| OLD | NEW |