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

Side by Side Diff: components/sync/BUILD.gn

Issue 2782573002: [Sync] Refactor ModelSafeWorker::DoWorkAndWaitUntilDone() to avoid code duplication. (Closed)
Patch Set: self-review Created 3 years, 8 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//components/sync/protocol/protocol_sources.gni") 7 import("//components/sync/protocol/protocol_sources.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 static_library("sync") { 10 static_library("sync") {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "base/ordinal.h", 54 "base/ordinal.h",
55 "base/passphrase_type.cc", 55 "base/passphrase_type.cc",
56 "base/passphrase_type.h", 56 "base/passphrase_type.h",
57 "base/pref_names.cc", 57 "base/pref_names.cc",
58 "base/pref_names.h", 58 "base/pref_names.h",
59 "base/progress_marker_map.cc", 59 "base/progress_marker_map.cc",
60 "base/progress_marker_map.h", 60 "base/progress_marker_map.h",
61 "base/proto_value_ptr.h", 61 "base/proto_value_ptr.h",
62 "base/report_unrecoverable_error.cc", 62 "base/report_unrecoverable_error.cc",
63 "base/report_unrecoverable_error.h", 63 "base/report_unrecoverable_error.h",
64 "base/scoped_event_signal.cc",
65 "base/scoped_event_signal.h",
66 "base/stop_source.h", 64 "base/stop_source.h",
67 "base/sync_features.cc", 65 "base/sync_features.cc",
68 "base/sync_features.h", 66 "base/sync_features.h",
69 "base/sync_prefs.cc", 67 "base/sync_prefs.cc",
70 "base/sync_prefs.h", 68 "base/sync_prefs.h",
71 "base/syncer_error.cc", 69 "base/syncer_error.cc",
72 "base/syncer_error.h", 70 "base/syncer_error.h",
73 "base/system_encryptor.cc", 71 "base/system_encryptor.cc",
74 "base/system_encryptor.h", 72 "base/system_encryptor.h",
75 "base/time.cc", 73 "base/time.cc",
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 "base/data_type_histogram_unittest.cc", 835 "base/data_type_histogram_unittest.cc",
838 "base/enum_set_unittest.cc", 836 "base/enum_set_unittest.cc",
839 "base/get_session_name_unittest.cc", 837 "base/get_session_name_unittest.cc",
840 "base/hash_util_unittest.cc", 838 "base/hash_util_unittest.cc",
841 "base/immutable_unittest.cc", 839 "base/immutable_unittest.cc",
842 "base/nigori_unittest.cc", 840 "base/nigori_unittest.cc",
843 "base/node_ordinal_unittest.cc", 841 "base/node_ordinal_unittest.cc",
844 "base/ordinal_unittest.cc", 842 "base/ordinal_unittest.cc",
845 "base/proto_value_ptr_unittest.cc", 843 "base/proto_value_ptr_unittest.cc",
846 "base/protobuf_unittest.cc", 844 "base/protobuf_unittest.cc",
847 "base/scoped_event_signal_unittest.cc",
848 "base/sync_prefs_unittest.cc", 845 "base/sync_prefs_unittest.cc",
849 "base/system_encryptor_unittest.cc", 846 "base/system_encryptor_unittest.cc",
850 "base/unique_position_unittest.cc", 847 "base/unique_position_unittest.cc",
851 "base/weak_handle_unittest.cc", 848 "base/weak_handle_unittest.cc",
852 "device_info/device_count_metrics_provider_unittest.cc", 849 "device_info/device_count_metrics_provider_unittest.cc",
853 "device_info/device_info_data_type_controller_unittest.cc", 850 "device_info/device_info_data_type_controller_unittest.cc",
854 "device_info/device_info_sync_bridge_unittest.cc", 851 "device_info/device_info_sync_bridge_unittest.cc",
855 "device_info/device_info_sync_service_unittest.cc", 852 "device_info/device_info_sync_service_unittest.cc",
856 "device_info/device_info_util_unittest.cc", 853 "device_info/device_info_util_unittest.cc",
857 "device_info/local_device_info_provider_impl_unittest.cc", 854 "device_info/local_device_info_provider_impl_unittest.cc",
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 deps = [ 1139 deps = [
1143 ":fake_server_jni", 1140 ":fake_server_jni",
1144 ":sync", 1141 ":sync",
1145 ":test_support_fake_server", 1142 ":test_support_fake_server",
1146 "//base", 1143 "//base",
1147 "//testing/gtest", 1144 "//testing/gtest",
1148 "//url:url", 1145 "//url:url",
1149 ] 1146 ]
1150 } 1147 }
1151 } 1148 }
OLDNEW
« no previous file with comments | « components/password_manager/sync/browser/password_model_worker.cc ('k') | components/sync/base/scoped_event_signal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698