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

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: Fix test Created 8 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
« no previous file with comments | « sync/sessions/sync_session_context.h ('k') | no next file » | 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) 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'internal_api/public/util/unrecoverable_error_info.h', 69 'internal_api/public/util/unrecoverable_error_info.h',
70 'internal_api/public/util/unrecoverable_error_info.cc', 70 'internal_api/public/util/unrecoverable_error_info.cc',
71 'internal_api/public/util/weak_handle.cc', 71 'internal_api/public/util/weak_handle.cc',
72 'internal_api/public/util/weak_handle.h', 72 'internal_api/public/util/weak_handle.h',
73 'engine/all_status.cc', 73 'engine/all_status.cc',
74 'engine/all_status.h', 74 'engine/all_status.h',
75 'engine/apply_updates_command.cc', 75 'engine/apply_updates_command.cc',
76 'engine/apply_updates_command.h', 76 'engine/apply_updates_command.h',
77 'engine/build_commit_command.cc', 77 'engine/build_commit_command.cc',
78 'engine/build_commit_command.h', 78 'engine/build_commit_command.h',
79 'engine/cleanup_disabled_types_command.cc',
80 'engine/cleanup_disabled_types_command.h',
81 'engine/commit.cc', 79 'engine/commit.cc',
82 'engine/commit.h', 80 'engine/commit.h',
83 'engine/conflict_resolver.cc', 81 'engine/conflict_resolver.cc',
84 'engine/conflict_resolver.h', 82 'engine/conflict_resolver.h',
85 'engine/download_updates_command.cc', 83 'engine/download_updates_command.cc',
86 'engine/download_updates_command.h', 84 'engine/download_updates_command.h',
87 'engine/get_commit_ids_command.cc', 85 'engine/get_commit_ids_command.cc',
88 'engine/get_commit_ids_command.h', 86 'engine/get_commit_ids_command.h',
89 'engine/model_changing_syncer_command.cc', 87 'engine/model_changing_syncer_command.cc',
90 'engine/model_changing_syncer_command.h', 88 'engine/model_changing_syncer_command.h',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'include_dirs': [ 547 'include_dirs': [
550 '..', 548 '..',
551 ], 549 ],
552 'sources': [ 550 'sources': [
553 'internal_api/public/base/enum_set_unittest.cc', 551 'internal_api/public/base/enum_set_unittest.cc',
554 'internal_api/public/base/model_type_payload_map_unittest.cc', 552 'internal_api/public/base/model_type_payload_map_unittest.cc',
555 'internal_api/public/engine/model_safe_worker_unittest.cc', 553 'internal_api/public/engine/model_safe_worker_unittest.cc',
556 'internal_api/public/util/immutable_unittest.cc', 554 'internal_api/public/util/immutable_unittest.cc',
557 'engine/apply_updates_command_unittest.cc', 555 'engine/apply_updates_command_unittest.cc',
558 'engine/build_commit_command_unittest.cc', 556 'engine/build_commit_command_unittest.cc',
559 'engine/cleanup_disabled_types_command_unittest.cc',
560 'engine/download_updates_command_unittest.cc', 557 'engine/download_updates_command_unittest.cc',
561 'engine/model_changing_syncer_command_unittest.cc', 558 'engine/model_changing_syncer_command_unittest.cc',
562 'engine/process_commit_response_command_unittest.cc', 559 'engine/process_commit_response_command_unittest.cc',
563 'engine/process_updates_command_unittest.cc', 560 'engine/process_updates_command_unittest.cc',
564 'engine/resolve_conflicts_command_unittest.cc', 561 'engine/resolve_conflicts_command_unittest.cc',
565 'engine/syncer_proto_util_unittest.cc', 562 'engine/syncer_proto_util_unittest.cc',
566 'engine/syncer_unittest.cc', 563 'engine/syncer_unittest.cc',
567 'engine/sync_scheduler_unittest.cc', 564 'engine/sync_scheduler_unittest.cc',
568 'engine/sync_scheduler_whitebox_unittest.cc', 565 'engine/sync_scheduler_whitebox_unittest.cc',
569 'engine/throttled_data_type_tracker_unittest.cc', 566 'engine/throttled_data_type_tracker_unittest.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'test_suite_name': 'sync_unit_tests', 831 'test_suite_name': 'sync_unit_tests',
835 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 832 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
836 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 833 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
837 }, 834 },
838 'includes': [ '../build/apk_test.gypi' ], 835 'includes': [ '../build/apk_test.gypi' ],
839 }, 836 },
840 ], 837 ],
841 }], 838 }],
842 ], 839 ],
843 } 840 }
OLDNEW
« no previous file with comments | « sync/sessions/sync_session_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698