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

Side by Side Diff: components/components_tests.gyp

Issue 278053002: Move DataTypeManager into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 7 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_tests_unit.gypi ('k') | components/sync_driver.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 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 { 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', 136 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
137 'storage_monitor/image_capture_device_manager_unittest.mm', 137 'storage_monitor/image_capture_device_manager_unittest.mm',
138 'storage_monitor/media_storage_util_unittest.cc', 138 'storage_monitor/media_storage_util_unittest.cc',
139 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', 139 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc',
140 'storage_monitor/storage_info_unittest.cc', 140 'storage_monitor/storage_info_unittest.cc',
141 'storage_monitor/storage_monitor_chromeos_unittest.cc', 141 'storage_monitor/storage_monitor_chromeos_unittest.cc',
142 'storage_monitor/storage_monitor_linux_unittest.cc', 142 'storage_monitor/storage_monitor_linux_unittest.cc',
143 'storage_monitor/storage_monitor_mac_unittest.mm', 143 'storage_monitor/storage_monitor_mac_unittest.mm',
144 'storage_monitor/storage_monitor_unittest.cc', 144 'storage_monitor/storage_monitor_unittest.cc',
145 'storage_monitor/storage_monitor_win_unittest.cc', 145 'storage_monitor/storage_monitor_win_unittest.cc',
146 'sync_driver/data_type_manager_impl_unittest.cc',
146 'sync_driver/generic_change_processor_unittest.cc', 147 'sync_driver/generic_change_processor_unittest.cc',
147 'sync_driver/model_association_manager_unittest.cc', 148 'sync_driver/model_association_manager_unittest.cc',
148 'sync_driver/non_blocking_data_type_controller_unittest.cc', 149 'sync_driver/non_blocking_data_type_controller_unittest.cc',
149 'sync_driver/sync_prefs_unittest.cc', 150 'sync_driver/sync_prefs_unittest.cc',
150 'sync_driver/system_encryptor_unittest.cc', 151 'sync_driver/system_encryptor_unittest.cc',
151 'test/run_all_unittests.cc', 152 'test/run_all_unittests.cc',
152 'translate/core/browser/language_state_unittest.cc', 153 'translate/core/browser/language_state_unittest.cc',
153 'translate/core/browser/translate_browser_metrics_unittest.cc', 154 'translate/core/browser/translate_browser_metrics_unittest.cc',
154 'translate/core/browser/translate_prefs_unittest.cc', 155 'translate/core/browser/translate_prefs_unittest.cc',
155 'translate/core/browser/translate_script_unittest.cc', 156 'translate/core/browser/translate_script_unittest.cc',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'dependencies': [ 697 'dependencies': [
697 '../base/allocator/allocator.gyp:allocator', 698 '../base/allocator/allocator.gyp:allocator',
698 ], 699 ],
699 }], 700 }],
700 ], 701 ],
701 }, 702 },
702 ], 703 ],
703 }], 704 }],
704 ], 705 ],
705 } 706 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698