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

Side by Side Diff: components/components_tests.gyp

Issue 195873020: [Sync] Move SyncPrefs into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'storage_monitor/image_capture_device_manager_unittest.mm', 95 'storage_monitor/image_capture_device_manager_unittest.mm',
96 'storage_monitor/media_storage_util_unittest.cc', 96 'storage_monitor/media_storage_util_unittest.cc',
97 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', 97 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc',
98 'storage_monitor/storage_info_unittest.cc', 98 'storage_monitor/storage_info_unittest.cc',
99 'storage_monitor/storage_monitor_chromeos_unittest.cc', 99 'storage_monitor/storage_monitor_chromeos_unittest.cc',
100 'storage_monitor/storage_monitor_linux_unittest.cc', 100 'storage_monitor/storage_monitor_linux_unittest.cc',
101 'storage_monitor/storage_monitor_mac_unittest.mm', 101 'storage_monitor/storage_monitor_mac_unittest.mm',
102 'storage_monitor/storage_monitor_unittest.cc', 102 'storage_monitor/storage_monitor_unittest.cc',
103 'storage_monitor/storage_monitor_win_unittest.cc', 103 'storage_monitor/storage_monitor_win_unittest.cc',
104 'sync_driver/model_association_manager_unittest.cc', 104 'sync_driver/model_association_manager_unittest.cc',
105 'sync_driver/sync_prefs_unittest.cc',
105 'sync_driver/system_encryptor_unittest.cc', 106 'sync_driver/system_encryptor_unittest.cc',
106 'test/run_all_unittests.cc', 107 'test/run_all_unittests.cc',
107 'translate/core/browser/language_state_unittest.cc', 108 'translate/core/browser/language_state_unittest.cc',
108 'translate/core/browser/translate_browser_metrics_unittest.cc', 109 'translate/core/browser/translate_browser_metrics_unittest.cc',
109 'translate/core/browser/translate_prefs_unittest.cc', 110 'translate/core/browser/translate_prefs_unittest.cc',
110 'translate/core/browser/translate_script_unittest.cc', 111 'translate/core/browser/translate_script_unittest.cc',
111 'translate/core/common/translate_metrics_unittest.cc', 112 'translate/core/common/translate_metrics_unittest.cc',
112 'translate/core/common/translate_util_unittest.cc', 113 'translate/core/common/translate_util_unittest.cc',
113 'translate/language_detection/language_detection_util_unittest.cc', 114 'translate/language_detection/language_detection_util_unittest.cc',
114 'url_matcher/regex_set_matcher_unittest.cc', 115 'url_matcher/regex_set_matcher_unittest.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'dependencies': [ 567 'dependencies': [
567 '../base/allocator/allocator.gyp:allocator', 568 '../base/allocator/allocator.gyp:allocator',
568 ], 569 ],
569 }], 570 }],
570 ], 571 ],
571 }, 572 },
572 ], 573 ],
573 }], 574 }],
574 ], 575 ],
575 } 576 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698