| 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 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 ], | 2114 ], |
| 2115 }], | 2115 }], |
| 2116 ['enable_extensions==0', { | 2116 ['enable_extensions==0', { |
| 2117 'sources/': [ | 2117 'sources/': [ |
| 2118 ['exclude', '^../apps/'], | 2118 ['exclude', '^../apps/'], |
| 2119 ['exclude', '^../extensions/'], | 2119 ['exclude', '^../extensions/'], |
| 2120 ['exclude', '^browser/extensions/activity_log/'], | 2120 ['exclude', '^browser/extensions/activity_log/'], |
| 2121 ['exclude', '^browser/extensions/api/'], | 2121 ['exclude', '^browser/extensions/api/'], |
| 2122 ['exclude', '^browser/extensions/error_console/'], | 2122 ['exclude', '^browser/extensions/error_console/'], |
| 2123 ['exclude', '^browser/sync/glue/extensions_activity_monitor_unittest
.cc'], | 2123 ['exclude', '^browser/sync/glue/extensions_activity_monitor_unittest
.cc'], |
| 2124 ['exclude', '^browser/sync_file_system/'], |
| 2124 ['exclude', '^common/extensions/api/'], | 2125 ['exclude', '^common/extensions/api/'], |
| 2125 ['exclude', '^common/extensions/manifest_handlers/'], | 2126 ['exclude', '^common/extensions/manifest_handlers/'], |
| 2126 ['exclude', '^common/extensions/manifest_tests/'], | 2127 ['exclude', '^common/extensions/manifest_tests/'], |
| 2127 # This test depends on manifest_tests. | 2128 # This test depends on manifest_tests. |
| 2128 ['exclude', '^common/extensions/permissions/settings_override_permis
sion_unittest.cc'], | 2129 ['exclude', '^common/extensions/permissions/settings_override_permis
sion_unittest.cc'], |
| 2129 ['exclude', '^utility/extensions/'], | 2130 ['exclude', '^utility/extensions/'], |
| 2130 ['exclude', '^utility/image_writer/'], | 2131 ['exclude', '^utility/image_writer/'], |
| 2131 ['exclude', '^utility/media_galleries/'], | 2132 ['exclude', '^utility/media_galleries/'], |
| 2132 ], | 2133 ], |
| 2133 'sources!': [ | 2134 'sources!': [ |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2611 'common/net/x509_certificate_model_unittest.cc', | 2612 'common/net/x509_certificate_model_unittest.cc', |
| 2612 'test/base/browser_with_test_window_test.cc', | 2613 'test/base/browser_with_test_window_test.cc', |
| 2613 'test/base/browser_with_test_window_test.h', | 2614 'test/base/browser_with_test_window_test.h', |
| 2614 'test/base/test_browser_window.h', | 2615 'test/base/test_browser_window.h', |
| 2615 | 2616 |
| 2616 'browser/sessions/persistent_tab_restore_service_unittest.cc', | 2617 'browser/sessions/persistent_tab_restore_service_unittest.cc', |
| 2617 'browser/sessions/session_backend_unittest.cc', | 2618 'browser/sessions/session_backend_unittest.cc', |
| 2618 | 2619 |
| 2619 # Test files cannot be opened on Android. | 2620 # Test files cannot be opened on Android. |
| 2620 'browser/drive/fake_drive_service_unittest.cc', | 2621 'browser/drive/fake_drive_service_unittest.cc', |
| 2621 'browser/sync_file_system/drive_backend/api_util_unittest.cc', | |
| 2622 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync
_unittest.cc', | |
| 2623 | 2622 |
| 2624 # The autofill popup is implemented in mostly native code on | 2623 # The autofill popup is implemented in mostly native code on |
| 2625 # Android. | 2624 # Android. |
| 2626 'browser/ui/autofill/autofill_popup_controller_unittest.cc', | 2625 'browser/ui/autofill/autofill_popup_controller_unittest.cc', |
| 2627 | 2626 |
| 2628 # Android uses a different invaliator. | 2627 # Android uses a different invaliator. |
| 2629 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', | 2628 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', |
| 2630 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', | 2629 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', |
| 2631 | 2630 |
| 2632 # The importer code is not used on Android. | 2631 # The importer code is not used on Android. |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2899 'unit_tests.isolate', | 2898 'unit_tests.isolate', |
| 2900 ], | 2899 ], |
| 2901 'sources': [ | 2900 'sources': [ |
| 2902 'unit_tests.isolate', | 2901 'unit_tests.isolate', |
| 2903 ], | 2902 ], |
| 2904 }, | 2903 }, |
| 2905 ], | 2904 ], |
| 2906 }], | 2905 }], |
| 2907 ], # 'conditions' | 2906 ], # 'conditions' |
| 2908 } | 2907 } |
| OLD | NEW |