| 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 2565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2576 | 2576 |
| 2577 # The importer code is not used on Android. | 2577 # The importer code is not used on Android. |
| 2578 'common/importer/firefox_importer_utils_unittest.cc', | 2578 'common/importer/firefox_importer_utils_unittest.cc', |
| 2579 | 2579 |
| 2580 # Bookmark undo is not used on Android. | 2580 # Bookmark undo is not used on Android. |
| 2581 'browser/undo/bookmark_undo_service_test.cc', | 2581 'browser/undo/bookmark_undo_service_test.cc', |
| 2582 'browser/undo/undo_manager_test.cc', | 2582 'browser/undo/undo_manager_test.cc', |
| 2583 | 2583 |
| 2584 # URL elider is not used on android. | 2584 # URL elider is not used on android. |
| 2585 'browser/ui/tests/elide_url_unittest.cc', | 2585 'browser/ui/tests/elide_url_unittest.cc', |
| 2586 |
| 2587 # GCMDriverAndroid is not yet implemented. |
| 2588 'browser/extensions/extension_gcm_app_handler_unittest.cc', |
| 2589 'browser/services/gcm/gcm_profile_service_unittest.cc', |
| 2586 ], | 2590 ], |
| 2587 'sources/': [ | 2591 'sources/': [ |
| 2588 ['exclude', '^browser/captive_portal/'], | 2592 ['exclude', '^browser/captive_portal/'], |
| 2589 ['exclude', '^browser/diagnostics/'], | 2593 ['exclude', '^browser/diagnostics/'], |
| 2590 ['exclude', '^browser/first_run/'], | 2594 ['exclude', '^browser/first_run/'], |
| 2591 ['exclude', '^browser/lifetime/'], | 2595 ['exclude', '^browser/lifetime/'], |
| 2592 ['exclude', '^browser/media_galleries/'], | 2596 ['exclude', '^browser/media_galleries/'], |
| 2593 ['exclude', '^browser/net/firefox_*'], | 2597 ['exclude', '^browser/net/firefox_*'], |
| 2594 ['exclude', '^browser/profile_resetter/'], | 2598 ['exclude', '^browser/profile_resetter/'], |
| 2595 ['exclude', '^browser/speech/'], | 2599 ['exclude', '^browser/speech/'], |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2833 'unit_tests.isolate', | 2837 'unit_tests.isolate', |
| 2834 ], | 2838 ], |
| 2835 'sources': [ | 2839 'sources': [ |
| 2836 'unit_tests.isolate', | 2840 'unit_tests.isolate', |
| 2837 ], | 2841 ], |
| 2838 }, | 2842 }, |
| 2839 ], | 2843 ], |
| 2840 }], | 2844 }], |
| 2841 ], # 'conditions' | 2845 ], # 'conditions' |
| 2842 } | 2846 } |
| OLD | NEW |