| 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 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2103 'browser/ui/window_sizer/window_sizer_unittest.cc', | 2103 'browser/ui/window_sizer/window_sizer_unittest.cc', |
| 2104 'test/base/browser_with_test_window_test.cc', | 2104 'test/base/browser_with_test_window_test.cc', |
| 2105 'test/base/browser_with_test_window_test.h', | 2105 'test/base/browser_with_test_window_test.h', |
| 2106 'test/base/test_browser_window.h', | 2106 'test/base/test_browser_window.h', |
| 2107 | 2107 |
| 2108 'browser/sessions/persistent_tab_restore_service_browsertest.cc', | 2108 'browser/sessions/persistent_tab_restore_service_browsertest.cc', |
| 2109 'browser/sessions/session_backend_unittest.cc', | 2109 'browser/sessions/session_backend_unittest.cc', |
| 2110 | 2110 |
| 2111 # Test files cannot be opened on Android. | 2111 # Test files cannot be opened on Android. |
| 2112 'browser/google_apis/gdata_wapi_operations_unittest.cc', | 2112 'browser/google_apis/gdata_wapi_operations_unittest.cc', |
| 2113 'browser/google_apis/gdata_wapi_parser_unittest.cc', |
| 2113 ], | 2114 ], |
| 2114 'sources/': [ | 2115 'sources/': [ |
| 2115 ['exclude', '^browser/captive_portal/'], | 2116 ['exclude', '^browser/captive_portal/'], |
| 2116 ['exclude', '^browser/chrome_to_mobile'], | 2117 ['exclude', '^browser/chrome_to_mobile'], |
| 2117 ['exclude', '^browser/first_run/'], | 2118 ['exclude', '^browser/first_run/'], |
| 2118 ['exclude', '^browser/importer/'], | 2119 ['exclude', '^browser/importer/'], |
| 2119 ['exclude', '^browser/lifetime/'], | 2120 ['exclude', '^browser/lifetime/'], |
| 2120 ['exclude', '^browser/speech/'], | 2121 ['exclude', '^browser/speech/'], |
| 2121 ['exclude', '^browser/sync/glue/app_'], | 2122 ['exclude', '^browser/sync/glue/app_'], |
| 2122 ['exclude', '^browser/sync/glue/extension_'], | 2123 ['exclude', '^browser/sync/glue/extension_'], |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2294 'unit_tests.isolate', | 2295 'unit_tests.isolate', |
| 2295 ], | 2296 ], |
| 2296 'sources': [ | 2297 'sources': [ |
| 2297 'unit_tests.isolate', | 2298 'unit_tests.isolate', |
| 2298 ], | 2299 ], |
| 2299 }, | 2300 }, |
| 2300 ], | 2301 ], |
| 2301 }], | 2302 }], |
| 2302 ], # 'conditions' | 2303 ], # 'conditions' |
| 2303 } | 2304 } |
| OLD | NEW |