| 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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 # All unittests in browser, common, renderer and service. | 592 # All unittests in browser, common, renderer and service. |
| 593 'browser/about_flags_unittest.cc', | 593 'browser/about_flags_unittest.cc', |
| 594 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 594 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 595 # mock_google_location_settings_helper could logically go in | 595 # mock_google_location_settings_helper could logically go in |
| 596 # test_support_unit. However tests suites in the internal repository | 596 # test_support_unit. However tests suites in the internal repository |
| 597 # depend on an alternate implementation so instead each test suite | 597 # depend on an alternate implementation so instead each test suite |
| 598 # includes the relevant version directly. | 598 # includes the relevant version directly. |
| 599 'browser/android/mock_google_location_settings_helper.cc', | 599 'browser/android/mock_google_location_settings_helper.cc', |
| 600 'browser/android/mock_google_location_settings_helper.h', | 600 'browser/android/mock_google_location_settings_helper.h', |
| 601 'browser/app_controller_mac_unittest.mm', | 601 'browser/app_controller_mac_unittest.mm', |
| 602 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 602 'browser/apps/ephemeral_app_service_unittest.cc', | 603 'browser/apps/ephemeral_app_service_unittest.cc', |
| 603 'browser/autocomplete/autocomplete_input_unittest.cc', | 604 'browser/autocomplete/autocomplete_input_unittest.cc', |
| 604 'browser/autocomplete/autocomplete_match_unittest.cc', | 605 'browser/autocomplete/autocomplete_match_unittest.cc', |
| 605 'browser/autocomplete/autocomplete_provider_unittest.cc', | 606 'browser/autocomplete/autocomplete_provider_unittest.cc', |
| 606 'browser/autocomplete/autocomplete_result_unittest.cc', | 607 'browser/autocomplete/autocomplete_result_unittest.cc', |
| 607 'browser/autocomplete/bookmark_provider_unittest.cc', | 608 'browser/autocomplete/bookmark_provider_unittest.cc', |
| 608 'browser/autocomplete/builtin_provider_unittest.cc', | 609 'browser/autocomplete/builtin_provider_unittest.cc', |
| 609 'browser/autocomplete/extension_app_provider_unittest.cc', | 610 'browser/autocomplete/extension_app_provider_unittest.cc', |
| 610 'browser/autocomplete/history_quick_provider_unittest.cc', | 611 'browser/autocomplete/history_quick_provider_unittest.cc', |
| 611 'browser/autocomplete/history_url_provider_unittest.cc', | 612 'browser/autocomplete/history_url_provider_unittest.cc', |
| (...skipping 2119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2731 'dependencies': [ | 2732 'dependencies': [ |
| 2732 '../third_party/cld/cld.gyp:cld', | 2733 '../third_party/cld/cld.gyp:cld', |
| 2733 ], | 2734 ], |
| 2734 }], | 2735 }], |
| 2735 ['enable_app_list==1', { | 2736 ['enable_app_list==1', { |
| 2736 'dependencies': [ | 2737 'dependencies': [ |
| 2737 '../ui/app_list/app_list.gyp:app_list_test_support', | 2738 '../ui/app_list/app_list.gyp:app_list_test_support', |
| 2738 ], | 2739 ], |
| 2739 }, { | 2740 }, { |
| 2740 'sources/': [ | 2741 'sources/': [ |
| 2742 ['exclude', '^browser/apps/drive/'], |
| 2741 ['exclude', '^browser/ui/app_list/'], | 2743 ['exclude', '^browser/ui/app_list/'], |
| 2742 ['exclude', '^browser/ui/views/app_list/'], | 2744 ['exclude', '^browser/ui/views/app_list/'], |
| 2743 ], | 2745 ], |
| 2744 }], | 2746 }], |
| 2745 ['use_ozone==1', { | 2747 ['use_ozone==1', { |
| 2746 'sources!': [ | 2748 'sources!': [ |
| 2747 # crbug.com/354036 | 2749 # crbug.com/354036 |
| 2748 'browser/chromeos/events/event_rewriter_unittest.cc', | 2750 'browser/chromeos/events/event_rewriter_unittest.cc', |
| 2749 | 2751 |
| 2750 # crbug.com/362698 | 2752 # crbug.com/362698 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2871 'unit_tests.isolate', | 2873 'unit_tests.isolate', |
| 2872 ], | 2874 ], |
| 2873 'sources': [ | 2875 'sources': [ |
| 2874 'unit_tests.isolate', | 2876 'unit_tests.isolate', |
| 2875 ], | 2877 ], |
| 2876 }, | 2878 }, |
| 2877 ], | 2879 ], |
| 2878 }], | 2880 }], |
| 2879 ], # 'conditions' | 2881 ], # 'conditions' |
| 2880 } | 2882 } |
| OLD | NEW |