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

Side by Side 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, 11 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 'browser/sync/glue/session_model_associator.cc', 1978 'browser/sync/glue/session_model_associator.cc',
1979 'test/base/chrome_test_launcher.cc', 1979 'test/base/chrome_test_launcher.cc',
1980 'test/data/resource.rc', 1980 'test/data/resource.rc',
1981 'browser/sync/test/integration/apps_helper.cc', 1981 'browser/sync/test/integration/apps_helper.cc',
1982 'browser/sync/test/integration/apps_helper.h', 1982 'browser/sync/test/integration/apps_helper.h',
1983 'browser/sync/test/integration/autofill_helper.cc', 1983 'browser/sync/test/integration/autofill_helper.cc',
1984 'browser/sync/test/integration/autofill_helper.h', 1984 'browser/sync/test/integration/autofill_helper.h',
1985 'browser/sync/test/integration/bookmarks_helper.cc', 1985 'browser/sync/test/integration/bookmarks_helper.cc',
1986 'browser/sync/test/integration/bookmarks_helper.h', 1986 'browser/sync/test/integration/bookmarks_helper.h',
1987 'browser/sync/test/integration/cross_platform_sync_test.cc', 1987 'browser/sync/test/integration/cross_platform_sync_test.cc',
1988 'browser/sync/test/integration/dictionary_helper.cc',
1989 'browser/sync/test/integration/dictionary_helper.h',
1990 'browser/sync/test/integration/dictionary_load_observer.cc',
1991 'browser/sync/test/integration/dictionary_load_observer.h',
1988 'browser/sync/test/integration/enable_disable_test.cc', 1992 'browser/sync/test/integration/enable_disable_test.cc',
1989 'browser/sync/test/integration/extension_settings_helper.cc', 1993 'browser/sync/test/integration/extension_settings_helper.cc',
1990 'browser/sync/test/integration/extension_settings_helper.h', 1994 'browser/sync/test/integration/extension_settings_helper.h',
1991 'browser/sync/test/integration/extensions_helper.cc', 1995 'browser/sync/test/integration/extensions_helper.cc',
1992 'browser/sync/test/integration/extensions_helper.h', 1996 'browser/sync/test/integration/extensions_helper.h',
1993 'browser/sync/test/integration/migration_errors_test.cc', 1997 'browser/sync/test/integration/migration_errors_test.cc',
1994 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', 1998 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
1999 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc',
1995 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', 2000 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
1996 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' , 2001 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' ,
1997 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', 2002 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
1998 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', 2003 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc',
1999 'browser/sync/test/integration/passwords_helper.cc', 2004 'browser/sync/test/integration/passwords_helper.cc',
2000 'browser/sync/test/integration/passwords_helper.h', 2005 'browser/sync/test/integration/passwords_helper.h',
2001 'browser/sync/test/integration/preferences_helper.cc', 2006 'browser/sync/test/integration/preferences_helper.cc',
2002 'browser/sync/test/integration/preferences_helper.h', 2007 'browser/sync/test/integration/preferences_helper.h',
2003 'browser/sync/test/integration/search_engines_helper.cc', 2008 'browser/sync/test/integration/search_engines_helper.cc',
2004 'browser/sync/test/integration/search_engines_helper.h', 2009 'browser/sync/test/integration/search_engines_helper.h',
2005 'browser/sync/test/integration/sessions_helper.cc', 2010 'browser/sync/test/integration/sessions_helper.cc',
2006 'browser/sync/test/integration/sessions_helper.h', 2011 'browser/sync/test/integration/sessions_helper.h',
2007 'browser/sync/test/integration/single_client_apps_sync_test.cc', 2012 'browser/sync/test/integration/single_client_apps_sync_test.cc',
2008 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 2013 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
2014 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
2009 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 2015 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
2010 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 2016 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
2011 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 2017 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
2012 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ', 2018 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ',
2013 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 2019 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
2014 'browser/sync/test/integration/single_client_themes_sync_test.cc', 2020 'browser/sync/test/integration/single_client_themes_sync_test.cc',
2015 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 2021 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
2016 'browser/sync/test/integration/sync_app_helper.cc', 2022 'browser/sync/test/integration/sync_app_helper.cc',
2017 'browser/sync/test/integration/sync_app_helper.h', 2023 'browser/sync/test/integration/sync_app_helper.h',
2018 'browser/sync/test/integration/sync_datatype_helper.cc', 2024 'browser/sync/test/integration/sync_datatype_helper.cc',
2019 'browser/sync/test/integration/sync_datatype_helper.h', 2025 'browser/sync/test/integration/sync_datatype_helper.h',
2020 'browser/sync/test/integration/sync_errors_test.cc', 2026 'browser/sync/test/integration/sync_errors_test.cc',
2021 'browser/sync/test/integration/sync_extension_helper.cc', 2027 'browser/sync/test/integration/sync_extension_helper.cc',
2022 'browser/sync/test/integration/sync_extension_helper.h', 2028 'browser/sync/test/integration/sync_extension_helper.h',
2023 'browser/sync/test/integration/sync_test.cc', 2029 'browser/sync/test/integration/sync_test.cc',
2024 'browser/sync/test/integration/sync_test.h', 2030 'browser/sync/test/integration/sync_test.h',
2025 'browser/sync/test/integration/themes_helper.cc', 2031 'browser/sync/test/integration/themes_helper.cc',
2026 'browser/sync/test/integration/themes_helper.h', 2032 'browser/sync/test/integration/themes_helper.h',
2027 'browser/sync/test/integration/two_client_apps_sync_test.cc', 2033 'browser/sync/test/integration/two_client_apps_sync_test.cc',
2028 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 2034 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
2029 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 2035 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
2036 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
2030 'browser/sync/test/integration/two_client_extension_settings_and_app_set tings_sync_test.cc', 2037 'browser/sync/test/integration/two_client_extension_settings_and_app_set tings_sync_test.cc',
2031 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 2038 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
2032 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 2039 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
2033 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 2040 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
2034 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 2041 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
2035 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 2042 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
2036 'browser/sync/test/integration/two_client_themes_sync_test.cc', 2043 'browser/sync/test/integration/two_client_themes_sync_test.cc',
2037 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 2044 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
2038 'browser/sync/test/integration/typed_urls_helper.cc', 2045 'browser/sync/test/integration/typed_urls_helper.cc',
2039 'browser/sync/test/integration/typed_urls_helper.h', 2046 'browser/sync/test/integration/typed_urls_helper.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 'app/chrome_command_ids.h', 2135 'app/chrome_command_ids.h',
2129 'app/chrome_dll.rc', 2136 'app/chrome_dll.rc',
2130 'app/chrome_dll_resource.h', 2137 'app/chrome_dll_resource.h',
2131 'app/chrome_version.rc.version', 2138 'app/chrome_version.rc.version',
2132 'browser/sessions/session_backend.cc', 2139 'browser/sessions/session_backend.cc',
2133 'browser/sync/glue/session_model_associator.cc', 2140 'browser/sync/glue/session_model_associator.cc',
2134 'browser/sync/test/integration/autofill_helper.cc', 2141 'browser/sync/test/integration/autofill_helper.cc',
2135 'browser/sync/test/integration/autofill_helper.h', 2142 'browser/sync/test/integration/autofill_helper.h',
2136 'browser/sync/test/integration/bookmarks_helper.cc', 2143 'browser/sync/test/integration/bookmarks_helper.cc',
2137 'browser/sync/test/integration/bookmarks_helper.h', 2144 'browser/sync/test/integration/bookmarks_helper.h',
2145 'browser/sync/test/integration/dictionary_helper.cc',
2146 'browser/sync/test/integration/dictionary_helper.h',
2147 'browser/sync/test/integration/dictionary_load_observer.cc',
2148 'browser/sync/test/integration/dictionary_load_observer.h',
2138 'browser/sync/test/integration/extensions_helper.cc', 2149 'browser/sync/test/integration/extensions_helper.cc',
2139 'browser/sync/test/integration/extensions_helper.h', 2150 'browser/sync/test/integration/extensions_helper.h',
2140 'browser/sync/test/integration/passwords_helper.cc', 2151 'browser/sync/test/integration/passwords_helper.cc',
2141 'browser/sync/test/integration/passwords_helper.h', 2152 'browser/sync/test/integration/passwords_helper.h',
2142 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', 2153 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
2143 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', 2154 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc',
2155 'browser/sync/test/integration/performance/dictionary_sync_perf_test.cc' ,
2144 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc' , 2156 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc' ,
2145 'browser/sync/test/integration/performance/sync_timing_helper.cc', 2157 'browser/sync/test/integration/performance/sync_timing_helper.cc',
2146 'browser/sync/test/integration/performance/sync_timing_helper.h', 2158 'browser/sync/test/integration/performance/sync_timing_helper.h',
2147 'browser/sync/test/integration/performance/passwords_sync_perf_test.cc', 2159 'browser/sync/test/integration/performance/passwords_sync_perf_test.cc',
2148 'browser/sync/test/integration/performance/sessions_sync_perf_test.cc', 2160 'browser/sync/test/integration/performance/sessions_sync_perf_test.cc',
2149 'browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc' , 2161 'browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc' ,
2150 'browser/sync/test/integration/sessions_helper.cc', 2162 'browser/sync/test/integration/sessions_helper.cc',
2151 'browser/sync/test/integration/sessions_helper.h', 2163 'browser/sync/test/integration/sessions_helper.h',
2152 'browser/sync/test/integration/sync_datatype_helper.cc', 2164 'browser/sync/test/integration/sync_datatype_helper.cc',
2153 'browser/sync/test/integration/sync_datatype_helper.h', 2165 'browser/sync/test/integration/sync_datatype_helper.h',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
2856 'sync_integration_tests.isolate', 2868 'sync_integration_tests.isolate',
2857 ], 2869 ],
2858 'sources': [ 2870 'sources': [
2859 'sync_integration_tests.isolate', 2871 'sync_integration_tests.isolate',
2860 ], 2872 ],
2861 }, 2873 },
2862 ], 2874 ],
2863 }], 2875 }],
2864 ], # 'conditions' 2876 ], # 'conditions'
2865 } 2877 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698