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

Side by Side Diff: sync/BUILD.gn

Issue 1325453003: [Sync] rename USS processor / worker interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update base on comments Created 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("sync") { 8 component("sync") {
9 public_deps = [ 9 public_deps = [
10 ":sync_core", 10 ":sync_core",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "engine/clear_server_data.cc", 51 "engine/clear_server_data.cc",
52 "engine/clear_server_data.h", 52 "engine/clear_server_data.h",
53 "engine/commit.cc", 53 "engine/commit.cc",
54 "engine/commit.h", 54 "engine/commit.h",
55 "engine/commit_contribution.cc", 55 "engine/commit_contribution.cc",
56 "engine/commit_contribution.h", 56 "engine/commit_contribution.h",
57 "engine/commit_contributor.cc", 57 "engine/commit_contributor.cc",
58 "engine/commit_contributor.h", 58 "engine/commit_contributor.h",
59 "engine/commit_processor.cc", 59 "engine/commit_processor.cc",
60 "engine/commit_processor.h", 60 "engine/commit_processor.h",
61 "engine/commit_queue.cc",
62 "engine/commit_queue.h",
61 "engine/commit_util.cc", 63 "engine/commit_util.cc",
62 "engine/commit_util.h", 64 "engine/commit_util.h",
63 "engine/conflict_resolver.cc", 65 "engine/conflict_resolver.cc",
64 "engine/conflict_resolver.h", 66 "engine/conflict_resolver.h",
65 "engine/conflict_util.cc", 67 "engine/conflict_util.cc",
66 "engine/conflict_util.h", 68 "engine/conflict_util.h",
67 "engine/directory_commit_contribution.cc", 69 "engine/directory_commit_contribution.cc",
68 "engine/directory_commit_contribution.h", 70 "engine/directory_commit_contribution.h",
69 "engine/directory_commit_contributor.cc", 71 "engine/directory_commit_contributor.cc",
70 "engine/directory_commit_contributor.h", 72 "engine/directory_commit_contributor.h",
71 "engine/directory_update_handler.cc", 73 "engine/directory_update_handler.cc",
72 "engine/directory_update_handler.h", 74 "engine/directory_update_handler.h",
73 "engine/entity_tracker.cc", 75 "engine/entity_tracker.cc",
74 "engine/entity_tracker.h", 76 "engine/entity_tracker.h",
75 "engine/get_commit_ids.cc", 77 "engine/get_commit_ids.cc",
76 "engine/get_commit_ids.h", 78 "engine/get_commit_ids.h",
77 "engine/get_updates_delegate.cc", 79 "engine/get_updates_delegate.cc",
78 "engine/get_updates_delegate.h", 80 "engine/get_updates_delegate.h",
79 "engine/get_updates_processor.cc", 81 "engine/get_updates_processor.cc",
80 "engine/get_updates_processor.h", 82 "engine/get_updates_processor.h",
81 "engine/model_type_entity.cc", 83 "engine/model_type_entity.cc",
82 "engine/model_type_entity.h", 84 "engine/model_type_entity.h",
83 "engine/model_type_sync_proxy.cc", 85 "engine/model_type_processor.cc",
84 "engine/model_type_sync_proxy.h", 86 "engine/model_type_processor.h",
85 "engine/model_type_sync_proxy_impl.cc", 87 "engine/model_type_sync_proxy_impl.cc",
86 "engine/model_type_sync_proxy_impl.h", 88 "engine/model_type_sync_proxy_impl.h",
87 "engine/model_type_sync_worker.cc",
88 "engine/model_type_sync_worker.h",
89 "engine/model_type_sync_worker_impl.cc", 89 "engine/model_type_sync_worker_impl.cc",
90 "engine/model_type_sync_worker_impl.h", 90 "engine/model_type_sync_worker_impl.h",
91 "engine/net/server_connection_manager.cc", 91 "engine/net/server_connection_manager.cc",
92 "engine/net/server_connection_manager.h", 92 "engine/net/server_connection_manager.h",
93 "engine/net/url_translator.cc", 93 "engine/net/url_translator.cc",
94 "engine/net/url_translator.h", 94 "engine/net/url_translator.h",
95 "engine/non_blocking_type_commit_contribution.cc", 95 "engine/non_blocking_type_commit_contribution.cc",
96 "engine/non_blocking_type_commit_contribution.h", 96 "engine/non_blocking_type_commit_contribution.h",
97 "engine/nudge_handler.cc", 97 "engine/nudge_handler.cc",
98 "engine/nudge_handler.h", 98 "engine/nudge_handler.h",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "sessions/test_util.h", 464 "sessions/test_util.h",
465 "test/callback_counter.h", 465 "test/callback_counter.h",
466 "test/directory_backing_store_corruption_testing.cc", 466 "test/directory_backing_store_corruption_testing.cc",
467 "test/directory_backing_store_corruption_testing.h", 467 "test/directory_backing_store_corruption_testing.h",
468 "test/engine/fake_model_worker.cc", 468 "test/engine/fake_model_worker.cc",
469 "test/engine/fake_model_worker.h", 469 "test/engine/fake_model_worker.h",
470 "test/engine/fake_sync_scheduler.cc", 470 "test/engine/fake_sync_scheduler.cc",
471 "test/engine/fake_sync_scheduler.h", 471 "test/engine/fake_sync_scheduler.h",
472 "test/engine/injectable_sync_context_proxy.cc", 472 "test/engine/injectable_sync_context_proxy.cc",
473 "test/engine/injectable_sync_context_proxy.h", 473 "test/engine/injectable_sync_context_proxy.h",
474 "test/engine/mock_commit_queue.cc",
475 "test/engine/mock_commit_queue.h",
474 "test/engine/mock_connection_manager.cc", 476 "test/engine/mock_connection_manager.cc",
475 "test/engine/mock_connection_manager.h", 477 "test/engine/mock_connection_manager.h",
476 "test/engine/mock_model_type_sync_proxy.cc", 478 "test/engine/mock_model_type_processor.cc",
477 "test/engine/mock_model_type_sync_proxy.h", 479 "test/engine/mock_model_type_processor.h",
478 "test/engine/mock_model_type_sync_worker.cc",
479 "test/engine/mock_model_type_sync_worker.h",
480 "test/engine/mock_nudge_handler.cc", 480 "test/engine/mock_nudge_handler.cc",
481 "test/engine/mock_nudge_handler.h", 481 "test/engine/mock_nudge_handler.h",
482 "test/engine/mock_update_handler.cc", 482 "test/engine/mock_update_handler.cc",
483 "test/engine/mock_update_handler.h", 483 "test/engine/mock_update_handler.h",
484 "test/engine/single_type_mock_server.cc", 484 "test/engine/single_type_mock_server.cc",
485 "test/engine/single_type_mock_server.h", 485 "test/engine/single_type_mock_server.h",
486 "test/engine/test_directory_setter_upper.cc", 486 "test/engine/test_directory_setter_upper.cc",
487 "test/engine/test_directory_setter_upper.h", 487 "test/engine/test_directory_setter_upper.h",
488 "test/engine/test_id_factory.h", 488 "test/engine/test_id_factory.h",
489 "test/engine/test_syncable_utils.cc", 489 "test/engine/test_syncable_utils.cc",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 ":fake_server_jni", 844 ":fake_server_jni",
845 ":sync_core", 845 ":sync_core",
846 ":test_support_sync_fake_server", 846 ":test_support_sync_fake_server",
847 "//base", 847 "//base",
848 "//sync/protocol:protocol", 848 "//sync/protocol:protocol",
849 "//testing/gtest", 849 "//testing/gtest",
850 "//url:url", 850 "//url:url",
851 ] 851 ]
852 } 852 }
853 } 853 }
OLDNEW
« no previous file with comments | « components/sync_driver/non_blocking_data_type_controller_unittest.cc ('k') | sync/engine/commit_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698