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 # All unittests in browser, common, renderer and service. | 15 # All unittests in browser, common, renderer and service. |
16 'browser/about_flags_unittest.cc', | 16 'browser/about_flags_unittest.cc', |
| 17 'browser/after_startup_task_utils_unittest.cc', |
17 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 18 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
18 # TODO(newt): move this to test_support_unit? | 19 # TODO(newt): move this to test_support_unit? |
19 'browser/android/mock_location_settings.cc', | 20 'browser/android/mock_location_settings.cc', |
20 'browser/android/mock_location_settings.h', | 21 'browser/android/mock_location_settings.h', |
21 'browser/android/preferences/pref_service_bridge_unittest.cc', | 22 'browser/android/preferences/pref_service_bridge_unittest.cc', |
22 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 23 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
23 'browser/app_controller_mac_unittest.mm', | 24 'browser/app_controller_mac_unittest.mm', |
24 'browser/autocomplete/autocomplete_provider_unittest.cc', | 25 'browser/autocomplete/autocomplete_provider_unittest.cc', |
25 'browser/autocomplete/bookmark_provider_unittest.cc', | 26 'browser/autocomplete/bookmark_provider_unittest.cc', |
26 'browser/autocomplete/builtin_provider_unittest.cc', | 27 'browser/autocomplete/builtin_provider_unittest.cc', |
(...skipping 2761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2788 'dependencies': [ | 2789 'dependencies': [ |
2789 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2790 ], | 2791 ], |
2791 }], | 2792 }], |
2792 ], | 2793 ], |
2793 }, | 2794 }, |
2794 ], | 2795 ], |
2795 }], | 2796 }], |
2796 ], # 'conditions' | 2797 ], # 'conditions' |
2797 } | 2798 } |
OLD | NEW |