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

Unified Diff: chrome/chrome_tests.gypi

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add server-side size limit tests Created 7 years, 12 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index bf98e14674e5facb4bdf67e54dd15912bb920834..2715a64a9d9516afa9324d1895dd2b4fbceb9e14 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1985,6 +1985,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',
@@ -1992,6 +1996,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',
@@ -2006,6 +2011,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',
@@ -2027,6 +2033,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',
@@ -2135,12 +2142,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',

Powered by Google App Engine
This is Rietveld 408576698