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

Side by Side Diff: sync/sync.gyp

Issue 10541079: [Sync] Remove CleanupDisabledTypes command and move purge logic into SyncManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 # 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'internal_api/public/util/unrecoverable_error_info.h', 62 'internal_api/public/util/unrecoverable_error_info.h',
63 'internal_api/public/util/unrecoverable_error_info.cc', 63 'internal_api/public/util/unrecoverable_error_info.cc',
64 'internal_api/public/util/weak_handle.cc', 64 'internal_api/public/util/weak_handle.cc',
65 'internal_api/public/util/weak_handle.h', 65 'internal_api/public/util/weak_handle.h',
66 'engine/all_status.cc', 66 'engine/all_status.cc',
67 'engine/all_status.h', 67 'engine/all_status.h',
68 'engine/apply_updates_command.cc', 68 'engine/apply_updates_command.cc',
69 'engine/apply_updates_command.h', 69 'engine/apply_updates_command.h',
70 'engine/build_commit_command.cc', 70 'engine/build_commit_command.cc',
71 'engine/build_commit_command.h', 71 'engine/build_commit_command.h',
72 'engine/cleanup_disabled_types_command.cc',
73 'engine/cleanup_disabled_types_command.h',
74 'engine/commit.cc', 72 'engine/commit.cc',
75 'engine/commit.h', 73 'engine/commit.h',
76 'engine/conflict_resolver.cc', 74 'engine/conflict_resolver.cc',
77 'engine/conflict_resolver.h', 75 'engine/conflict_resolver.h',
78 'engine/download_updates_command.cc', 76 'engine/download_updates_command.cc',
79 'engine/download_updates_command.h', 77 'engine/download_updates_command.h',
80 'engine/get_commit_ids_command.cc', 78 'engine/get_commit_ids_command.cc',
81 'engine/get_commit_ids_command.h', 79 'engine/get_commit_ids_command.h',
82 'engine/model_changing_syncer_command.cc', 80 'engine/model_changing_syncer_command.cc',
83 'engine/model_changing_syncer_command.h', 81 'engine/model_changing_syncer_command.h',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'include_dirs': [ 531 'include_dirs': [
534 '..', 532 '..',
535 ], 533 ],
536 'sources': [ 534 'sources': [
537 'internal_api/public/base/enum_set_unittest.cc', 535 'internal_api/public/base/enum_set_unittest.cc',
538 'internal_api/public/base/model_type_payload_map_unittest.cc', 536 'internal_api/public/base/model_type_payload_map_unittest.cc',
539 'internal_api/public/engine/model_safe_worker_unittest.cc', 537 'internal_api/public/engine/model_safe_worker_unittest.cc',
540 'internal_api/public/util/immutable_unittest.cc', 538 'internal_api/public/util/immutable_unittest.cc',
541 'engine/apply_updates_command_unittest.cc', 539 'engine/apply_updates_command_unittest.cc',
542 'engine/build_commit_command_unittest.cc', 540 'engine/build_commit_command_unittest.cc',
543 'engine/cleanup_disabled_types_command_unittest.cc',
544 'engine/download_updates_command_unittest.cc', 541 'engine/download_updates_command_unittest.cc',
545 'engine/model_changing_syncer_command_unittest.cc', 542 'engine/model_changing_syncer_command_unittest.cc',
546 'engine/process_commit_response_command_unittest.cc', 543 'engine/process_commit_response_command_unittest.cc',
547 'engine/process_updates_command_unittest.cc', 544 'engine/process_updates_command_unittest.cc',
548 'engine/resolve_conflicts_command_unittest.cc', 545 'engine/resolve_conflicts_command_unittest.cc',
549 'engine/syncer_proto_util_unittest.cc', 546 'engine/syncer_proto_util_unittest.cc',
550 'engine/syncer_unittest.cc', 547 'engine/syncer_unittest.cc',
551 'engine/sync_scheduler_unittest.cc', 548 'engine/sync_scheduler_unittest.cc',
552 'engine/sync_scheduler_whitebox_unittest.cc', 549 'engine/sync_scheduler_whitebox_unittest.cc',
553 'engine/throttled_data_type_tracker_unittest.cc', 550 'engine/throttled_data_type_tracker_unittest.cc',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'test_suite_name': 'sync_unit_tests', 812 'test_suite_name': 'sync_unit_tests',
816 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 813 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
817 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 814 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
818 }, 815 },
819 'includes': [ '../build/apk_test.gypi' ], 816 'includes': [ '../build/apk_test.gypi' ],
820 }, 817 },
821 ], 818 ],
822 }], 819 }],
823 ], 820 ],
824 } 821 }
OLDNEW
« sync/internal_api/sync_manager_impl.cc ('K') | « sync/sessions/sync_session_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698