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 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 7 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
9 '../apps/saved_files_service_unittest.cc', | 9 '../apps/saved_files_service_unittest.cc', |
10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
11 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 11 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
12 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 12 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
13 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 13 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
14 # TODO(tfarina): Move these entries over to extensions_unittests target. | 14 # TODO(tfarina): Move these entries over to extensions_unittests target. |
15 # http://crbug.com/348066. They are duplicated here because we haven't | 15 # http://crbug.com/348066. They are duplicated here because we haven't |
16 # extensions_unittests running in the bots yet. Until that happens, | 16 # extensions_unittests running in the bots yet. Until that happens, |
17 # they should be kept here. | 17 # they should be kept here. |
18 '../extensions/common/extension_l10n_util_unittest.cc', | 18 '../extensions/common/extension_l10n_util_unittest.cc', |
19 '../extensions/common/file_util_unittest.cc', | 19 '../extensions/common/file_util_unittest.cc', |
20 '../extensions/common/manifest_handlers/externally_connectable_unittest.cc
', | |
21 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.cc'
, | |
22 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 20 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
23 # dependency is needed to make commit bots run unit_tests on | 21 # dependency is needed to make commit bots run unit_tests on |
24 # histograms.xml changes. | 22 # histograms.xml changes. |
25 '../tools/metrics/histograms/histograms.xml', | 23 '../tools/metrics/histograms/histograms.xml', |
26 'app/chrome_dll.rc', | 24 'app/chrome_dll.rc', |
27 # All unittests in browser, common, renderer and service. | 25 # All unittests in browser, common, renderer and service. |
28 'browser/about_flags_unittest.cc', | 26 'browser/about_flags_unittest.cc', |
29 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 27 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
30 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 28 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
31 # mock_google_location_settings_helper could logically go in | 29 # mock_google_location_settings_helper could logically go in |
(...skipping 2847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2879 'dependencies': [ | 2877 'dependencies': [ |
2880 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2881 ], | 2879 ], |
2882 }], | 2880 }], |
2883 ], | 2881 ], |
2884 }, | 2882 }, |
2885 ], | 2883 ], |
2886 }], | 2884 }], |
2887 ], # 'conditions' | 2885 ], # 'conditions' |
2888 } | 2886 } |
OLD | NEW |