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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 565423003: Move extensions manifest tests to run in extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (manifest2) fix deps, android 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. 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
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 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698