| 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 # mock_google_location_settings_helper could logically go in | 568 # mock_google_location_settings_helper could logically go in |
| 569 # test_support_unit. However tests suites in the internal repository | 569 # test_support_unit. However tests suites in the internal repository |
| 570 # depend on an alternate implementation so instead each test suite | 570 # depend on an alternate implementation so instead each test suite |
| 571 # includes the relevant version directly. | 571 # includes the relevant version directly. |
| 572 'browser/android/mock_google_location_settings_helper.cc', | 572 'browser/android/mock_google_location_settings_helper.cc', |
| 573 'browser/android/mock_google_location_settings_helper.h', | 573 'browser/android/mock_google_location_settings_helper.h', |
| 574 'browser/app_controller_mac_unittest.mm', | 574 'browser/app_controller_mac_unittest.mm', |
| 575 'browser/apps/drive/drive_app_mapping_unittest.cc', | 575 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 576 'browser/apps/ephemeral_app_service_unittest.cc', | 576 'browser/apps/ephemeral_app_service_unittest.cc', |
| 577 'browser/autocomplete/autocomplete_provider_unittest.cc', | 577 'browser/autocomplete/autocomplete_provider_unittest.cc', |
| 578 'browser/autocomplete/autocomplete_result_unittest.cc', | |
| 579 'browser/autocomplete/bookmark_provider_unittest.cc', | 578 'browser/autocomplete/bookmark_provider_unittest.cc', |
| 580 'browser/autocomplete/builtin_provider_unittest.cc', | 579 'browser/autocomplete/builtin_provider_unittest.cc', |
| 581 'browser/autocomplete/history_quick_provider_unittest.cc', | 580 'browser/autocomplete/history_quick_provider_unittest.cc', |
| 582 'browser/autocomplete/history_url_provider_unittest.cc', | 581 'browser/autocomplete/history_url_provider_unittest.cc', |
| 583 'browser/autocomplete/keyword_provider_unittest.cc', | 582 'browser/autocomplete/keyword_provider_unittest.cc', |
| 584 'browser/autocomplete/search_provider_unittest.cc', | 583 'browser/autocomplete/search_provider_unittest.cc', |
| 585 'browser/autocomplete/shortcuts_backend_unittest.cc', | 584 'browser/autocomplete/shortcuts_backend_unittest.cc', |
| 586 'browser/autocomplete/shortcuts_provider_unittest.cc', | 585 'browser/autocomplete/shortcuts_provider_unittest.cc', |
| 587 'browser/autocomplete/zero_suggest_provider_unittest.cc', | 586 'browser/autocomplete/zero_suggest_provider_unittest.cc', |
| 588 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', | 587 'browser/autofill/autofill_cc_infobar_delegate_unittest.cc', |
| (...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2895 'dependencies': [ | 2894 'dependencies': [ |
| 2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2895 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2897 ], | 2896 ], |
| 2898 }], | 2897 }], |
| 2899 ], | 2898 ], |
| 2900 }, | 2899 }, |
| 2901 ], | 2900 ], |
| 2902 }], | 2901 }], |
| 2903 ], # 'conditions' | 2902 ], # 'conditions' |
| 2904 } | 2903 } |
| OLD | NEW |