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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 1305213009: Componentize PrefSyncableService and support classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable
Patch Set: Add missing dependency on //sync:test_support_sync_api for unit tests with gn 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
« no previous file with comments | « no previous file | chrome/browser/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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "//components/keyed_service/content", 284 "//components/keyed_service/content",
285 "//components/navigation_interception", 285 "//components/navigation_interception",
286 "//components/network_hints/common", 286 "//components/network_hints/common",
287 "//components/password_manager/content/browser", 287 "//components/password_manager/content/browser",
288 "//components/password_manager/sync/browser", 288 "//components/password_manager/sync/browser",
289 "//components/plugins/common", 289 "//components/plugins/common",
290 "//components/proxy_config", 290 "//components/proxy_config",
291 "//components/safe_json", 291 "//components/safe_json",
292 "//components/sessions", 292 "//components/sessions",
293 "//components/storage_monitor", 293 "//components/storage_monitor",
294 "//components/syncable_prefs",
294 "//components/translate/content/browser", 295 "//components/translate/content/browser",
295 "//components/upload_list", 296 "//components/upload_list",
296 "//components/url_matcher", 297 "//components/url_matcher",
297 "//components/visitedlink/browser", 298 "//components/visitedlink/browser",
298 "//components/visitedlink/common", 299 "//components/visitedlink/common",
299 "//components/web_cache/browser", 300 "//components/web_cache/browser",
300 "//components/web_modal", 301 "//components/web_modal",
301 "//content/app/resources", 302 "//content/app/resources",
302 "//media", 303 "//media",
303 "//mojo/application/public/cpp", 304 "//mojo/application/public/cpp",
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 "notifications/notification_test_util.cc", 1034 "notifications/notification_test_util.cc",
1034 "notifications/notification_test_util.h", 1035 "notifications/notification_test_util.h",
1035 "password_manager/mock_password_store_service.cc", 1036 "password_manager/mock_password_store_service.cc",
1036 "password_manager/mock_password_store_service.h", 1037 "password_manager/mock_password_store_service.h",
1037 "password_manager/null_password_store_service.cc", 1038 "password_manager/null_password_store_service.cc",
1038 "password_manager/null_password_store_service.h", 1039 "password_manager/null_password_store_service.h",
1039 "password_manager/password_manager_test_base.cc", 1040 "password_manager/password_manager_test_base.cc",
1040 "password_manager/password_manager_test_base.h", 1041 "password_manager/password_manager_test_base.h",
1041 "password_manager/test_password_store_service.cc", 1042 "password_manager/test_password_store_service.cc",
1042 "password_manager/test_password_store_service.h", 1043 "password_manager/test_password_store_service.h",
1043 "prefs/pref_service_mock_factory.cc",
1044 "prefs/pref_service_mock_factory.h",
1045 "profile_resetter/profile_resetter_test_base.cc", 1044 "profile_resetter/profile_resetter_test_base.cc",
1046 "profile_resetter/profile_resetter_test_base.h", 1045 "profile_resetter/profile_resetter_test_base.h",
1047 "search_engines/template_url_service_factory_test_util.cc", 1046 "search_engines/template_url_service_factory_test_util.cc",
1048 "search_engines/template_url_service_factory_test_util.h", 1047 "search_engines/template_url_service_factory_test_util.h",
1049 "search_engines/template_url_service_test_util.cc", 1048 "search_engines/template_url_service_test_util.cc",
1050 "search_engines/template_url_service_test_util.h", 1049 "search_engines/template_url_service_test_util.h",
1051 "sessions/session_restore_test_helper.cc", 1050 "sessions/session_restore_test_helper.cc",
1052 "sessions/session_restore_test_helper.h", 1051 "sessions/session_restore_test_helper.h",
1053 "sessions/session_service_test_helper.cc", 1052 "sessions/session_service_test_helper.cc",
1054 "sessions/session_service_test_helper.h", 1053 "sessions/session_service_test_helper.h",
(...skipping 23 matching lines...) Expand all
1078 ] 1077 ]
1079 deps = [ 1078 deps = [
1080 "//base:prefs_test_support", 1079 "//base:prefs_test_support",
1081 "//chrome/browser", 1080 "//chrome/browser",
1082 "//chrome/common", 1081 "//chrome/common",
1083 "//chrome/common/safe_browsing:proto", 1082 "//chrome/common/safe_browsing:proto",
1084 "//components/invalidation/impl", 1083 "//components/invalidation/impl",
1085 "//components/invalidation/impl:test_support", 1084 "//components/invalidation/impl:test_support",
1086 "//components/password_manager/core/browser:test_support", 1085 "//components/password_manager/core/browser:test_support",
1087 "//components/search_engines:test_support", 1086 "//components/search_engines:test_support",
1087 "//components/syncable_prefs:test_support",
1088 "//components/user_prefs/tracked:user_prefs_tracked_test_support", 1088 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
1089 "//content/test:test_support", 1089 "//content/test:test_support",
1090 "//chrome/app/theme:theme_resources", 1090 "//chrome/app/theme:theme_resources",
1091 "//net:test_support", 1091 "//net:test_support",
1092 "//skia", 1092 "//skia",
1093 "//testing/gmock", 1093 "//testing/gmock",
1094 "//testing/gtest", 1094 "//testing/gtest",
1095 "//ui/gfx", 1095 "//ui/gfx",
1096 ] 1096 ]
1097 1097
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1245 deps = [ 1245 deps = [
1246 "//components/google/core/browser", 1246 "//components/google/core/browser",
1247 "//components/omnibox/browser", 1247 "//components/omnibox/browser",
1248 "//components/rlz", 1248 "//components/rlz",
1249 "//components/search_engines", 1249 "//components/search_engines",
1250 "//rlz:rlz_lib", 1250 "//rlz:rlz_lib",
1251 ] 1251 ]
1252 } 1252 }
1253 } 1253 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698