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

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: fix Build error in GN file 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/DEPS » ('j') | chrome/browser/DEPS » ('J')
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "//components/strings", 143 "//components/strings",
144 "//components/suggestions", 144 "//components/suggestions",
145 "//components/sync_driver", 145 "//components/sync_driver",
146 "//components/translate/core/browser", 146 "//components/translate/core/browser",
147 "//components/translate/core/common", 147 "//components/translate/core/common",
148 "//components/ui/zoom:ui_zoom", 148 "//components/ui/zoom:ui_zoom",
149 "//components/undo", 149 "//components/undo",
150 "//components/update_client", 150 "//components/update_client",
151 "//components/url_fixer", 151 "//components/url_fixer",
152 "//components/user_prefs", 152 "//components/user_prefs",
153 "//components/user_prefs/tracked:user_prefs_tracked",
153 "//components/variations", 154 "//components/variations",
154 "//components/variations/net", 155 "//components/variations/net",
155 "//components/webdata/common", 156 "//components/webdata/common",
156 "//components/webdata_services", 157 "//components/webdata_services",
157 "//components/web_resource", 158 "//components/web_resource",
158 "//content/public/browser", 159 "//content/public/browser",
159 "//content/public/common", 160 "//content/public/common",
160 "//courgette:courgette_lib", 161 "//courgette:courgette_lib",
161 "//crypto", 162 "//crypto",
162 "//google_apis", 163 "//google_apis",
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 ] 1047 ]
1047 deps = [ 1048 deps = [
1048 "//base:prefs_test_support", 1049 "//base:prefs_test_support",
1049 "//chrome/browser", 1050 "//chrome/browser",
1050 "//chrome/common", 1051 "//chrome/common",
1051 "//chrome/common/safe_browsing:proto", 1052 "//chrome/common/safe_browsing:proto",
1052 "//components/invalidation/impl", 1053 "//components/invalidation/impl",
1053 "//components/invalidation/impl:test_support", 1054 "//components/invalidation/impl:test_support",
1054 "//components/password_manager/core/browser:test_support", 1055 "//components/password_manager/core/browser:test_support",
1055 "//components/search_engines:test_support", 1056 "//components/search_engines:test_support",
1057 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
1056 "//content/test:test_support", 1058 "//content/test:test_support",
1057 "//chrome/app/theme:theme_resources", 1059 "//chrome/app/theme:theme_resources",
1058 "//net:test_support", 1060 "//net:test_support",
1059 "//skia", 1061 "//skia",
1060 "//testing/gmock", 1062 "//testing/gmock",
1061 "//testing/gtest", 1063 "//testing/gtest",
1062 "//ui/gfx", 1064 "//ui/gfx",
1063 ] 1065 ]
1064 1066
1065 if (!is_ios) { 1067 if (!is_ios) {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1213 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1212 deps = [ 1214 deps = [
1213 "//components/google/core/browser", 1215 "//components/google/core/browser",
1214 "//components/omnibox/browser", 1216 "//components/omnibox/browser",
1215 "//components/rlz", 1217 "//components/rlz",
1216 "//components/search_engines", 1218 "//components/search_engines",
1217 "//rlz:rlz_lib", 1219 "//rlz:rlz_lib",
1218 ] 1220 ]
1219 } 1221 }
1220 } 1222 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698