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

Unified Diff: chrome/chrome_tests.gypi

Issue 8637006: [Sync] Make syncer commands avoid posting tasks on threads with no work to do (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head, fix windows compile Created 9 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/test/engine/syncer_command_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index b6bca5ec6fd60ea7598a7d39fbd6f6b9f3106f10..d7417305dad1db697903132831b5ebae01cc0f57 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3235,12 +3235,16 @@
'browser/sync/api/sync_error_unittest.cc',
'browser/sync/engine/apply_updates_command_unittest.cc',
'browser/sync/engine/build_commit_command_unittest.cc',
+ 'browser/sync/engine/build_and_process_conflict_sets_command_unittest.cc',
'browser/sync/engine/clear_data_command_unittest.cc',
'browser/sync/engine/cleanup_disabled_types_command_unittest.cc',
'browser/sync/engine/download_updates_command_unittest.cc',
+ 'browser/sync/engine/model_changing_syncer_command_unittest.cc',
'browser/sync/engine/model_safe_worker_unittest.cc',
'browser/sync/engine/nigori_util_unittest.cc',
'browser/sync/engine/process_commit_response_command_unittest.cc',
+ 'browser/sync/engine/process_updates_command_unittest.cc',
+ 'browser/sync/engine/resolve_conflicts_command_unittest.cc',
'browser/sync/engine/syncer_proto_util_unittest.cc',
'browser/sync/engine/sync_scheduler_unittest.cc',
'browser/sync/engine/sync_scheduler_whitebox_unittest.cc',
« no previous file with comments | « chrome/browser/sync/test/engine/syncer_command_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698