| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 5092c9eba8827743e5465ad2430e3325f9eeee0e..4d071df81aa15c07400082ae3436e45c4a839590 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2025,6 +2025,10 @@
|
| 'browser/sync/test/integration/bookmarks_helper.cc',
|
| 'browser/sync/test/integration/bookmarks_helper.h',
|
| 'browser/sync/test/integration/cross_platform_sync_test.cc',
|
| + 'browser/sync/test/integration/dictionary_helper.cc',
|
| + 'browser/sync/test/integration/dictionary_helper.h',
|
| + 'browser/sync/test/integration/dictionary_load_observer.cc',
|
| + 'browser/sync/test/integration/dictionary_load_observer.h',
|
| 'browser/sync/test/integration/enable_disable_test.cc',
|
| 'browser/sync/test/integration/extension_settings_helper.cc',
|
| 'browser/sync/test/integration/extension_settings_helper.h',
|
| @@ -2032,6 +2036,7 @@
|
| 'browser/sync/test/integration/extensions_helper.h',
|
| 'browser/sync/test/integration/migration_errors_test.cc',
|
| 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
|
| + 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc',
|
| 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
|
| 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc',
|
| 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
|
| @@ -2046,6 +2051,7 @@
|
| 'browser/sync/test/integration/sessions_helper.h',
|
| 'browser/sync/test/integration/single_client_apps_sync_test.cc',
|
| 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
|
| + 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
|
| 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
|
| 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
|
| 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
|
| @@ -2067,6 +2073,7 @@
|
| 'browser/sync/test/integration/two_client_apps_sync_test.cc',
|
| 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
|
| 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
|
| + 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
|
| 'browser/sync/test/integration/two_client_extension_settings_and_app_settings_sync_test.cc',
|
| 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
|
| 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
|
| @@ -2176,12 +2183,17 @@
|
| 'browser/sync/test/integration/autofill_helper.h',
|
| 'browser/sync/test/integration/bookmarks_helper.cc',
|
| 'browser/sync/test/integration/bookmarks_helper.h',
|
| + 'browser/sync/test/integration/dictionary_helper.cc',
|
| + 'browser/sync/test/integration/dictionary_helper.h',
|
| + 'browser/sync/test/integration/dictionary_load_observer.cc',
|
| + 'browser/sync/test/integration/dictionary_load_observer.h',
|
| 'browser/sync/test/integration/extensions_helper.cc',
|
| 'browser/sync/test/integration/extensions_helper.h',
|
| 'browser/sync/test/integration/passwords_helper.cc',
|
| 'browser/sync/test/integration/passwords_helper.h',
|
| 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
|
| 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc',
|
| + 'browser/sync/test/integration/performance/dictionary_sync_perf_test.cc',
|
| 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc',
|
| 'browser/sync/test/integration/performance/sync_timing_helper.cc',
|
| 'browser/sync/test/integration/performance/sync_timing_helper.h',
|
|
|