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

Side by Side Diff: sync/sync.gyp

Issue 10823061: Revert 148792 - [Sync] Remove CleanupDisabledTypes command and move purge logic into SyncManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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',
79 'engine/commit.cc', 81 'engine/commit.cc',
80 'engine/commit.h', 82 'engine/commit.h',
81 'engine/conflict_resolver.cc', 83 'engine/conflict_resolver.cc',
82 'engine/conflict_resolver.h', 84 'engine/conflict_resolver.h',
83 'engine/download_updates_command.cc', 85 'engine/download_updates_command.cc',
84 'engine/download_updates_command.h', 86 'engine/download_updates_command.h',
85 'engine/get_commit_ids_command.cc', 87 'engine/get_commit_ids_command.cc',
86 'engine/get_commit_ids_command.h', 88 'engine/get_commit_ids_command.h',
87 'engine/model_changing_syncer_command.cc', 89 'engine/model_changing_syncer_command.cc',
88 'engine/model_changing_syncer_command.h', 90 'engine/model_changing_syncer_command.h',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'include_dirs': [ 554 'include_dirs': [
553 '..', 555 '..',
554 ], 556 ],
555 'sources': [ 557 'sources': [
556 'internal_api/public/base/enum_set_unittest.cc', 558 'internal_api/public/base/enum_set_unittest.cc',
557 'internal_api/public/base/model_type_payload_map_unittest.cc', 559 'internal_api/public/base/model_type_payload_map_unittest.cc',
558 'internal_api/public/engine/model_safe_worker_unittest.cc', 560 'internal_api/public/engine/model_safe_worker_unittest.cc',
559 'internal_api/public/util/immutable_unittest.cc', 561 'internal_api/public/util/immutable_unittest.cc',
560 'engine/apply_updates_command_unittest.cc', 562 'engine/apply_updates_command_unittest.cc',
561 'engine/build_commit_command_unittest.cc', 563 'engine/build_commit_command_unittest.cc',
564 'engine/cleanup_disabled_types_command_unittest.cc',
562 'engine/download_updates_command_unittest.cc', 565 'engine/download_updates_command_unittest.cc',
563 'engine/model_changing_syncer_command_unittest.cc', 566 'engine/model_changing_syncer_command_unittest.cc',
564 'engine/process_commit_response_command_unittest.cc', 567 'engine/process_commit_response_command_unittest.cc',
565 'engine/process_updates_command_unittest.cc', 568 'engine/process_updates_command_unittest.cc',
566 'engine/resolve_conflicts_command_unittest.cc', 569 'engine/resolve_conflicts_command_unittest.cc',
567 'engine/syncer_proto_util_unittest.cc', 570 'engine/syncer_proto_util_unittest.cc',
568 'engine/syncer_unittest.cc', 571 'engine/syncer_unittest.cc',
569 'engine/sync_scheduler_unittest.cc', 572 'engine/sync_scheduler_unittest.cc',
570 'engine/sync_scheduler_whitebox_unittest.cc', 573 'engine/sync_scheduler_whitebox_unittest.cc',
571 'engine/throttled_data_type_tracker_unittest.cc', 574 'engine/throttled_data_type_tracker_unittest.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'test_suite_name': 'sync_unit_tests', 840 'test_suite_name': 'sync_unit_tests',
838 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 841 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
839 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 842 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
840 }, 843 },
841 'includes': [ '../build/apk_test.gypi' ], 844 'includes': [ '../build/apk_test.gypi' ],
842 }, 845 },
843 ], 846 ],
844 }], 847 }],
845 ], 848 ],
846 } 849 }
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