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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 162443004: sync: final pieces to sync deferred initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 6 years, 10 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_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 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'browser/sync/profile_sync_service_password_unittest.cc', 1325 'browser/sync/profile_sync_service_password_unittest.cc',
1326 'browser/sync/profile_sync_service_preference_unittest.cc', 1326 'browser/sync/profile_sync_service_preference_unittest.cc',
1327 'browser/sync/profile_sync_service_session_unittest.cc', 1327 'browser/sync/profile_sync_service_session_unittest.cc',
1328 'browser/sync/profile_sync_service_startup_unittest.cc', 1328 'browser/sync/profile_sync_service_startup_unittest.cc',
1329 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1329 'browser/sync/profile_sync_service_typed_url_unittest.cc',
1330 'browser/sync/profile_sync_service_unittest.cc', 1330 'browser/sync/profile_sync_service_unittest.cc',
1331 'browser/sync/profile_sync_test_util.cc', 1331 'browser/sync/profile_sync_test_util.cc',
1332 'browser/sync/profile_sync_test_util.h', 1332 'browser/sync/profile_sync_test_util.h',
1333 'browser/sync/sessions2/sessions_sync_manager_unittest.cc', 1333 'browser/sync/sessions2/sessions_sync_manager_unittest.cc',
1334 'browser/sync/sessions2/tab_node_pool2_unittest.cc', 1334 'browser/sync/sessions2/tab_node_pool2_unittest.cc',
1335 'browser/sync/startup_controller_unittest.cc',
1335 'browser/sync/sync_global_error_unittest.cc', 1336 'browser/sync/sync_global_error_unittest.cc',
1336 'browser/sync/sync_policy_handler_unittest.cc', 1337 'browser/sync/sync_policy_handler_unittest.cc',
1337 'browser/sync/sync_prefs_unittest.cc', 1338 'browser/sync/sync_prefs_unittest.cc',
1338 'browser/sync/sync_startup_tracker_unittest.cc', 1339 'browser/sync/sync_startup_tracker_unittest.cc',
1339 'browser/sync/sync_ui_util_unittest.cc', 1340 'browser/sync/sync_ui_util_unittest.cc',
1340 'browser/sync/test/test_http_bridge_factory.cc', 1341 'browser/sync/test/test_http_bridge_factory.cc',
1341 'browser/sync/test/test_http_bridge_factory.h', 1342 'browser/sync/test/test_http_bridge_factory.h',
1342 'browser/sync/test_profile_sync_service.cc', 1343 'browser/sync/test_profile_sync_service.cc',
1343 'browser/sync/test_profile_sync_service.h', 1344 'browser/sync/test_profile_sync_service.h',
1344 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', 1345 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc',
(...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after
2905 'browser/ui/app_list/test/fake_profile_store.h', 2906 'browser/ui/app_list/test/fake_profile_store.h',
2906 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2907 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2907 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2908 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2908 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2909 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2909 ], 2910 ],
2910 }, 2911 },
2911 ], 2912 ],
2912 }], 2913 }],
2913 ], # 'conditions' 2914 ], # 'conditions'
2914 } 2915 }
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