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

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: added comments 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
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_fixer", 150 "//components/url_fixer",
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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 ] 1051 ]
1051 deps = [ 1052 deps = [
1052 "//base:prefs_test_support", 1053 "//base:prefs_test_support",
1053 "//chrome/browser", 1054 "//chrome/browser",
1054 "//chrome/common", 1055 "//chrome/common",
1055 "//chrome/common/safe_browsing:proto", 1056 "//chrome/common/safe_browsing:proto",
1056 "//components/invalidation/impl", 1057 "//components/invalidation/impl",
1057 "//components/invalidation/impl:test_support", 1058 "//components/invalidation/impl:test_support",
1058 "//components/password_manager/core/browser:test_support", 1059 "//components/password_manager/core/browser:test_support",
1059 "//components/search_engines:test_support", 1060 "//components/search_engines:test_support",
1061 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
1060 "//content/test:test_support", 1062 "//content/test:test_support",
1061 "//chrome/app/theme:theme_resources", 1063 "//chrome/app/theme:theme_resources",
1062 "//net:test_support", 1064 "//net:test_support",
1063 "//skia", 1065 "//skia",
1064 "//testing/gmock", 1066 "//testing/gmock",
1065 "//testing/gtest", 1067 "//testing/gtest",
1066 "//ui/gfx", 1068 "//ui/gfx",
1067 ] 1069 ]
1068 1070
1069 if (!is_ios) { 1071 if (!is_ios) {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1217 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1216 deps = [ 1218 deps = [
1217 "//components/google/core/browser", 1219 "//components/google/core/browser",
1218 "//components/omnibox/browser", 1220 "//components/omnibox/browser",
1219 "//components/rlz", 1221 "//components/rlz",
1220 "//components/search_engines", 1222 "//components/search_engines",
1221 "//rlz:rlz_lib", 1223 "//rlz:rlz_lib",
1222 ] 1224 ]
1223 } 1225 }
1224 } 1226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698