summaryrefslogtreecommitdiffstats
path: root/components/variations/BUILD.gn
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-08-26 06:53:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-26 13:54:05 +0000
commitc61ceeed88366bf864da4944e72953c13460d792 (patch)
tree39835ae506c60d0f64de7b0599106bc8a4eab253 /components/variations/BUILD.gn
parentfa6c333488af5486f4ae97d1efcfb1e67790e6f0 (diff)
downloadchromium_src-c61ceeed88366bf864da4944e72953c13460d792.zip
chromium_src-c61ceeed88366bf864da4944e72953c13460d792.tar.gz
chromium_src-c61ceeed88366bf864da4944e72953c13460d792.tar.bz2
Partially componentize chrome/common/variations/variations_util.{cc,h}.
Componentize chrome_variations::SetChildProcessLoggingVariationList and rename it as variations::SetVariationsListCrashKeys so that it can be shared with iOS. Add a dependency on //components/crash_keys that only depends on //base and has the same comment about avoiding introducing new dependencies as it is used by ChromeOS. BUG=520070 TBR=thestig Review URL: https://codereview.chromium.org/1288863003 Cr-Commit-Position: refs/heads/master@{#345600}
Diffstat (limited to 'components/variations/BUILD.gn')
-rw-r--r--components/variations/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index 651273f..ca173fc 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -47,6 +47,8 @@ source_set("variations") {
"variations_service_client.h",
"variations_url_constants.cc",
"variations_url_constants.h",
+ "variations_util.cc",
+ "variations_util.h",
]
if (is_android || is_ios) {
@@ -61,6 +63,7 @@ source_set("variations") {
"//base",
"//base:prefs",
"//components/compression",
+ "//components/crash_keys",
"//crypto",
"//third_party/mt19937ar",
"//third_party/protobuf:protobuf_lite",