Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 562273006: Move the last extensions/common unit tests to extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest2
Patch Set: (file-tests) review comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2850 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 'dependencies': [ 2874 'dependencies': [
2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2882 ], 2876 ],
2883 }], 2877 }],
2884 ], 2878 ],
2885 }, 2879 },
2886 ], 2880 ],
2887 }], 2881 }],
2888 ], # 'conditions' 2882 ], # 'conditions'
2889 } 2883 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698