Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 209008c2dac2e7838540c093e6137d1dc32dfb3c..135a8f8e54c649e9acc8556c9171631020f61b06 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2408,6 +2408,8 @@ |
'browser/sync/test/integration/preferences_helper.h', |
'browser/sync/test/integration/profile_sync_service_harness.cc', |
'browser/sync/test/integration/profile_sync_service_harness.h', |
+ 'browser/sync/test/integration/quiesce_status_change_checker.cc', |
+ 'browser/sync/test/integration/quiesce_status_change_checker.h', |
'browser/sync/test/integration/retry_verifier.cc', |
'browser/sync/test/integration/retry_verifier.h', |
'browser/sync/test/integration/search_engines_helper.cc', |
@@ -2432,6 +2434,8 @@ |
'browser/sync/test/integration/themes_helper.h', |
'browser/sync/test/integration/typed_urls_helper.cc', |
'browser/sync/test/integration/typed_urls_helper.h', |
+ 'browser/sync/test/integration/updated_progress_marker_checker.cc', |
+ 'browser/sync/test/integration/updated_progress_marker_checker.h', |
], |
'conditions': [ |
['OS=="mac"', { |