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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7477004: Simulate transient error and verify exponential backoff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 'browser/sync/backend_migrator.cc', 2050 'browser/sync/backend_migrator.cc',
2051 'browser/sync/backend_migrator.h', 2051 'browser/sync/backend_migrator.h',
2052 'browser/sync/profile_sync_factory.h', 2052 'browser/sync/profile_sync_factory.h',
2053 'browser/sync/profile_sync_factory_impl.cc', 2053 'browser/sync/profile_sync_factory_impl.cc',
2054 'browser/sync/profile_sync_factory_impl.h', 2054 'browser/sync/profile_sync_factory_impl.h',
2055 'browser/sync/profile_sync_service.cc', 2055 'browser/sync/profile_sync_service.cc',
2056 'browser/sync/profile_sync_service.h', 2056 'browser/sync/profile_sync_service.h',
2057 'browser/sync/profile_sync_service_harness.cc', 2057 'browser/sync/profile_sync_service_harness.cc',
2058 'browser/sync/profile_sync_service_harness.h', 2058 'browser/sync/profile_sync_service_harness.h',
2059 'browser/sync/profile_sync_service_observer.h', 2059 'browser/sync/profile_sync_service_observer.h',
2060 'browser/sync/retry_verifier.cc',
2061 'browser/sync/retry_verifier.h',
2060 'browser/sync/signin_manager.cc', 2062 'browser/sync/signin_manager.cc',
2061 'browser/sync/signin_manager.h', 2063 'browser/sync/signin_manager.h',
2062 'browser/sync/sync_setup_flow.cc', 2064 'browser/sync/sync_setup_flow.cc',
2063 'browser/sync/sync_setup_flow.h', 2065 'browser/sync/sync_setup_flow.h',
2064 'browser/sync/sync_setup_flow_handler.h', 2066 'browser/sync/sync_setup_flow_handler.h',
2065 'browser/sync/sync_setup_wizard.cc', 2067 'browser/sync/sync_setup_wizard.cc',
2066 'browser/sync/sync_setup_wizard.h', 2068 'browser/sync/sync_setup_wizard.h',
2067 'browser/sync/sync_ui_util.cc', 2069 'browser/sync/sync_ui_util.cc',
2068 'browser/sync/sync_ui_util.h', 2070 'browser/sync/sync_ui_util.h',
2069 'browser/sync/sync_ui_util_mac.h', 2071 'browser/sync/sync_ui_util_mac.h',
(...skipping 2740 matching lines...) Expand 10 before | Expand all | Expand 10 after
4810 ], 4812 ],
4811 'export_dependent_settings': [ 4813 'export_dependent_settings': [
4812 'in_memory_url_index_cache_proto', 4814 'in_memory_url_index_cache_proto',
4813 ], 4815 ],
4814 # This target exports a hard dependency because it includes generated 4816 # This target exports a hard dependency because it includes generated
4815 # header files. 4817 # header files.
4816 'hard_dependency': 1, 4818 'hard_dependency': 1,
4817 }, 4819 },
4818 ], 4820 ],
4819 } 4821 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698