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

Side by Side Diff: sync/BUILD.gn

Issue 1966023002: [Sync] Move DataTypeErrorHandler to //sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found an unsaved buffer :( Created 4 years, 7 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("//sync/protocol/protocol_sources.gni") 6 import("//sync/protocol/protocol_sources.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 component("sync") { 9 component("sync") {
10 public_deps = [ 10 public_deps = [
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "internal_api/public/base_node.h", 218 "internal_api/public/base_node.h",
219 "internal_api/public/base_transaction.h", 219 "internal_api/public/base_transaction.h",
220 "internal_api/public/change_record.h", 220 "internal_api/public/change_record.h",
221 "internal_api/public/configure_reason.h", 221 "internal_api/public/configure_reason.h",
222 "internal_api/public/data_batch_impl.cc", 222 "internal_api/public/data_batch_impl.cc",
223 "internal_api/public/data_batch_impl.h", 223 "internal_api/public/data_batch_impl.h",
224 "internal_api/public/data_type_association_stats.cc", 224 "internal_api/public/data_type_association_stats.cc",
225 "internal_api/public/data_type_association_stats.h", 225 "internal_api/public/data_type_association_stats.h",
226 "internal_api/public/data_type_debug_info_listener.cc", 226 "internal_api/public/data_type_debug_info_listener.cc",
227 "internal_api/public/data_type_debug_info_listener.h", 227 "internal_api/public/data_type_debug_info_listener.h",
228 "internal_api/public/data_type_error_handler.h",
228 "internal_api/public/delete_journal.h", 229 "internal_api/public/delete_journal.h",
229 "internal_api/public/engine/model_safe_worker.cc", 230 "internal_api/public/engine/model_safe_worker.cc",
230 "internal_api/public/engine/model_safe_worker.h", 231 "internal_api/public/engine/model_safe_worker.h",
231 "internal_api/public/engine/passive_model_worker.cc", 232 "internal_api/public/engine/passive_model_worker.cc",
232 "internal_api/public/engine/passive_model_worker.h", 233 "internal_api/public/engine/passive_model_worker.h",
233 "internal_api/public/engine/polling_constants.cc", 234 "internal_api/public/engine/polling_constants.cc",
234 "internal_api/public/engine/polling_constants.h", 235 "internal_api/public/engine/polling_constants.h",
235 "internal_api/public/engine/sync_status.cc", 236 "internal_api/public/engine/sync_status.cc",
236 "internal_api/public/engine/sync_status.h", 237 "internal_api/public/engine/sync_status.h",
237 "internal_api/public/events/clear_server_data_request_event.h", 238 "internal_api/public/events/clear_server_data_request_event.h",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 ] 540 ]
540 541
541 defines = [ "SYNC_TEST" ] 542 defines = [ "SYNC_TEST" ]
542 configs += [ "//build/config/compiler:wexit_time_destructors" ] 543 configs += [ "//build/config/compiler:wexit_time_destructors" ]
543 } 544 }
544 545
545 # GYP version: sync/sync_tests.gypi:test_support_sync_internal_api 546 # GYP version: sync/sync_tests.gypi:test_support_sync_internal_api
546 static_library("test_support_sync_internal_api") { 547 static_library("test_support_sync_internal_api") {
547 testonly = true 548 testonly = true
548 sources = [ 549 sources = [
550 "internal_api/public/test/data_type_error_handler_mock.h",
549 "internal_api/public/test/fake_model_type_connector.h", 551 "internal_api/public/test/fake_model_type_connector.h",
550 "internal_api/public/test/fake_model_type_processor.h", 552 "internal_api/public/test/fake_model_type_processor.h",
551 "internal_api/public/test/fake_sync_manager.h", 553 "internal_api/public/test/fake_sync_manager.h",
552 "internal_api/public/test/model_type_store_test_util.h", 554 "internal_api/public/test/model_type_store_test_util.h",
553 "internal_api/public/test/sync_manager_factory_for_profile_sync_test.h", 555 "internal_api/public/test/sync_manager_factory_for_profile_sync_test.h",
554 "internal_api/public/test/test_entry_factory.h", 556 "internal_api/public/test/test_entry_factory.h",
555 "internal_api/public/test/test_internal_components_factory.h", 557 "internal_api/public/test/test_internal_components_factory.h",
556 "internal_api/public/test/test_user_share.h", 558 "internal_api/public/test/test_user_share.h",
559 "internal_api/test/data_type_error_handler_mock.cc",
557 "internal_api/test/fake_model_type_connector.cc", 560 "internal_api/test/fake_model_type_connector.cc",
558 "internal_api/test/fake_model_type_processor.cc", 561 "internal_api/test/fake_model_type_processor.cc",
559 "internal_api/test/fake_sync_manager.cc", 562 "internal_api/test/fake_sync_manager.cc",
560 "internal_api/test/model_type_store_test_util.cc", 563 "internal_api/test/model_type_store_test_util.cc",
561 "internal_api/test/sync_manager_factory_for_profile_sync_test.cc", 564 "internal_api/test/sync_manager_factory_for_profile_sync_test.cc",
562 "internal_api/test/sync_manager_for_profile_sync_test.cc", 565 "internal_api/test/sync_manager_for_profile_sync_test.cc",
563 "internal_api/test/sync_manager_for_profile_sync_test.h", 566 "internal_api/test/sync_manager_for_profile_sync_test.h",
564 "internal_api/test/test_entry_factory.cc", 567 "internal_api/test/test_entry_factory.cc",
565 "internal_api/test/test_internal_components_factory.cc", 568 "internal_api/test/test_internal_components_factory.cc",
566 "internal_api/test/test_user_share.cc", 569 "internal_api/test/test_user_share.cc",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 ":fake_server_jni", 890 ":fake_server_jni",
888 ":sync_core", 891 ":sync_core",
889 ":test_support_sync_fake_server", 892 ":test_support_sync_fake_server",
890 "//base", 893 "//base",
891 "//sync/protocol:protocol", 894 "//sync/protocol:protocol",
892 "//testing/gtest", 895 "//testing/gtest",
893 "//url:url", 896 "//url:url",
894 ] 897 ]
895 } 898 }
896 } 899 }
OLDNEW
« no previous file with comments | « components/sync_driver/sync_api_component_factory_mock.h ('k') | sync/internal_api/public/data_type_error_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698