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

Side by Side Diff: components/components_tests.gyp

Issue 425823002: Create a new AccountTrackerService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/signin.gypi » ('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 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'search/search_unittest.cc', 173 'search/search_unittest.cc',
174 'search_engines/default_search_manager_unittest.cc', 174 'search_engines/default_search_manager_unittest.cc',
175 'search_engines/default_search_policy_handler_unittest.cc', 175 'search_engines/default_search_policy_handler_unittest.cc',
176 'search_engines/search_host_to_urls_map_unittest.cc', 176 'search_engines/search_host_to_urls_map_unittest.cc',
177 'search_engines/template_url_prepopulate_data_unittest.cc', 177 'search_engines/template_url_prepopulate_data_unittest.cc',
178 'search_engines/template_url_service_util_unittest.cc', 178 'search_engines/template_url_service_util_unittest.cc',
179 'search_engines/template_url_unittest.cc', 179 'search_engines/template_url_unittest.cc',
180 'search_provider_logos/logo_cache_unittest.cc', 180 'search_provider_logos/logo_cache_unittest.cc',
181 'search_provider_logos/logo_tracker_unittest.cc', 181 'search_provider_logos/logo_tracker_unittest.cc',
182 'sessions/serialized_navigation_entry_unittest.cc', 182 'sessions/serialized_navigation_entry_unittest.cc',
183 'signin/core/browser/account_tracker_service_unittest.cc',
183 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c', 184 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c',
184 'signin/core/browser/signin_error_controller_unittest.cc', 185 'signin/core/browser/signin_error_controller_unittest.cc',
185 'signin/core/browser/webdata/token_service_table_unittest.cc', 186 'signin/core/browser/webdata/token_service_table_unittest.cc',
186 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', 187 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
187 'storage_monitor/image_capture_device_manager_unittest.mm', 188 'storage_monitor/image_capture_device_manager_unittest.mm',
188 'storage_monitor/media_storage_util_unittest.cc', 189 'storage_monitor/media_storage_util_unittest.cc',
189 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', 190 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc',
190 'storage_monitor/storage_info_unittest.cc', 191 'storage_monitor/storage_info_unittest.cc',
191 'storage_monitor/storage_monitor_chromeos_unittest.cc', 192 'storage_monitor/storage_monitor_chromeos_unittest.cc',
192 'storage_monitor/storage_monitor_linux_unittest.cc', 193 'storage_monitor/storage_monitor_linux_unittest.cc',
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'dependencies': [ 912 'dependencies': [
912 '../base/allocator/allocator.gyp:allocator', 913 '../base/allocator/allocator.gyp:allocator',
913 ], 914 ],
914 }], 915 }],
915 ], 916 ],
916 }, 917 },
917 ], 918 ],
918 }], 919 }],
919 ], 920 ],
920 } 921 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/signin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698