| 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
| 11 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 11 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 12 # dependency is needed to make commit bots run unit_tests on | 12 # dependency is needed to make commit bots run unit_tests on |
| 13 # histograms.xml changes. | 13 # histograms.xml changes. |
| 14 '../tools/metrics/histograms/histograms.xml', | 14 '../tools/metrics/histograms/histograms.xml', |
| 15 'app/chrome_dll.rc', | 15 'app/chrome_dll.rc', |
| 16 # All unittests in browser, common, renderer and service. | 16 # All unittests in browser, common, renderer and service. |
| 17 'browser/about_flags_unittest.cc', | 17 'browser/about_flags_unittest.cc', |
| 18 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 18 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 19 # TODO(newt): move this to test_support_unit? |
| 20 'browser/android/mock_location_settings.cc', |
| 21 'browser/android/mock_location_settings.h', |
| 19 'browser/android/preferences/pref_service_bridge_unittest.cc', | 22 'browser/android/preferences/pref_service_bridge_unittest.cc', |
| 20 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 23 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
| 21 # mock_google_location_settings_helper could logically go in | |
| 22 # test_support_unit. However tests suites in the internal repository | |
| 23 # depend on an alternate implementation so instead each test suite | |
| 24 # includes the relevant version directly. | |
| 25 'browser/android/mock_google_location_settings_helper.cc', | |
| 26 'browser/android/mock_google_location_settings_helper.h', | |
| 27 'browser/android/shortcut_helper_unittest.cc', | 24 'browser/android/shortcut_helper_unittest.cc', |
| 28 'browser/app_controller_mac_unittest.mm', | 25 'browser/app_controller_mac_unittest.mm', |
| 29 'browser/autocomplete/autocomplete_provider_unittest.cc', | 26 'browser/autocomplete/autocomplete_provider_unittest.cc', |
| 30 'browser/autocomplete/bookmark_provider_unittest.cc', | 27 'browser/autocomplete/bookmark_provider_unittest.cc', |
| 31 'browser/autocomplete/builtin_provider_unittest.cc', | 28 'browser/autocomplete/builtin_provider_unittest.cc', |
| 32 'browser/autocomplete/history_quick_provider_unittest.cc', | 29 'browser/autocomplete/history_quick_provider_unittest.cc', |
| 33 'browser/autocomplete/history_url_provider_unittest.cc', | 30 'browser/autocomplete/history_url_provider_unittest.cc', |
| 34 'browser/autocomplete/search_provider_unittest.cc', | 31 'browser/autocomplete/search_provider_unittest.cc', |
| 35 'browser/autocomplete/shortcuts_backend_unittest.cc', | 32 'browser/autocomplete/shortcuts_backend_unittest.cc', |
| 36 'browser/autocomplete/shortcuts_database_unittest.cc', | 33 'browser/autocomplete/shortcuts_database_unittest.cc', |
| (...skipping 2711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2748 'dependencies': [ | 2745 'dependencies': [ |
| 2749 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2746 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2750 ], | 2747 ], |
| 2751 }], | 2748 }], |
| 2752 ], | 2749 ], |
| 2753 }, | 2750 }, |
| 2754 ], | 2751 ], |
| 2755 }], | 2752 }], |
| 2756 ], # 'conditions' | 2753 ], # 'conditions' |
| 2757 } | 2754 } |
| OLD | NEW |