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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13197004: Draft: InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passes tests Created 7 years, 8 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 '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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 'browser/storage_monitor/test_portable_device_watcher_win.cc', 1088 'browser/storage_monitor/test_portable_device_watcher_win.cc',
1089 'browser/storage_monitor/test_portable_device_watcher_win.h', 1089 'browser/storage_monitor/test_portable_device_watcher_win.h',
1090 'browser/storage_monitor/test_storage_monitor_win.cc', 1090 'browser/storage_monitor/test_storage_monitor_win.cc',
1091 'browser/storage_monitor/test_storage_monitor_win.h', 1091 'browser/storage_monitor/test_storage_monitor_win.h',
1092 'browser/storage_monitor/test_volume_mount_watcher_win.cc', 1092 'browser/storage_monitor/test_volume_mount_watcher_win.cc',
1093 'browser/storage_monitor/test_volume_mount_watcher_win.h', 1093 'browser/storage_monitor/test_volume_mount_watcher_win.h',
1094 'browser/sync/about_sync_util_unittest.cc', 1094 'browser/sync/about_sync_util_unittest.cc',
1095 'browser/sync/abstract_profile_sync_service_test.cc', 1095 'browser/sync/abstract_profile_sync_service_test.cc',
1096 'browser/sync/abstract_profile_sync_service_test.h', 1096 'browser/sync/abstract_profile_sync_service_test.h',
1097 'browser/sync/backend_migrator_unittest.cc', 1097 'browser/sync/backend_migrator_unittest.cc',
1098 'browser/sync/glue/android_invalidator_bridge_proxy_unittest.cc',
1099 'browser/sync/glue/android_invalidator_bridge_unittest.cc',
1100 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1098 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1101 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1099 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1102 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1100 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1103 'browser/sync/glue/change_processor_mock.cc', 1101 'browser/sync/glue/change_processor_mock.cc',
1104 'browser/sync/glue/change_processor_mock.h', 1102 'browser/sync/glue/change_processor_mock.h',
1105 'browser/sync/glue/chrome_encryptor_unittest.cc', 1103 'browser/sync/glue/chrome_encryptor_unittest.cc',
1106 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', 1104 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
1107 'browser/sync/glue/data_type_controller_mock.cc', 1105 'browser/sync/glue/data_type_controller_mock.cc',
1108 'browser/sync/glue/data_type_controller_mock.h', 1106 'browser/sync/glue/data_type_controller_mock.h',
1109 'browser/sync/glue/data_type_error_handler_mock.cc', 1107 'browser/sync/glue/data_type_error_handler_mock.cc',
(...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
2431 # more details. 2429 # more details.
2432 'DebugInformationFormat': '3', 2430 'DebugInformationFormat': '3',
2433 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2431 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2434 }, 2432 },
2435 }, 2433 },
2436 }, 2434 },
2437 ], 2435 ],
2438 }], 2436 }],
2439 ], # 'conditions' 2437 ], # 'conditions'
2440 } 2438 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698