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

Side by Side Diff: components/components_tests.gyp

Issue 1861383004: Add module for counting date-last-roll-call and persisting those counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another test fix. Created 4 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'translate/ios/browser/js_translate_manager_unittest.mm', 814 'translate/ios/browser/js_translate_manager_unittest.mm',
815 'translate/ios/browser/language_detection_controller_unittest.mm', 815 'translate/ios/browser/language_detection_controller_unittest.mm',
816 'translate/ios/browser/translate_controller_unittest.mm', 816 'translate/ios/browser/translate_controller_unittest.mm',
817 ], 817 ],
818 'ui_unittest_sources': [ 818 'ui_unittest_sources': [
819 'ui/zoom/page_zoom_unittests.cc', 819 'ui/zoom/page_zoom_unittests.cc',
820 ], 820 ],
821 'update_client_unittest_sources': [ 821 'update_client_unittest_sources': [
822 'update_client/component_patcher_unittest.cc', 822 'update_client/component_patcher_unittest.cc',
823 'update_client/crx_downloader_unittest.cc', 823 'update_client/crx_downloader_unittest.cc',
824 'update_client/persisted_data_unittest.cc',
824 'update_client/ping_manager_unittest.cc', 825 'update_client/ping_manager_unittest.cc',
825 'update_client/request_sender_unittest.cc', 826 'update_client/request_sender_unittest.cc',
826 'update_client/update_checker_unittest.cc', 827 'update_client/update_checker_unittest.cc',
827 'update_client/update_client_unittest.cc', 828 'update_client/update_client_unittest.cc',
828 'update_client/update_query_params_unittest.cc', 829 'update_client/update_query_params_unittest.cc',
829 'update_client/update_response_unittest.cc', 830 'update_client/update_response_unittest.cc',
830 'update_client/utils_unittest.cc', 831 'update_client/utils_unittest.cc',
831 ], 832 ],
832 'upload_list_unittest_sources': [ 833 'upload_list_unittest_sources': [
833 'upload_list/upload_list_unittest.cc', 834 'upload_list/upload_list_unittest.cc',
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'dependencies': [ 1925 'dependencies': [
1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1926 ], 1927 ],
1927 }], 1928 }],
1928 ], 1929 ],
1929 }, 1930 },
1930 ], 1931 ],
1931 }], 1932 }],
1932 ], 1933 ],
1933 } 1934 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | components/test/data/update_client/updatecheck_reply_4.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698