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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2039283002: Create new directory for budget_service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added PRESUMBIT.py Created 4 years, 6 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_browser.gypi ('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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc', 55 'browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc',
56 'browser/browsing_data/browsing_data_local_storage_helper_unittest.cc', 56 'browser/browsing_data/browsing_data_local_storage_helper_unittest.cc',
57 'browser/browsing_data/browsing_data_quota_helper_unittest.cc', 57 'browser/browsing_data/browsing_data_quota_helper_unittest.cc',
58 'browser/browsing_data/browsing_data_remover_test_util.cc', 58 'browser/browsing_data/browsing_data_remover_test_util.cc',
59 'browser/browsing_data/browsing_data_remover_test_util.h', 59 'browser/browsing_data/browsing_data_remover_test_util.h',
60 'browser/browsing_data/browsing_data_remover_unittest.cc', 60 'browser/browsing_data/browsing_data_remover_unittest.cc',
61 'browser/browsing_data/browsing_data_service_worker_helper_unittest.cc', 61 'browser/browsing_data/browsing_data_service_worker_helper_unittest.cc',
62 'browser/browsing_data/cookies_tree_model_unittest.cc', 62 'browser/browsing_data/cookies_tree_model_unittest.cc',
63 'browser/browsing_data/origin_filter_builder_unittest.cc', 63 'browser/browsing_data/origin_filter_builder_unittest.cc',
64 'browser/browsing_data/registrable_domain_filter_builder_unittest.cc', 64 'browser/browsing_data/registrable_domain_filter_builder_unittest.cc',
65 'browser/budget_service/background_budget_service_unittest.cc',
65 'browser/chrome_browser_application_mac_unittest.mm', 66 'browser/chrome_browser_application_mac_unittest.mm',
66 'browser/chrome_content_browser_client_unittest.cc', 67 'browser/chrome_content_browser_client_unittest.cc',
67 'browser/chrome_elf_init_unittest_win.cc', 68 'browser/chrome_elf_init_unittest_win.cc',
68 'browser/chrome_process_singleton_win_unittest.cc', 69 'browser/chrome_process_singleton_win_unittest.cc',
69 'browser/command_updater_unittest.cc', 70 'browser/command_updater_unittest.cc',
70 'browser/component_updater/chrome_component_updater_configurator_unittest. cc', 71 'browser/component_updater/chrome_component_updater_configurator_unittest. cc',
71 'browser/component_updater/cld_component_installer_unittest.cc', 72 'browser/component_updater/cld_component_installer_unittest.cc',
72 'browser/component_updater/sth_set_component_installer_unittest.cc', 73 'browser/component_updater/sth_set_component_installer_unittest.cc',
73 'browser/component_updater/supervised_user_whitelist_installer_unittest.cc ', 74 'browser/component_updater/supervised_user_whitelist_installer_unittest.cc ',
74 'browser/content_settings/content_settings_default_provider_unittest.cc', 75 'browser/content_settings/content_settings_default_provider_unittest.cc',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'browser/process_singleton_win_unittest.cc', 206 'browser/process_singleton_win_unittest.cc',
206 'browser/profiles/gaia_info_update_service_unittest.cc', 207 'browser/profiles/gaia_info_update_service_unittest.cc',
207 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 208 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
208 'browser/profiles/profile_attributes_storage_unittest.cc', 209 'browser/profiles/profile_attributes_storage_unittest.cc',
209 'browser/profiles/profile_avatar_icon_util_unittest.cc', 210 'browser/profiles/profile_avatar_icon_util_unittest.cc',
210 'browser/profiles/profile_downloader_unittest.cc', 211 'browser/profiles/profile_downloader_unittest.cc',
211 'browser/profiles/profile_info_cache_unittest.cc', 212 'browser/profiles/profile_info_cache_unittest.cc',
212 'browser/profiles/profile_info_cache_unittest.h', 213 'browser/profiles/profile_info_cache_unittest.h',
213 'browser/profiles/profile_manager_unittest.cc', 214 'browser/profiles/profile_manager_unittest.cc',
214 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 215 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
215 'browser/push_messaging/background_budget_service_unittest.cc',
216 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', 216 'browser/push_messaging/push_messaging_app_identifier_unittest.cc',
217 'browser/push_messaging/push_messaging_notification_manager_unittest.cc', 217 'browser/push_messaging/push_messaging_notification_manager_unittest.cc',
218 'browser/push_messaging/push_messaging_permission_context_unittest.cc', 218 'browser/push_messaging/push_messaging_permission_context_unittest.cc',
219 'browser/push_messaging/push_messaging_service_unittest.cc', 219 'browser/push_messaging/push_messaging_service_unittest.cc',
220 'browser/renderer_host/chrome_navigation_data_unittest.cc', 220 'browser/renderer_host/chrome_navigation_data_unittest.cc',
221 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm', 221 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm',
222 'browser/renderer_host/chrome_resource_dispatcher_host_delegate_unittest.c c', 222 'browser/renderer_host/chrome_resource_dispatcher_host_delegate_unittest.c c',
223 'browser/resources_util_unittest.cc', 223 'browser/resources_util_unittest.cc',
224 'browser/search/contextual_search_policy_handler_android_unittest.cc', 224 'browser/search/contextual_search_policy_handler_android_unittest.cc',
225 'browser/search/iframe_source_unittest.cc', 225 'browser/search/iframe_source_unittest.cc',
(...skipping 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after
3004 'dependencies': [ 3004 'dependencies': [
3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3006 ], 3006 ],
3007 }], 3007 }],
3008 ], 3008 ],
3009 }, 3009 },
3010 ], 3010 ],
3011 }], 3011 }],
3012 ], # 'conditions' 3012 ], # 'conditions'
3013 } 3013 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698