summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2016-02-01 16:22:19 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-02 00:24:07 +0000
commit7a5cd652d6f35d18e33ed25a3d950ed6e945e250 (patch)
tree2e62eeb26fdc0e925b40e0f792fe82e8e7d9cccb
parent5119494478729af6b78cc4525136a4422acadf3b (diff)
downloadchromium_src-7a5cd652d6f35d18e33ed25a3d950ed6e945e250.zip
chromium_src-7a5cd652d6f35d18e33ed25a3d950ed6e945e250.tar.gz
chromium_src-7a5cd652d6f35d18e33ed25a3d950ed6e945e250.tar.bz2
Updates DEPS of components/filesystem/public/cpp/prefs
so that it depends upon the filesystem service. This way anyone depending upon the filesystem client lib doesn't need a data_dep on the filesystem service. We do the same thing for mus BUG=none TEST=none R=erg@chromium.org Review URL: https://codereview.chromium.org/1659673002 Cr-Commit-Position: refs/heads/master@{#372831}
-rw-r--r--components/filesystem/public/cpp/prefs/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/filesystem/public/cpp/prefs/BUILD.gn b/components/filesystem/public/cpp/prefs/BUILD.gn
index 2300ab6..77e060b 100644
--- a/components/filesystem/public/cpp/prefs/BUILD.gn
+++ b/components/filesystem/public/cpp/prefs/BUILD.gn
@@ -17,4 +17,8 @@ source_set("prefs") {
"//mojo/common",
"//mojo/shell/public/cpp",
]
+
+ data_deps = [
+ "//components/filesystem",
+ ]
}