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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10696107: sync: Track validity of about:sync fields (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another rebase Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 'browser/ssl/ssl_error_info.cc', 2159 'browser/ssl/ssl_error_info.cc',
2160 'browser/ssl/ssl_error_info.h', 2160 'browser/ssl/ssl_error_info.h',
2161 'browser/ssl_client_certificate_selector.h', 2161 'browser/ssl_client_certificate_selector.h',
2162 'browser/status_icons/desktop_notification_balloon.cc', 2162 'browser/status_icons/desktop_notification_balloon.cc',
2163 'browser/status_icons/desktop_notification_balloon.h', 2163 'browser/status_icons/desktop_notification_balloon.h',
2164 'browser/status_icons/status_icon.cc', 2164 'browser/status_icons/status_icon.cc',
2165 'browser/status_icons/status_icon.h', 2165 'browser/status_icons/status_icon.h',
2166 'browser/status_icons/status_icon_observer.h', 2166 'browser/status_icons/status_icon_observer.h',
2167 'browser/status_icons/status_tray.cc', 2167 'browser/status_icons/status_tray.cc',
2168 'browser/status_icons/status_tray.h', 2168 'browser/status_icons/status_tray.h',
2169 'browser/sync/about_sync_util.cc',
2170 'browser/sync/about_sync_util.h',
2171 'browser/sync/backend_migrator.cc',
2172 'browser/sync/backend_migrator.h',
2173 'browser/sync/backend_unrecoverable_error_handler.cc',
2174 'browser/sync/backend_unrecoverable_error_handler.h',
2175 'browser/sync/failed_datatypes_handler.cc',
2176 'browser/sync/failed_datatypes_handler.h',
2169 'browser/sync/glue/app_notification_data_type_controller.cc', 2177 'browser/sync/glue/app_notification_data_type_controller.cc',
2170 'browser/sync/glue/app_notification_data_type_controller.h', 2178 'browser/sync/glue/app_notification_data_type_controller.h',
2171 'browser/sync/glue/autofill_data_type_controller.cc', 2179 'browser/sync/glue/autofill_data_type_controller.cc',
2172 'browser/sync/glue/autofill_data_type_controller.h', 2180 'browser/sync/glue/autofill_data_type_controller.h',
2173 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2181 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2174 'browser/sync/glue/autofill_profile_data_type_controller.h', 2182 'browser/sync/glue/autofill_profile_data_type_controller.h',
2175 'browser/sync/glue/backend_data_type_configurer.h', 2183 'browser/sync/glue/backend_data_type_configurer.h',
2176 'browser/sync/glue/bookmark_change_processor.cc', 2184 'browser/sync/glue/bookmark_change_processor.cc',
2177 'browser/sync/glue/bookmark_change_processor.h', 2185 'browser/sync/glue/bookmark_change_processor.h',
2178 'browser/sync/glue/bookmark_data_type_controller.cc', 2186 'browser/sync/glue/bookmark_data_type_controller.cc',
2179 'browser/sync/glue/bookmark_data_type_controller.h', 2187 'browser/sync/glue/bookmark_data_type_controller.h',
2180 'browser/sync/glue/bookmark_model_associator.cc', 2188 'browser/sync/glue/bookmark_model_associator.cc',
2181 'browser/sync/glue/bookmark_model_associator.h', 2189 'browser/sync/glue/bookmark_model_associator.h',
2190 'browser/sync/glue/bridged_sync_notifier.cc',
2182 'browser/sync/glue/bridged_sync_notifier.h', 2191 'browser/sync/glue/bridged_sync_notifier.h',
2183 'browser/sync/glue/bridged_sync_notifier.cc',
2184 'browser/sync/glue/browser_thread_model_worker.cc', 2192 'browser/sync/glue/browser_thread_model_worker.cc',
2185 'browser/sync/glue/browser_thread_model_worker.h', 2193 'browser/sync/glue/browser_thread_model_worker.h',
2186 'browser/sync/glue/change_processor.cc', 2194 'browser/sync/glue/change_processor.cc',
2187 'browser/sync/glue/change_processor.h', 2195 'browser/sync/glue/change_processor.h',
2188 'browser/sync/glue/chrome_encryptor.cc', 2196 'browser/sync/glue/chrome_encryptor.cc',
2189 'browser/sync/glue/chrome_encryptor.h', 2197 'browser/sync/glue/chrome_encryptor.h',
2190 'browser/sync/glue/chrome_extensions_activity_monitor.cc', 2198 'browser/sync/glue/chrome_extensions_activity_monitor.cc',
2191 'browser/sync/glue/chrome_extensions_activity_monitor.h', 2199 'browser/sync/glue/chrome_extensions_activity_monitor.h',
2192 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 2200 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
2193 'browser/sync/glue/chrome_report_unrecoverable_error.h', 2201 'browser/sync/glue/chrome_report_unrecoverable_error.h',
2202 'browser/sync/glue/chrome_sync_notification_bridge.cc',
2194 'browser/sync/glue/chrome_sync_notification_bridge.h', 2203 'browser/sync/glue/chrome_sync_notification_bridge.h',
2195 'browser/sync/glue/chrome_sync_notification_bridge.cc',
2196 'browser/sync/glue/data_type_controller.cc', 2204 'browser/sync/glue/data_type_controller.cc',
2197 'browser/sync/glue/data_type_controller.h', 2205 'browser/sync/glue/data_type_controller.h',
2198 'browser/sync/glue/data_type_error_handler.h', 2206 'browser/sync/glue/data_type_error_handler.h',
2199 'browser/sync/glue/data_type_manager.cc', 2207 'browser/sync/glue/data_type_manager.cc',
2200 'browser/sync/glue/data_type_manager.h', 2208 'browser/sync/glue/data_type_manager.h',
2201 'browser/sync/glue/data_type_manager_impl.cc', 2209 'browser/sync/glue/data_type_manager_impl.cc',
2202 'browser/sync/glue/data_type_manager_impl.h', 2210 'browser/sync/glue/data_type_manager_impl.h',
2203 'browser/sync/glue/extension_data_type_controller.cc', 2211 'browser/sync/glue/extension_data_type_controller.cc',
2204 'browser/sync/glue/extension_data_type_controller.h', 2212 'browser/sync/glue/extension_data_type_controller.h',
2205 'browser/sync/glue/extension_setting_data_type_controller.cc', 2213 'browser/sync/glue/extension_setting_data_type_controller.cc',
(...skipping 22 matching lines...) Expand all
2228 'browser/sync/glue/search_engine_data_type_controller.cc', 2236 'browser/sync/glue/search_engine_data_type_controller.cc',
2229 'browser/sync/glue/search_engine_data_type_controller.h', 2237 'browser/sync/glue/search_engine_data_type_controller.h',
2230 'browser/sync/glue/session_change_processor.cc', 2238 'browser/sync/glue/session_change_processor.cc',
2231 'browser/sync/glue/session_change_processor.h', 2239 'browser/sync/glue/session_change_processor.h',
2232 'browser/sync/glue/session_data_type_controller.cc', 2240 'browser/sync/glue/session_data_type_controller.cc',
2233 'browser/sync/glue/session_data_type_controller.h', 2241 'browser/sync/glue/session_data_type_controller.h',
2234 'browser/sync/glue/session_model_associator.cc', 2242 'browser/sync/glue/session_model_associator.cc',
2235 'browser/sync/glue/session_model_associator.h', 2243 'browser/sync/glue/session_model_associator.h',
2236 'browser/sync/glue/shared_change_processor.cc', 2244 'browser/sync/glue/shared_change_processor.cc',
2237 'browser/sync/glue/shared_change_processor.h', 2245 'browser/sync/glue/shared_change_processor.h',
2246 'browser/sync/glue/shared_change_processor_ref.cc',
2238 'browser/sync/glue/shared_change_processor_ref.h', 2247 'browser/sync/glue/shared_change_processor_ref.h',
2239 'browser/sync/glue/shared_change_processor_ref.cc',
2240 'browser/sync/glue/synced_session.h',
2241 'browser/sync/glue/synced_session.cc',
2242 'browser/sync/glue/synced_window_delegate.h',
2243 'browser/sync/glue/synced_window_delegate_android.cc',
2244 'browser/sync/glue/sync_backend_host.cc', 2248 'browser/sync/glue/sync_backend_host.cc',
2245 'browser/sync/glue/sync_backend_host.h', 2249 'browser/sync/glue/sync_backend_host.h',
2246 'browser/sync/glue/sync_backend_registrar.cc', 2250 'browser/sync/glue/sync_backend_registrar.cc',
2247 'browser/sync/glue/sync_backend_registrar.h', 2251 'browser/sync/glue/sync_backend_registrar.h',
2252 'browser/sync/glue/synced_session.cc',
2253 'browser/sync/glue/synced_session.h',
2248 'browser/sync/glue/synced_session_tracker.cc', 2254 'browser/sync/glue/synced_session_tracker.cc',
2249 'browser/sync/glue/synced_session_tracker.h', 2255 'browser/sync/glue/synced_session_tracker.h',
2256 'browser/sync/glue/synced_window_delegate.h',
2257 'browser/sync/glue/synced_window_delegate_android.cc',
2250 'browser/sync/glue/theme_change_processor.cc', 2258 'browser/sync/glue/theme_change_processor.cc',
2251 'browser/sync/glue/theme_change_processor.h', 2259 'browser/sync/glue/theme_change_processor.h',
2252 'browser/sync/glue/theme_data_type_controller.cc', 2260 'browser/sync/glue/theme_data_type_controller.cc',
2253 'browser/sync/glue/theme_data_type_controller.h', 2261 'browser/sync/glue/theme_data_type_controller.h',
2254 'browser/sync/glue/theme_model_associator.cc', 2262 'browser/sync/glue/theme_model_associator.cc',
2255 'browser/sync/glue/theme_model_associator.h', 2263 'browser/sync/glue/theme_model_associator.h',
2256 'browser/sync/glue/theme_util.cc', 2264 'browser/sync/glue/theme_util.cc',
2257 'browser/sync/glue/theme_util.h', 2265 'browser/sync/glue/theme_util.h',
2258 'browser/sync/glue/typed_url_change_processor.cc', 2266 'browser/sync/glue/typed_url_change_processor.cc',
2259 'browser/sync/glue/typed_url_change_processor.h', 2267 'browser/sync/glue/typed_url_change_processor.h',
2260 'browser/sync/glue/typed_url_data_type_controller.cc', 2268 'browser/sync/glue/typed_url_data_type_controller.cc',
2261 'browser/sync/glue/typed_url_data_type_controller.h', 2269 'browser/sync/glue/typed_url_data_type_controller.h',
2262 'browser/sync/glue/typed_url_model_associator.cc', 2270 'browser/sync/glue/typed_url_model_associator.cc',
2263 'browser/sync/glue/typed_url_model_associator.h', 2271 'browser/sync/glue/typed_url_model_associator.h',
2264 'browser/sync/glue/ui_data_type_controller.cc', 2272 'browser/sync/glue/ui_data_type_controller.cc',
2265 'browser/sync/glue/ui_data_type_controller.h', 2273 'browser/sync/glue/ui_data_type_controller.h',
2266 'browser/sync/glue/ui_model_worker.cc', 2274 'browser/sync/glue/ui_model_worker.cc',
2267 'browser/sync/glue/ui_model_worker.h', 2275 'browser/sync/glue/ui_model_worker.h',
2268 'browser/sync/invalidations/invalidator_storage.cc', 2276 'browser/sync/invalidations/invalidator_storage.cc',
2269 'browser/sync/invalidations/invalidator_storage.h', 2277 'browser/sync/invalidations/invalidator_storage.h',
2270 'browser/sync/backend_migrator.cc',
2271 'browser/sync/backend_migrator.h',
2272 'browser/sync/backend_unrecoverable_error_handler.cc',
2273 'browser/sync/backend_unrecoverable_error_handler.h',
2274 'browser/sync/failed_datatypes_handler.cc',
2275 'browser/sync/failed_datatypes_handler.h',
2276 'browser/sync/profile_sync_components_factory.h', 2278 'browser/sync/profile_sync_components_factory.h',
2277 'browser/sync/profile_sync_components_factory_impl.cc', 2279 'browser/sync/profile_sync_components_factory_impl.cc',
2278 'browser/sync/profile_sync_components_factory_impl.h', 2280 'browser/sync/profile_sync_components_factory_impl.h',
2281 'browser/sync/profile_sync_service.cc',
2282 'browser/sync/profile_sync_service.h',
2279 'browser/sync/profile_sync_service_factory.cc', 2283 'browser/sync/profile_sync_service_factory.cc',
2280 'browser/sync/profile_sync_service_factory.h', 2284 'browser/sync/profile_sync_service_factory.h',
2281 'browser/sync/profile_sync_service.cc',
2282 'browser/sync/profile_sync_service.h',
2283 'browser/sync/profile_sync_service_harness.cc', 2285 'browser/sync/profile_sync_service_harness.cc',
2284 'browser/sync/profile_sync_service_harness.h', 2286 'browser/sync/profile_sync_service_harness.h',
2285 'browser/sync/profile_sync_service_observer.h', 2287 'browser/sync/profile_sync_service_observer.h',
2286 'browser/sync/retry_verifier.cc', 2288 'browser/sync/retry_verifier.cc',
2287 'browser/sync/retry_verifier.h', 2289 'browser/sync/retry_verifier.h',
2288 'browser/sync/sync_global_error.cc', 2290 'browser/sync/sync_global_error.cc',
2289 'browser/sync/sync_global_error.h', 2291 'browser/sync/sync_global_error.h',
2290 'browser/sync/sync_prefs.cc', 2292 'browser/sync/sync_prefs.cc',
2291 'browser/sync/sync_prefs.h', 2293 'browser/sync/sync_prefs.h',
2292 'browser/sync/sync_ui_util.cc', 2294 'browser/sync/sync_ui_util.cc',
(...skipping 3170 matching lines...) Expand 10 before | Expand all | Expand 10 after
5463 '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/process_utils_jni.h', 5465 '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/process_utils_jni.h',
5464 ], 5466 ],
5465 }, 5467 },
5466 'includes': [ '../build/jni_generator.gypi' ], 5468 'includes': [ '../build/jni_generator.gypi' ],
5467 }, 5469 },
5468 ], 5470 ],
5469 }, 5471 },
5470 ], 5472 ],
5471 ], 5473 ],
5472 } 5474 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698