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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1579433002: Make profile statistics tasks inspectable by tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed ProfileAttributesStorage related functions in profile_statistics.* Created 4 years, 9 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/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'browser/process_info_snapshot_mac_unittest.cc', 188 'browser/process_info_snapshot_mac_unittest.cc',
189 'browser/process_singleton_win_unittest.cc', 189 'browser/process_singleton_win_unittest.cc',
190 'browser/profiles/gaia_info_update_service_unittest.cc', 190 'browser/profiles/gaia_info_update_service_unittest.cc',
191 'browser/profiles/profile_attributes_storage_unittest.cc', 191 'browser/profiles/profile_attributes_storage_unittest.cc',
192 'browser/profiles/profile_avatar_icon_util_unittest.cc', 192 'browser/profiles/profile_avatar_icon_util_unittest.cc',
193 'browser/profiles/profile_downloader_unittest.cc', 193 'browser/profiles/profile_downloader_unittest.cc',
194 'browser/profiles/profile_info_cache_unittest.cc', 194 'browser/profiles/profile_info_cache_unittest.cc',
195 'browser/profiles/profile_info_cache_unittest.h', 195 'browser/profiles/profile_info_cache_unittest.h',
196 'browser/profiles/profile_manager_unittest.cc', 196 'browser/profiles/profile_manager_unittest.cc',
197 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 197 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
198 'browser/profiles/profile_statistics_unittest.cc',
199 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', 198 'browser/push_messaging/push_messaging_app_identifier_unittest.cc',
200 'browser/push_messaging/push_messaging_notification_manager_unittest.cc', 199 'browser/push_messaging/push_messaging_notification_manager_unittest.cc',
201 'browser/push_messaging/push_messaging_permission_context_unittest.cc', 200 'browser/push_messaging/push_messaging_permission_context_unittest.cc',
202 'browser/push_messaging/push_messaging_service_unittest.cc', 201 'browser/push_messaging/push_messaging_service_unittest.cc',
203 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm', 202 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm',
204 'browser/resources_util_unittest.cc', 203 'browser/resources_util_unittest.cc',
205 'browser/search/contextual_search_policy_handler_android_unittest.cc', 204 'browser/search/contextual_search_policy_handler_android_unittest.cc',
206 'browser/search/iframe_source_unittest.cc', 205 'browser/search/iframe_source_unittest.cc',
207 'browser/search/thumbnail_source_unittest.cc', 206 'browser/search/thumbnail_source_unittest.cc',
208 'browser/search_engines/search_provider_install_data_unittest.cc', 207 'browser/search_engines/search_provider_install_data_unittest.cc',
(...skipping 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 '../ui/wm/wm.gyp:wm', 2417 '../ui/wm/wm.gyp:wm',
2419 '../ui/aura/aura.gyp:aura_test_support', 2418 '../ui/aura/aura.gyp:aura_test_support',
2420 ], 2419 ],
2421 }], 2420 }],
2422 ['chromeos==0 and OS=="linux"', { 2421 ['chromeos==0 and OS=="linux"', {
2423 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], 2422 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ],
2424 }], 2423 }],
2425 ['OS!="android" and OS!="ios" and chromeos==0', { 2424 ['OS!="android" and OS!="ios" and chromeos==0', {
2426 'sources': [ 2425 'sources': [
2427 'browser/profiles/profile_list_desktop_unittest.cc', 2426 'browser/profiles/profile_list_desktop_unittest.cc',
2427 'browser/profiles/profile_statistics_unittest.cc',
2428 ], 2428 ],
2429 }], 2429 }],
2430 ['chromeos==0 and use_ozone==0 and OS=="linux"', { 2430 ['chromeos==0 and use_ozone==0 and OS=="linux"', {
2431 'dependencies': [ 2431 'dependencies': [
2432 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2432 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2433 '../build/linux/system.gyp:gio', 2433 '../build/linux/system.gyp:gio',
2434 ], 2434 ],
2435 }], 2435 }],
2436 ['use_aura==1 or toolkit_views==1', { 2436 ['use_aura==1 or toolkit_views==1', {
2437 'dependencies': [ 2437 'dependencies': [
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
3038 'dependencies': [ 3038 'dependencies': [
3039 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3039 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3040 ], 3040 ],
3041 }], 3041 }],
3042 ], 3042 ],
3043 }, 3043 },
3044 ], 3044 ],
3045 }], 3045 }],
3046 ], # 'conditions' 3046 ], # 'conditions'
3047 } 3047 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698