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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6528042: sync: rewrite DataTypeManagerImpl without pause/resume logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: comments Created 9 years, 10 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/data_type_manager_impl2_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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 'browser/sync/glue/bookmark_data_type_controller.cc', 2211 'browser/sync/glue/bookmark_data_type_controller.cc',
2212 'browser/sync/glue/bookmark_data_type_controller.h', 2212 'browser/sync/glue/bookmark_data_type_controller.h',
2213 'browser/sync/glue/bookmark_model_associator.cc', 2213 'browser/sync/glue/bookmark_model_associator.cc',
2214 'browser/sync/glue/bookmark_model_associator.h', 2214 'browser/sync/glue/bookmark_model_associator.h',
2215 'browser/sync/glue/change_processor.cc', 2215 'browser/sync/glue/change_processor.cc',
2216 'browser/sync/glue/change_processor.h', 2216 'browser/sync/glue/change_processor.h',
2217 'browser/sync/glue/data_type_controller.h', 2217 'browser/sync/glue/data_type_controller.h',
2218 'browser/sync/glue/data_type_manager.h', 2218 'browser/sync/glue/data_type_manager.h',
2219 'browser/sync/glue/data_type_manager_impl.cc', 2219 'browser/sync/glue/data_type_manager_impl.cc',
2220 'browser/sync/glue/data_type_manager_impl.h', 2220 'browser/sync/glue/data_type_manager_impl.h',
2221 'browser/sync/glue/data_type_manager_impl2.cc',
2222 'browser/sync/glue/data_type_manager_impl2.h',
2221 'browser/sync/glue/database_model_worker.cc', 2223 'browser/sync/glue/database_model_worker.cc',
2222 'browser/sync/glue/database_model_worker.h', 2224 'browser/sync/glue/database_model_worker.h',
2223 'browser/sync/glue/do_optimistic_refresh_task.cc', 2225 'browser/sync/glue/do_optimistic_refresh_task.cc',
2224 'browser/sync/glue/do_optimistic_refresh_task.h', 2226 'browser/sync/glue/do_optimistic_refresh_task.h',
2225 'browser/sync/glue/extension_change_processor.cc', 2227 'browser/sync/glue/extension_change_processor.cc',
2226 'browser/sync/glue/extension_change_processor.h', 2228 'browser/sync/glue/extension_change_processor.h',
2227 'browser/sync/glue/extension_data.cc', 2229 'browser/sync/glue/extension_data.cc',
2228 'browser/sync/glue/extension_data.h', 2230 'browser/sync/glue/extension_data.h',
2229 'browser/sync/glue/extension_data_type_controller.cc', 2231 'browser/sync/glue/extension_data_type_controller.cc',
2230 'browser/sync/glue/extension_data_type_controller.h', 2232 'browser/sync/glue/extension_data_type_controller.h',
(...skipping 2379 matching lines...) Expand 10 before | Expand all | Expand 10 after
4610 ], 4612 ],
4611 }, 4613 },
4612 ], 4614 ],
4613 } 4615 }
4614 4616
4615 # Local Variables: 4617 # Local Variables:
4616 # tab-width:2 4618 # tab-width:2
4617 # indent-tabs-mode:nil 4619 # indent-tabs-mode:nil
4618 # End: 4620 # End:
4619 # vim: set expandtab tabstop=2 shiftwidth=2: 4621 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager_impl2_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698