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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 430583003: Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - Part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed memory leak in DataTypeController unit tests Created 6 years, 4 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 'browser/supervised_user/supervised_user_sync_service_unittest.cc', 1317 'browser/supervised_user/supervised_user_sync_service_unittest.cc',
1318 'browser/supervised_user/supervised_user_url_filter_unittest.cc', 1318 'browser/supervised_user/supervised_user_url_filter_unittest.cc',
1319 'browser/sync/about_sync_util_unittest.cc', 1319 'browser/sync/about_sync_util_unittest.cc',
1320 'browser/sync/abstract_profile_sync_service_test.cc', 1320 'browser/sync/abstract_profile_sync_service_test.cc',
1321 'browser/sync/abstract_profile_sync_service_test.h', 1321 'browser/sync/abstract_profile_sync_service_test.h',
1322 'browser/sync/backend_migrator_unittest.cc', 1322 'browser/sync/backend_migrator_unittest.cc',
1323 'browser/sync/backup_rollback_controller_unittest.cc', 1323 'browser/sync/backup_rollback_controller_unittest.cc',
1324 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1324 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1325 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1325 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1326 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1326 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1327 'browser/sync/glue/device_info_data_type_controller_unittest.cc',
1328 'browser/sync/glue/device_info_sync_service_unittest.cc',
1327 'browser/sync/glue/extensions_activity_monitor_unittest.cc', 1329 'browser/sync/glue/extensions_activity_monitor_unittest.cc',
1328 'browser/sync/glue/favicon_cache_unittest.cc', 1330 'browser/sync/glue/favicon_cache_unittest.cc',
1329 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1331 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1330 'browser/sync/glue/frontend_data_type_controller_mock.h', 1332 'browser/sync/glue/frontend_data_type_controller_mock.h',
1331 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1333 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1332 'browser/sync/glue/local_device_info_provider_unittest.cc', 1334 'browser/sync/glue/local_device_info_provider_unittest.cc',
1333 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1335 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1334 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1336 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1335 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1337 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1336 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1338 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
(...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 'dependencies': [ 2894 'dependencies': [
2893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2895 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2894 ], 2896 ],
2895 }], 2897 }],
2896 ], 2898 ],
2897 }, 2899 },
2898 ], 2900 ],
2899 }], 2901 }],
2900 ], # 'conditions' 2902 ], # 'conditions'
2901 } 2903 }
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