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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 601433002: Use Manifest.icons instead of favicon in ShortcutHelper when possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_icons_sizes
Patch Set: 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
« no previous file with comments | « chrome/browser/android/shortcut_helper_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_devices_service_unittest.cc', 9 '../apps/saved_devices_service_unittest.cc',
10 '../apps/saved_files_service_unittest.cc', 10 '../apps/saved_files_service_unittest.cc',
11 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 11 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
12 '../components/autofill/content/renderer/test_password_autofill_agent.h', 12 '../components/autofill/content/renderer/test_password_autofill_agent.h',
13 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 13 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
14 '../components/autofill/content/renderer/test_password_generation_agent.h' , 14 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
15 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 15 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
16 # dependency is needed to make commit bots run unit_tests on 16 # dependency is needed to make commit bots run unit_tests on
17 # histograms.xml changes. 17 # histograms.xml changes.
18 '../tools/metrics/histograms/histograms.xml', 18 '../tools/metrics/histograms/histograms.xml',
19 'app/chrome_dll.rc', 19 'app/chrome_dll.rc',
20 # All unittests in browser, common, renderer and service. 20 # All unittests in browser, common, renderer and service.
21 'browser/about_flags_unittest.cc', 21 'browser/about_flags_unittest.cc',
22 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', 22 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc',
23 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 23 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
24 # mock_google_location_settings_helper could logically go in 24 # mock_google_location_settings_helper could logically go in
25 # test_support_unit. However tests suites in the internal repository 25 # test_support_unit. However tests suites in the internal repository
26 # depend on an alternate implementation so instead each test suite 26 # depend on an alternate implementation so instead each test suite
27 # includes the relevant version directly. 27 # includes the relevant version directly.
28 'browser/android/mock_google_location_settings_helper.cc', 28 'browser/android/mock_google_location_settings_helper.cc',
29 'browser/android/mock_google_location_settings_helper.h', 29 'browser/android/mock_google_location_settings_helper.h',
30 'browser/android/shortcut_helper_unittest.cc',
30 'browser/app_controller_mac_unittest.mm', 31 'browser/app_controller_mac_unittest.mm',
31 'browser/apps/drive/drive_app_mapping_unittest.cc', 32 'browser/apps/drive/drive_app_mapping_unittest.cc',
32 'browser/apps/ephemeral_app_service_unittest.cc', 33 'browser/apps/ephemeral_app_service_unittest.cc',
33 'browser/autocomplete/autocomplete_provider_unittest.cc', 34 'browser/autocomplete/autocomplete_provider_unittest.cc',
34 'browser/autocomplete/bookmark_provider_unittest.cc', 35 'browser/autocomplete/bookmark_provider_unittest.cc',
35 'browser/autocomplete/builtin_provider_unittest.cc', 36 'browser/autocomplete/builtin_provider_unittest.cc',
36 'browser/autocomplete/history_quick_provider_unittest.cc', 37 'browser/autocomplete/history_quick_provider_unittest.cc',
37 'browser/autocomplete/history_url_provider_unittest.cc', 38 'browser/autocomplete/history_url_provider_unittest.cc',
38 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', 39 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc',
39 'browser/autocomplete/search_provider_unittest.cc', 40 'browser/autocomplete/search_provider_unittest.cc',
(...skipping 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 'dependencies': [ 2875 'dependencies': [
2875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2876 ], 2877 ],
2877 }], 2878 }],
2878 ], 2879 ],
2879 }, 2880 },
2880 ], 2881 ],
2881 }], 2882 }],
2882 ], # 'conditions' 2883 ], # 'conditions'
2883 } 2884 }
OLDNEW
« no previous file with comments | « chrome/browser/android/shortcut_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698