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

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

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « components/search_engines/DEPS ('k') | components/sync/driver/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "driver/sync_api_component_factory_mock.h", 798 "driver/sync_api_component_factory_mock.h",
799 ] 799 ]
800 800
801 public_deps = [ 801 public_deps = [
802 ":test_support_base", 802 ":test_support_base",
803 ] 803 ]
804 804
805 deps = [ 805 deps = [
806 ":sync", 806 ":sync",
807 ":test_support_engine", 807 ":test_support_engine",
808 "//components/syncable_prefs:test_support", 808 "//components/sync_preferences:test_support",
809 "//components/version_info", 809 "//components/version_info",
810 "//google_apis", 810 "//google_apis",
811 ] 811 ]
812 } 812 }
813 813
814 source_set("unit_tests") { 814 source_set("unit_tests") {
815 testonly = true 815 testonly = true
816 sources = [ 816 sources = [
817 "base/attachment_id_proto_unittest.cc", 817 "base/attachment_id_proto_unittest.cc",
818 "base/bind_to_task_runner_unittest.cc", 818 "base/bind_to_task_runner_unittest.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 ":test_support_engine", 941 ":test_support_engine",
942 ":test_support_model", 942 ":test_support_model",
943 "//base", 943 "//base",
944 "//base/test:test_support", 944 "//base/test:test_support",
945 "//components/invalidation/impl", 945 "//components/invalidation/impl",
946 "//components/os_crypt:test_support", 946 "//components/os_crypt:test_support",
947 "//components/pref_registry:test_support", 947 "//components/pref_registry:test_support",
948 "//components/prefs:test_support", 948 "//components/prefs:test_support",
949 "//components/signin/core/browser:test_support", 949 "//components/signin/core/browser:test_support",
950 "//components/sync/engine_impl/attachments/proto", 950 "//components/sync/engine_impl/attachments/proto",
951 "//components/syncable_prefs", 951 "//components/sync_preferences",
952 "//components/syncable_prefs:test_support", 952 "//components/sync_preferences:test_support",
953 "//components/version_info", 953 "//components/version_info",
954 "//google_apis", 954 "//google_apis",
955 "//google_apis:test_support", 955 "//google_apis:test_support",
956 "//net", 956 "//net",
957 "//net:test_support", 957 "//net:test_support",
958 "//sql", 958 "//sql",
959 "//sql:test_support", 959 "//sql:test_support",
960 "//testing/gmock", 960 "//testing/gmock",
961 "//testing/gtest", 961 "//testing/gtest",
962 "//third_party/leveldatabase", 962 "//third_party/leveldatabase",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 deps = [ 1124 deps = [
1125 ":fake_server_jni", 1125 ":fake_server_jni",
1126 ":sync", 1126 ":sync",
1127 ":test_support_fake_server", 1127 ":test_support_fake_server",
1128 "//base", 1128 "//base",
1129 "//testing/gtest", 1129 "//testing/gtest",
1130 "//url:url", 1130 "//url:url",
1131 ] 1131 ]
1132 } 1132 }
1133 } 1133 }
OLDNEW
« no previous file with comments | « components/search_engines/DEPS ('k') | components/sync/driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698