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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1415223002: Add counts of User data to ProfileInfoCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix. Removed a non-trivial style fix (will upload in another CL). Created 5 years, 1 month 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/profiles/profile_statistics_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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'browser/process_info_snapshot_mac_unittest.cc', 182 'browser/process_info_snapshot_mac_unittest.cc',
183 'browser/process_singleton_win_unittest.cc', 183 'browser/process_singleton_win_unittest.cc',
184 'browser/profiles/file_path_verifier_win_unittest.cc', 184 'browser/profiles/file_path_verifier_win_unittest.cc',
185 'browser/profiles/gaia_info_update_service_unittest.cc', 185 'browser/profiles/gaia_info_update_service_unittest.cc',
186 'browser/profiles/profile_attributes_storage_unittest.cc', 186 'browser/profiles/profile_attributes_storage_unittest.cc',
187 'browser/profiles/profile_avatar_icon_util_unittest.cc', 187 'browser/profiles/profile_avatar_icon_util_unittest.cc',
188 'browser/profiles/profile_downloader_unittest.cc', 188 'browser/profiles/profile_downloader_unittest.cc',
189 'browser/profiles/profile_info_cache_unittest.cc', 189 'browser/profiles/profile_info_cache_unittest.cc',
190 'browser/profiles/profile_info_cache_unittest.h', 190 'browser/profiles/profile_info_cache_unittest.h',
191 'browser/profiles/profile_manager_unittest.cc', 191 'browser/profiles/profile_manager_unittest.cc',
192 'browser/profiles/profile_statistics_unittest.cc',
192 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 193 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
193 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', 194 'browser/push_messaging/push_messaging_app_identifier_unittest.cc',
194 'browser/push_messaging/push_messaging_permission_context_unittest.cc', 195 'browser/push_messaging/push_messaging_permission_context_unittest.cc',
195 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm', 196 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm',
196 'browser/resources_util_unittest.cc', 197 'browser/resources_util_unittest.cc',
197 'browser/search/contextual_search_policy_handler_android_unittest.cc', 198 'browser/search/contextual_search_policy_handler_android_unittest.cc',
198 'browser/search/iframe_source_unittest.cc', 199 'browser/search/iframe_source_unittest.cc',
199 'browser/search/thumbnail_source_unittest.cc', 200 'browser/search/thumbnail_source_unittest.cc',
200 'browser/search_engines/search_provider_install_data_unittest.cc', 201 'browser/search_engines/search_provider_install_data_unittest.cc',
201 'browser/service_process/service_process_control_mac_unittest.mm', 202 'browser/service_process/service_process_control_mac_unittest.mm',
(...skipping 2771 matching lines...) Expand 10 before | Expand all | Expand 10 after
2973 'dependencies': [ 2974 'dependencies': [
2974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2975 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2975 ], 2976 ],
2976 }], 2977 }],
2977 ], 2978 ],
2978 }, 2979 },
2979 ], 2980 ],
2980 }], 2981 }],
2981 ], # 'conditions' 2982 ], # 'conditions'
2982 } 2983 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_statistics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698