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

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: More CR Feedback 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 2158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 'browser/status_icons/status_icon.h', 2169 'browser/status_icons/status_icon.h',
2170 'browser/status_icons/status_icon_observer.h', 2170 'browser/status_icons/status_icon_observer.h',
2171 'browser/status_icons/status_tray.cc', 2171 'browser/status_icons/status_tray.cc',
2172 'browser/status_icons/status_tray.h', 2172 'browser/status_icons/status_tray.h',
2173 'browser/sync/about_sync_util.cc', 2173 'browser/sync/about_sync_util.cc',
2174 'browser/sync/about_sync_util.h', 2174 'browser/sync/about_sync_util.h',
2175 'browser/sync/backend_migrator.cc', 2175 'browser/sync/backend_migrator.cc',
2176 'browser/sync/backend_migrator.h', 2176 'browser/sync/backend_migrator.h',
2177 'browser/sync/backend_unrecoverable_error_handler.cc', 2177 'browser/sync/backend_unrecoverable_error_handler.cc',
2178 'browser/sync/backend_unrecoverable_error_handler.h', 2178 'browser/sync/backend_unrecoverable_error_handler.h',
2179 'browser/sync/credential_cache_service_factory_win.cc',
2180 'browser/sync/credential_cache_service_factory_win.h',
2181 'browser/sync/credential_cache_service_win.cc',
2182 'browser/sync/credential_cache_service_win.h',
2179 'browser/sync/failed_datatypes_handler.cc', 2183 'browser/sync/failed_datatypes_handler.cc',
2180 'browser/sync/failed_datatypes_handler.h', 2184 'browser/sync/failed_datatypes_handler.h',
2181 'browser/sync/glue/app_notification_data_type_controller.cc', 2185 'browser/sync/glue/app_notification_data_type_controller.cc',
2182 'browser/sync/glue/app_notification_data_type_controller.h', 2186 'browser/sync/glue/app_notification_data_type_controller.h',
2183 'browser/sync/glue/autofill_data_type_controller.cc', 2187 'browser/sync/glue/autofill_data_type_controller.cc',
2184 'browser/sync/glue/autofill_data_type_controller.h', 2188 'browser/sync/glue/autofill_data_type_controller.h',
2185 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2189 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2186 'browser/sync/glue/autofill_profile_data_type_controller.h', 2190 'browser/sync/glue/autofill_profile_data_type_controller.h',
2187 'browser/sync/glue/backend_data_type_configurer.h', 2191 'browser/sync/glue/backend_data_type_configurer.h',
2188 'browser/sync/glue/bookmark_change_processor.cc', 2192 'browser/sync/glue/bookmark_change_processor.cc',
(...skipping 3284 matching lines...) Expand 10 before | Expand all | Expand 10 after
5473 'variables': { 5477 'variables': {
5474 'jni_gen_dir': 'chrome', 5478 'jni_gen_dir': 'chrome',
5475 }, 5479 },
5476 'includes': [ '../build/jni_generator.gypi' ], 5480 'includes': [ '../build/jni_generator.gypi' ],
5477 }, 5481 },
5478 ], 5482 ],
5479 }, 5483 },
5480 ], 5484 ],
5481 ], 5485 ],
5482 } 5486 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698