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

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: Fix unit tests 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
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 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 2169 'browser/sync/about_sync_util.cc',
2170 'browser/sync/about_sync_util.h', 2170 'browser/sync/about_sync_util.h',
2171 'browser/sync/backend_migrator.cc', 2171 'browser/sync/backend_migrator.cc',
2172 'browser/sync/backend_migrator.h', 2172 'browser/sync/backend_migrator.h',
2173 'browser/sync/backend_unrecoverable_error_handler.cc', 2173 'browser/sync/backend_unrecoverable_error_handler.cc',
2174 'browser/sync/backend_unrecoverable_error_handler.h', 2174 'browser/sync/backend_unrecoverable_error_handler.h',
2175 'browser/sync/credential_cache_service_factory_win.cc',
2176 'browser/sync/credential_cache_service_factory_win.h',
2177 'browser/sync/credential_cache_service_win.cc',
2178 'browser/sync/credential_cache_service_win.h',
2175 'browser/sync/failed_datatypes_handler.cc', 2179 'browser/sync/failed_datatypes_handler.cc',
2176 'browser/sync/failed_datatypes_handler.h', 2180 'browser/sync/failed_datatypes_handler.h',
2177 'browser/sync/glue/app_notification_data_type_controller.cc', 2181 'browser/sync/glue/app_notification_data_type_controller.cc',
2178 'browser/sync/glue/app_notification_data_type_controller.h', 2182 'browser/sync/glue/app_notification_data_type_controller.h',
2179 'browser/sync/glue/autofill_data_type_controller.cc', 2183 'browser/sync/glue/autofill_data_type_controller.cc',
2180 'browser/sync/glue/autofill_data_type_controller.h', 2184 'browser/sync/glue/autofill_data_type_controller.h',
2181 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2185 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2182 'browser/sync/glue/autofill_profile_data_type_controller.h', 2186 'browser/sync/glue/autofill_profile_data_type_controller.h',
2183 'browser/sync/glue/backend_data_type_configurer.h', 2187 'browser/sync/glue/backend_data_type_configurer.h',
2184 'browser/sync/glue/bookmark_change_processor.cc', 2188 'browser/sync/glue/bookmark_change_processor.cc',
(...skipping 3276 matching lines...) Expand 10 before | Expand all | Expand 10 after
5461 'variables': { 5465 'variables': {
5462 'jni_gen_dir': 'chrome', 5466 'jni_gen_dir': 'chrome',
5463 }, 5467 },
5464 'includes': [ '../build/jni_generator.gypi' ], 5468 'includes': [ '../build/jni_generator.gypi' ],
5465 }, 5469 },
5466 ], 5470 ],
5467 }, 5471 },
5468 ], 5472 ],
5469 ], 5473 ],
5470 } 5474 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698