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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10656033: [sync] Automatic bootstrapping of Sync on Win 8 from cached credentials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 8 years, 6 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
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 2110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2121 'browser/ssl/ssl_error_info.cc', 2121 'browser/ssl/ssl_error_info.cc',
2122 'browser/ssl/ssl_error_info.h', 2122 'browser/ssl/ssl_error_info.h',
2123 'browser/ssl_client_certificate_selector.h', 2123 'browser/ssl_client_certificate_selector.h',
2124 'browser/status_icons/desktop_notification_balloon.cc', 2124 'browser/status_icons/desktop_notification_balloon.cc',
2125 'browser/status_icons/desktop_notification_balloon.h', 2125 'browser/status_icons/desktop_notification_balloon.h',
2126 'browser/status_icons/status_icon.cc', 2126 'browser/status_icons/status_icon.cc',
2127 'browser/status_icons/status_icon.h', 2127 'browser/status_icons/status_icon.h',
2128 'browser/status_icons/status_icon_observer.h', 2128 'browser/status_icons/status_icon_observer.h',
2129 'browser/status_icons/status_tray.cc', 2129 'browser/status_icons/status_tray.cc',
2130 'browser/status_icons/status_tray.h', 2130 'browser/status_icons/status_tray.h',
2131 'browser/sync/backend_migrator.cc',
2132 'browser/sync/backend_migrator.h',
2133 'browser/sync/backend_unrecoverable_error_handler.cc',
2134 'browser/sync/backend_unrecoverable_error_handler.h',
2135 'browser/sync/credential_cache_win.cc',
2136 'browser/sync/credential_cache_win.h',
2137 'browser/sync/failed_datatypes_handler.cc',
2138 'browser/sync/failed_datatypes_handler.h',
2131 'browser/sync/glue/app_notification_data_type_controller.cc', 2139 'browser/sync/glue/app_notification_data_type_controller.cc',
2132 'browser/sync/glue/app_notification_data_type_controller.h', 2140 'browser/sync/glue/app_notification_data_type_controller.h',
2133 'browser/sync/glue/autofill_data_type_controller.cc', 2141 'browser/sync/glue/autofill_data_type_controller.cc',
2134 'browser/sync/glue/autofill_data_type_controller.h', 2142 'browser/sync/glue/autofill_data_type_controller.h',
2135 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2143 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2136 'browser/sync/glue/autofill_profile_data_type_controller.h', 2144 'browser/sync/glue/autofill_profile_data_type_controller.h',
2137 'browser/sync/glue/backend_data_type_configurer.h', 2145 'browser/sync/glue/backend_data_type_configurer.h',
2138 'browser/sync/glue/bookmark_change_processor.cc', 2146 'browser/sync/glue/bookmark_change_processor.cc',
2139 'browser/sync/glue/bookmark_change_processor.h', 2147 'browser/sync/glue/bookmark_change_processor.h',
2140 'browser/sync/glue/bookmark_data_type_controller.cc', 2148 'browser/sync/glue/bookmark_data_type_controller.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 'browser/sync/glue/typed_url_data_type_controller.cc', 2230 'browser/sync/glue/typed_url_data_type_controller.cc',
2223 'browser/sync/glue/typed_url_data_type_controller.h', 2231 'browser/sync/glue/typed_url_data_type_controller.h',
2224 'browser/sync/glue/typed_url_model_associator.cc', 2232 'browser/sync/glue/typed_url_model_associator.cc',
2225 'browser/sync/glue/typed_url_model_associator.h', 2233 'browser/sync/glue/typed_url_model_associator.h',
2226 'browser/sync/glue/ui_data_type_controller.cc', 2234 'browser/sync/glue/ui_data_type_controller.cc',
2227 'browser/sync/glue/ui_data_type_controller.h', 2235 'browser/sync/glue/ui_data_type_controller.h',
2228 'browser/sync/glue/ui_model_worker.cc', 2236 'browser/sync/glue/ui_model_worker.cc',
2229 'browser/sync/glue/ui_model_worker.h', 2237 'browser/sync/glue/ui_model_worker.h',
2230 'browser/sync/invalidations/invalidator_storage.cc', 2238 'browser/sync/invalidations/invalidator_storage.cc',
2231 'browser/sync/invalidations/invalidator_storage.h', 2239 'browser/sync/invalidations/invalidator_storage.h',
2232 'browser/sync/backend_migrator.cc',
2233 'browser/sync/backend_migrator.h',
2234 'browser/sync/backend_unrecoverable_error_handler.cc',
2235 'browser/sync/backend_unrecoverable_error_handler.h',
2236 'browser/sync/failed_datatypes_handler.cc',
2237 'browser/sync/failed_datatypes_handler.h',
2238 'browser/sync/profile_sync_components_factory.h', 2240 'browser/sync/profile_sync_components_factory.h',
2239 'browser/sync/profile_sync_components_factory_impl.cc', 2241 'browser/sync/profile_sync_components_factory_impl.cc',
2240 'browser/sync/profile_sync_components_factory_impl.h', 2242 'browser/sync/profile_sync_components_factory_impl.h',
2241 'browser/sync/profile_sync_service_factory.cc', 2243 'browser/sync/profile_sync_service_factory.cc',
2242 'browser/sync/profile_sync_service_factory.h', 2244 'browser/sync/profile_sync_service_factory.h',
2243 'browser/sync/profile_sync_service.cc', 2245 'browser/sync/profile_sync_service.cc',
2244 'browser/sync/profile_sync_service.h', 2246 'browser/sync/profile_sync_service.h',
2245 'browser/sync/profile_sync_service_harness.cc', 2247 'browser/sync/profile_sync_service_harness.cc',
2246 'browser/sync/profile_sync_service_harness.h', 2248 'browser/sync/profile_sync_service_harness.h',
2247 'browser/sync/profile_sync_service_observer.h', 2249 'browser/sync/profile_sync_service_observer.h',
(...skipping 3067 matching lines...) Expand 10 before | Expand all | Expand 10 after
5315 'browser/metrics/proto/study.proto', 5317 'browser/metrics/proto/study.proto',
5316 ], 5318 ],
5317 'variables': { 5319 'variables': {
5318 'proto_in_dir': 'browser/metrics/proto', 5320 'proto_in_dir': 'browser/metrics/proto',
5319 'proto_out_dir': 'chrome/browser/metrics/proto', 5321 'proto_out_dir': 'chrome/browser/metrics/proto',
5320 }, 5322 },
5321 'includes': [ '../build/protoc.gypi' ] 5323 'includes': [ '../build/protoc.gypi' ]
5322 }, 5324 },
5323 ], 5325 ],
5324 } 5326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698