| 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. | |
| 15 # http://crbug.com/348066. They are duplicated here because we haven't | |
| 16 # extensions_unittests running in the bots yet. Until that happens, | |
| 17 # they should be kept here. | |
| 18 '../extensions/common/extension_l10n_util_unittest.cc', | |
| 19 '../extensions/common/file_util_unittest.cc', | |
| 20 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 14 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 21 # dependency is needed to make commit bots run unit_tests on | 15 # dependency is needed to make commit bots run unit_tests on |
| 22 # histograms.xml changes. | 16 # histograms.xml changes. |
| 23 '../tools/metrics/histograms/histograms.xml', | 17 '../tools/metrics/histograms/histograms.xml', |
| 24 'app/chrome_dll.rc', | 18 'app/chrome_dll.rc', |
| 25 # All unittests in browser, common, renderer and service. | 19 # All unittests in browser, common, renderer and service. |
| 26 'browser/about_flags_unittest.cc', | 20 'browser/about_flags_unittest.cc', |
| 27 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', | 21 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', |
| 28 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', | 22 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', |
| 29 # mock_google_location_settings_helper could logically go in | 23 # mock_google_location_settings_helper could logically go in |
| (...skipping 2847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2877 'dependencies': [ | 2871 'dependencies': [ |
| 2878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2879 ], | 2873 ], |
| 2880 }], | 2874 }], |
| 2881 ], | 2875 ], |
| 2882 }, | 2876 }, |
| 2883 ], | 2877 ], |
| 2884 }], | 2878 }], |
| 2885 ], # 'conditions' | 2879 ], # 'conditions' |
| 2886 } | 2880 } |
| OLD | NEW |