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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7891054: Add GROUP_FILE ModelSafeGroup (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix worker count in unittest Created 9 years, 3 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/sync/glue/sync_backend_registrar_unittest.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) 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 2056 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2067 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2068 'browser/sync/glue/autofill_profile_data_type_controller.h', 2068 'browser/sync/glue/autofill_profile_data_type_controller.h',
2069 'browser/sync/glue/autofill_profile_model_associator.cc', 2069 'browser/sync/glue/autofill_profile_model_associator.cc',
2070 'browser/sync/glue/autofill_profile_model_associator.h', 2070 'browser/sync/glue/autofill_profile_model_associator.h',
2071 'browser/sync/glue/bookmark_change_processor.cc', 2071 'browser/sync/glue/bookmark_change_processor.cc',
2072 'browser/sync/glue/bookmark_change_processor.h', 2072 'browser/sync/glue/bookmark_change_processor.h',
2073 'browser/sync/glue/bookmark_data_type_controller.cc', 2073 'browser/sync/glue/bookmark_data_type_controller.cc',
2074 'browser/sync/glue/bookmark_data_type_controller.h', 2074 'browser/sync/glue/bookmark_data_type_controller.h',
2075 'browser/sync/glue/bookmark_model_associator.cc', 2075 'browser/sync/glue/bookmark_model_associator.cc',
2076 'browser/sync/glue/bookmark_model_associator.h', 2076 'browser/sync/glue/bookmark_model_associator.h',
2077 'browser/sync/glue/browser_thread_model_worker.cc',
2078 'browser/sync/glue/browser_thread_model_worker.h',
2077 'browser/sync/glue/change_processor.cc', 2079 'browser/sync/glue/change_processor.cc',
2078 'browser/sync/glue/change_processor.h', 2080 'browser/sync/glue/change_processor.h',
2079 'browser/sync/glue/data_type_controller.h', 2081 'browser/sync/glue/data_type_controller.h',
2080 'browser/sync/glue/data_type_manager.cc', 2082 'browser/sync/glue/data_type_manager.cc',
2081 'browser/sync/glue/data_type_manager.h', 2083 'browser/sync/glue/data_type_manager.h',
2082 'browser/sync/glue/data_type_manager_impl.cc', 2084 'browser/sync/glue/data_type_manager_impl.cc',
2083 'browser/sync/glue/data_type_manager_impl.h', 2085 'browser/sync/glue/data_type_manager_impl.h',
2084 'browser/sync/glue/database_model_worker.cc',
2085 'browser/sync/glue/database_model_worker.h',
2086 'browser/sync/glue/do_optimistic_refresh_task.cc', 2086 'browser/sync/glue/do_optimistic_refresh_task.cc',
2087 'browser/sync/glue/do_optimistic_refresh_task.h', 2087 'browser/sync/glue/do_optimistic_refresh_task.h',
2088 'browser/sync/glue/extension_data_type_controller.cc', 2088 'browser/sync/glue/extension_data_type_controller.cc',
2089 'browser/sync/glue/extension_data_type_controller.h', 2089 'browser/sync/glue/extension_data_type_controller.h',
2090 'browser/sync/glue/frontend_data_type_controller.cc', 2090 'browser/sync/glue/frontend_data_type_controller.cc',
2091 'browser/sync/glue/frontend_data_type_controller.h', 2091 'browser/sync/glue/frontend_data_type_controller.h',
2092 'browser/sync/glue/generic_change_processor.cc', 2092 'browser/sync/glue/generic_change_processor.cc',
2093 'browser/sync/glue/generic_change_processor.h', 2093 'browser/sync/glue/generic_change_processor.h',
2094 'browser/sync/glue/history_model_worker.cc', 2094 'browser/sync/glue/history_model_worker.cc',
2095 'browser/sync/glue/history_model_worker.h', 2095 'browser/sync/glue/history_model_worker.h',
(...skipping 2955 matching lines...) Expand 10 before | Expand all | Expand 10 after
5051 # weak imports in dependents, who still must #include 5051 # weak imports in dependents, who still must #include
5052 # closure_blocks_leopard_compat.h to get weak imports. 5052 # closure_blocks_leopard_compat.h to get weak imports.
5053 'type': 'none', 5053 'type': 'none',
5054 }], 5054 }],
5055 ], 5055 ],
5056 }, 5056 },
5057 ], 5057 ],
5058 }], 5058 }],
5059 ], 5059 ],
5060 } 5060 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_registrar_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698