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

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: Fix compile on some platforms 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 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 'browser/sync/glue/session_model_associator.cc', 2004 'browser/sync/glue/session_model_associator.cc',
2005 'test/base/chrome_test_launcher.cc', 2005 'test/base/chrome_test_launcher.cc',
2006 'test/data/resource.rc', 2006 'test/data/resource.rc',
2007 'browser/sync/test/integration/apps_helper.cc', 2007 'browser/sync/test/integration/apps_helper.cc',
2008 'browser/sync/test/integration/apps_helper.h', 2008 'browser/sync/test/integration/apps_helper.h',
2009 'browser/sync/test/integration/autofill_helper.cc', 2009 'browser/sync/test/integration/autofill_helper.cc',
2010 'browser/sync/test/integration/autofill_helper.h', 2010 'browser/sync/test/integration/autofill_helper.h',
2011 'browser/sync/test/integration/bookmarks_helper.cc', 2011 'browser/sync/test/integration/bookmarks_helper.cc',
2012 'browser/sync/test/integration/bookmarks_helper.h', 2012 'browser/sync/test/integration/bookmarks_helper.h',
2013 'browser/sync/test/integration/cross_platform_sync_test.cc', 2013 'browser/sync/test/integration/cross_platform_sync_test.cc',
2014 'browser/sync/test/integration/dictionary_helper.cc',
2015 'browser/sync/test/integration/dictionary_helper.h',
2016 'browser/sync/test/integration/dictionary_load_observer.cc',
2017 'browser/sync/test/integration/dictionary_load_observer.h',
2014 'browser/sync/test/integration/enable_disable_test.cc', 2018 'browser/sync/test/integration/enable_disable_test.cc',
2015 'browser/sync/test/integration/extension_settings_helper.cc', 2019 'browser/sync/test/integration/extension_settings_helper.cc',
2016 'browser/sync/test/integration/extension_settings_helper.h', 2020 'browser/sync/test/integration/extension_settings_helper.h',
2017 'browser/sync/test/integration/extensions_helper.cc', 2021 'browser/sync/test/integration/extensions_helper.cc',
2018 'browser/sync/test/integration/extensions_helper.h', 2022 'browser/sync/test/integration/extensions_helper.h',
2019 'browser/sync/test/integration/migration_errors_test.cc', 2023 'browser/sync/test/integration/migration_errors_test.cc',
2020 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', 2024 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
2025 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc',
2021 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', 2026 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
2022 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' , 2027 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' ,
2023 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', 2028 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
2024 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', 2029 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc',
2025 'browser/sync/test/integration/passwords_helper.cc', 2030 'browser/sync/test/integration/passwords_helper.cc',
2026 'browser/sync/test/integration/passwords_helper.h', 2031 'browser/sync/test/integration/passwords_helper.h',
2027 'browser/sync/test/integration/preferences_helper.cc', 2032 'browser/sync/test/integration/preferences_helper.cc',
2028 'browser/sync/test/integration/preferences_helper.h', 2033 'browser/sync/test/integration/preferences_helper.h',
2029 'browser/sync/test/integration/search_engines_helper.cc', 2034 'browser/sync/test/integration/search_engines_helper.cc',
2030 'browser/sync/test/integration/search_engines_helper.h', 2035 'browser/sync/test/integration/search_engines_helper.h',
2031 'browser/sync/test/integration/sessions_helper.cc', 2036 'browser/sync/test/integration/sessions_helper.cc',
2032 'browser/sync/test/integration/sessions_helper.h', 2037 'browser/sync/test/integration/sessions_helper.h',
2033 'browser/sync/test/integration/single_client_apps_sync_test.cc', 2038 'browser/sync/test/integration/single_client_apps_sync_test.cc',
2034 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 2039 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
2040 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
2035 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 2041 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
2036 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 2042 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
2037 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 2043 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
2038 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ', 2044 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ',
2039 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 2045 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
2040 'browser/sync/test/integration/single_client_themes_sync_test.cc', 2046 'browser/sync/test/integration/single_client_themes_sync_test.cc',
2041 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 2047 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
2042 'browser/sync/test/integration/sync_app_helper.cc', 2048 'browser/sync/test/integration/sync_app_helper.cc',
2043 'browser/sync/test/integration/sync_app_helper.h', 2049 'browser/sync/test/integration/sync_app_helper.h',
2044 'browser/sync/test/integration/sync_datatype_helper.cc', 2050 'browser/sync/test/integration/sync_datatype_helper.cc',
2045 'browser/sync/test/integration/sync_datatype_helper.h', 2051 'browser/sync/test/integration/sync_datatype_helper.h',
2046 'browser/sync/test/integration/sync_errors_test.cc', 2052 'browser/sync/test/integration/sync_errors_test.cc',
2047 'browser/sync/test/integration/sync_extension_helper.cc', 2053 'browser/sync/test/integration/sync_extension_helper.cc',
2048 'browser/sync/test/integration/sync_extension_helper.h', 2054 'browser/sync/test/integration/sync_extension_helper.h',
2049 'browser/sync/test/integration/sync_test.cc', 2055 'browser/sync/test/integration/sync_test.cc',
2050 'browser/sync/test/integration/sync_test.h', 2056 'browser/sync/test/integration/sync_test.h',
2051 'browser/sync/test/integration/themes_helper.cc', 2057 'browser/sync/test/integration/themes_helper.cc',
2052 'browser/sync/test/integration/themes_helper.h', 2058 'browser/sync/test/integration/themes_helper.h',
2053 'browser/sync/test/integration/two_client_apps_sync_test.cc', 2059 'browser/sync/test/integration/two_client_apps_sync_test.cc',
2054 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 2060 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
2055 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 2061 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
2062 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
2056 'browser/sync/test/integration/two_client_extension_settings_and_app_set tings_sync_test.cc', 2063 'browser/sync/test/integration/two_client_extension_settings_and_app_set tings_sync_test.cc',
2057 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 2064 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
2058 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 2065 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
2059 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 2066 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
2060 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 2067 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
2061 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 2068 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
2062 'browser/sync/test/integration/two_client_themes_sync_test.cc', 2069 'browser/sync/test/integration/two_client_themes_sync_test.cc',
2063 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 2070 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
2064 'browser/sync/test/integration/typed_urls_helper.cc', 2071 'browser/sync/test/integration/typed_urls_helper.cc',
2065 'browser/sync/test/integration/typed_urls_helper.h', 2072 'browser/sync/test/integration/typed_urls_helper.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 'app/chrome_command_ids.h', 2161 'app/chrome_command_ids.h',
2155 'app/chrome_dll.rc', 2162 'app/chrome_dll.rc',
2156 'app/chrome_dll_resource.h', 2163 'app/chrome_dll_resource.h',
2157 'app/chrome_version.rc.version', 2164 'app/chrome_version.rc.version',
2158 'browser/sessions/session_backend.cc', 2165 'browser/sessions/session_backend.cc',
2159 'browser/sync/glue/session_model_associator.cc', 2166 'browser/sync/glue/session_model_associator.cc',
2160 'browser/sync/test/integration/autofill_helper.cc', 2167 'browser/sync/test/integration/autofill_helper.cc',
2161 'browser/sync/test/integration/autofill_helper.h', 2168 'browser/sync/test/integration/autofill_helper.h',
2162 'browser/sync/test/integration/bookmarks_helper.cc', 2169 'browser/sync/test/integration/bookmarks_helper.cc',
2163 'browser/sync/test/integration/bookmarks_helper.h', 2170 'browser/sync/test/integration/bookmarks_helper.h',
2171 'browser/sync/test/integration/dictionary_helper.cc',
2172 'browser/sync/test/integration/dictionary_helper.h',
2173 'browser/sync/test/integration/dictionary_load_observer.cc',
2174 'browser/sync/test/integration/dictionary_load_observer.h',
2164 'browser/sync/test/integration/extensions_helper.cc', 2175 'browser/sync/test/integration/extensions_helper.cc',
2165 'browser/sync/test/integration/extensions_helper.h', 2176 'browser/sync/test/integration/extensions_helper.h',
2166 'browser/sync/test/integration/passwords_helper.cc', 2177 'browser/sync/test/integration/passwords_helper.cc',
2167 'browser/sync/test/integration/passwords_helper.h', 2178 'browser/sync/test/integration/passwords_helper.h',
2168 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', 2179 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
2169 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', 2180 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc',
2181 'browser/sync/test/integration/performance/dictionary_sync_perf_test.cc' ,
2170 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc' , 2182 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc' ,
2171 'browser/sync/test/integration/performance/sync_timing_helper.cc', 2183 'browser/sync/test/integration/performance/sync_timing_helper.cc',
2172 'browser/sync/test/integration/performance/sync_timing_helper.h', 2184 'browser/sync/test/integration/performance/sync_timing_helper.h',
2173 'browser/sync/test/integration/performance/passwords_sync_perf_test.cc', 2185 'browser/sync/test/integration/performance/passwords_sync_perf_test.cc',
2174 'browser/sync/test/integration/performance/sessions_sync_perf_test.cc', 2186 'browser/sync/test/integration/performance/sessions_sync_perf_test.cc',
2175 'browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc' , 2187 'browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc' ,
2176 'browser/sync/test/integration/sessions_helper.cc', 2188 'browser/sync/test/integration/sessions_helper.cc',
2177 'browser/sync/test/integration/sessions_helper.h', 2189 'browser/sync/test/integration/sessions_helper.h',
2178 'browser/sync/test/integration/sync_datatype_helper.cc', 2190 'browser/sync/test/integration/sync_datatype_helper.cc',
2179 'browser/sync/test/integration/sync_datatype_helper.h', 2191 'browser/sync/test/integration/sync_datatype_helper.h',
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 'sync_integration_tests.isolate', 2895 'sync_integration_tests.isolate',
2884 ], 2896 ],
2885 'sources': [ 2897 'sources': [
2886 'sync_integration_tests.isolate', 2898 'sync_integration_tests.isolate',
2887 ], 2899 ],
2888 }, 2900 },
2889 ], 2901 ],
2890 }], 2902 }],
2891 ], # 'conditions' 2903 ], # 'conditions'
2892 } 2904 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698