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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 367153005: Sync: Refactoring of DEVICE_INFO syncable type - Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed build issues in browser_tests Created 6 years, 5 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
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 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'browser/sync/backend_migrator_unittest.cc', 1347 'browser/sync/backend_migrator_unittest.cc',
1348 'browser/sync/backup_rollback_controller_unittest.cc', 1348 'browser/sync/backup_rollback_controller_unittest.cc',
1349 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1349 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1350 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1350 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1351 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1351 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1352 'browser/sync/glue/extensions_activity_monitor_unittest.cc', 1352 'browser/sync/glue/extensions_activity_monitor_unittest.cc',
1353 'browser/sync/glue/favicon_cache_unittest.cc', 1353 'browser/sync/glue/favicon_cache_unittest.cc',
1354 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1354 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1355 'browser/sync/glue/frontend_data_type_controller_mock.h', 1355 'browser/sync/glue/frontend_data_type_controller_mock.h',
1356 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1356 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1357 'browser/sync/glue/local_device_info_provider_mock.cc',
1358 'browser/sync/glue/local_device_info_provider_mock.h',
1359 'browser/sync/glue/local_device_info_provider_unittest.cc',
1357 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1360 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1358 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1361 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1359 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1362 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1360 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1363 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1361 'browser/sync/glue/sync_backend_host_impl_unittest.cc', 1364 'browser/sync/glue/sync_backend_host_impl_unittest.cc',
1362 'browser/sync/glue/sync_backend_host_mock.cc', 1365 'browser/sync/glue/sync_backend_host_mock.cc',
1363 'browser/sync/glue/sync_backend_host_mock.h', 1366 'browser/sync/glue/sync_backend_host_mock.h',
1364 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1367 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1365 'browser/sync/glue/synced_device_tracker_unittest.cc', 1368 'browser/sync/glue/synced_device_tracker_unittest.cc',
1366 'browser/sync/glue/synced_session_tracker_unittest.cc', 1369 'browser/sync/glue/synced_session_tracker_unittest.cc',
1367 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1370 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1368 'browser/sync/glue/ui_model_worker_unittest.cc', 1371 'browser/sync/glue/ui_model_worker_unittest.cc',
1369 'browser/sync/profile_sync_auth_provider_unittest.cc', 1372 'browser/sync/profile_sync_auth_provider_unittest.cc',
1370 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1373 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1371 'browser/sync/profile_sync_components_factory_mock.cc', 1374 'browser/sync/profile_sync_components_factory_mock.cc',
1372 'browser/sync/profile_sync_components_factory_mock.h', 1375 'browser/sync/profile_sync_components_factory_mock.h',
1373 'browser/sync/profile_sync_service_autofill_unittest.cc', 1376 'browser/sync/profile_sync_service_autofill_unittest.cc',
1374 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1377 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1375 'browser/sync/profile_sync_service_startup_unittest.cc', 1378 'browser/sync/profile_sync_service_startup_unittest.cc',
1376 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1379 'browser/sync/profile_sync_service_typed_url_unittest.cc',
1377 'browser/sync/profile_sync_service_unittest.cc', 1380 'browser/sync/profile_sync_service_unittest.cc',
1378 'browser/sync/profile_sync_test_util.cc', 1381 'browser/sync/profile_sync_test_util.cc',
1379 'browser/sync/profile_sync_test_util.h', 1382 'browser/sync/profile_sync_test_util.h',
1383 'browser/sync/sessions/session_data_type_controller_unittest.cc',
1380 'browser/sync/sessions/sessions_sync_manager_unittest.cc', 1384 'browser/sync/sessions/sessions_sync_manager_unittest.cc',
1381 'browser/sync/sessions/tab_node_pool_unittest.cc', 1385 'browser/sync/sessions/tab_node_pool_unittest.cc',
1382 'browser/sync/startup_controller_unittest.cc', 1386 'browser/sync/startup_controller_unittest.cc',
1383 'browser/sync/sync_error_notifier_ash_unittest.cc', 1387 'browser/sync/sync_error_notifier_ash_unittest.cc',
1384 'browser/sync/sync_global_error_unittest.cc', 1388 'browser/sync/sync_global_error_unittest.cc',
1385 'browser/sync/sync_policy_handler_unittest.cc', 1389 'browser/sync/sync_policy_handler_unittest.cc',
1386 'browser/sync/sync_startup_tracker_unittest.cc', 1390 'browser/sync/sync_startup_tracker_unittest.cc',
1387 'browser/sync/sync_ui_util_unittest.cc', 1391 'browser/sync/sync_ui_util_unittest.cc',
1388 'browser/sync/test/test_http_bridge_factory.cc', 1392 'browser/sync/test/test_http_bridge_factory.cc',
1389 'browser/sync/test/test_http_bridge_factory.h', 1393 'browser/sync/test/test_http_bridge_factory.h',
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
2895 'unit_tests.isolate', 2899 'unit_tests.isolate',
2896 ], 2900 ],
2897 'sources': [ 2901 'sources': [
2898 'unit_tests.isolate', 2902 'unit_tests.isolate',
2899 ], 2903 ],
2900 }, 2904 },
2901 ], 2905 ],
2902 }], 2906 }],
2903 ], # 'conditions' 2907 ], # 'conditions'
2904 } 2908 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698