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

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

Issue 1306893007: //components/variations: Create separate target for VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/metrics/variations/chrome_variations_service_client.h » ('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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "//components/translate/core/browser", 159 "//components/translate/core/browser",
160 "//components/translate/core/common", 160 "//components/translate/core/common",
161 "//components/ui/zoom", 161 "//components/ui/zoom",
162 "//components/undo", 162 "//components/undo",
163 "//components/update_client", 163 "//components/update_client",
164 "//components/url_formatter", 164 "//components/url_formatter",
165 "//components/user_prefs", 165 "//components/user_prefs",
166 "//components/user_prefs/tracked:user_prefs_tracked", 166 "//components/user_prefs/tracked:user_prefs_tracked",
167 "//components/variations", 167 "//components/variations",
168 "//components/variations/net", 168 "//components/variations/net",
169 "//components/variations/service",
169 "//components/webdata/common", 170 "//components/webdata/common",
170 "//components/webdata_services", 171 "//components/webdata_services",
171 "//components/web_resource", 172 "//components/web_resource",
172 "//content/public/browser", 173 "//content/public/browser",
173 "//content/public/common", 174 "//content/public/common",
174 "//courgette:courgette_lib", 175 "//courgette:courgette_lib",
175 "//crypto", 176 "//crypto",
176 "//google_apis", 177 "//google_apis",
177 "//gpu/config", 178 "//gpu/config",
178 "//skia", 179 "//skia",
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1241 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1241 deps = [ 1242 deps = [
1242 "//components/google/core/browser", 1243 "//components/google/core/browser",
1243 "//components/omnibox/browser", 1244 "//components/omnibox/browser",
1244 "//components/rlz", 1245 "//components/rlz",
1245 "//components/search_engines", 1246 "//components/search_engines",
1246 "//rlz:rlz_lib", 1247 "//rlz:rlz_lib",
1247 ] 1248 ]
1248 } 1249 }
1249 } 1250 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/metrics/variations/chrome_variations_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698