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

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

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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/prefs/chrome_pref_service_factory.cc » ('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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "//components/strings", 142 "//components/strings",
143 "//components/suggestions", 143 "//components/suggestions",
144 "//components/sync_driver", 144 "//components/sync_driver",
145 "//components/translate/core/browser", 145 "//components/translate/core/browser",
146 "//components/translate/core/common", 146 "//components/translate/core/common",
147 "//components/ui/zoom:ui_zoom", 147 "//components/ui/zoom:ui_zoom",
148 "//components/undo", 148 "//components/undo",
149 "//components/update_client", 149 "//components/update_client",
150 "//components/url_formatter", 150 "//components/url_formatter",
151 "//components/user_prefs", 151 "//components/user_prefs",
152 "//components/user_prefs/tracked:user_prefs_tracked",
152 "//components/variations", 153 "//components/variations",
153 "//components/variations/net", 154 "//components/variations/net",
154 "//components/webdata/common", 155 "//components/webdata/common",
155 "//components/webdata_services", 156 "//components/webdata_services",
156 "//components/web_resource", 157 "//components/web_resource",
157 "//content/public/browser", 158 "//content/public/browser",
158 "//content/public/common", 159 "//content/public/common",
159 "//courgette:courgette_lib", 160 "//courgette:courgette_lib",
160 "//crypto", 161 "//crypto",
161 "//google_apis", 162 "//google_apis",
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 ] 1052 ]
1052 deps = [ 1053 deps = [
1053 "//base:prefs_test_support", 1054 "//base:prefs_test_support",
1054 "//chrome/browser", 1055 "//chrome/browser",
1055 "//chrome/common", 1056 "//chrome/common",
1056 "//chrome/common/safe_browsing:proto", 1057 "//chrome/common/safe_browsing:proto",
1057 "//components/invalidation/impl", 1058 "//components/invalidation/impl",
1058 "//components/invalidation/impl:test_support", 1059 "//components/invalidation/impl:test_support",
1059 "//components/password_manager/core/browser:test_support", 1060 "//components/password_manager/core/browser:test_support",
1060 "//components/search_engines:test_support", 1061 "//components/search_engines:test_support",
1062 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
1061 "//content/test:test_support", 1063 "//content/test:test_support",
1062 "//chrome/app/theme:theme_resources", 1064 "//chrome/app/theme:theme_resources",
1063 "//net:test_support", 1065 "//net:test_support",
1064 "//skia", 1066 "//skia",
1065 "//testing/gmock", 1067 "//testing/gmock",
1066 "//testing/gtest", 1068 "//testing/gtest",
1067 "//ui/gfx", 1069 "//ui/gfx",
1068 ] 1070 ]
1069 1071
1070 if (!is_ios) { 1072 if (!is_ios) {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1218 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1217 deps = [ 1219 deps = [
1218 "//components/google/core/browser", 1220 "//components/google/core/browser",
1219 "//components/omnibox/browser", 1221 "//components/omnibox/browser",
1220 "//components/rlz", 1222 "//components/rlz",
1221 "//components/search_engines", 1223 "//components/search_engines",
1222 "//rlz:rlz_lib", 1224 "//rlz:rlz_lib",
1223 ] 1225 ]
1224 } 1226 }
1225 } 1227 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_pref_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698