summaryrefslogtreecommitdiffstats
path: root/remoting/resources
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-09-18 12:58:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-18 19:59:32 +0000
commit717185dc6e6c480e7aa7969153f235eb450e12cf (patch)
tree9ec4c6cbfc8a6d6cac384292052c066c978221cf /remoting/resources
parent6a07d9a158c8cf496200993505d1395dd78277a7 (diff)
downloadchromium_src-717185dc6e6c480e7aa7969153f235eb450e12cf.zip
chromium_src-717185dc6e6c480e7aa7969153f235eb450e12cf.tar.gz
chromium_src-717185dc6e6c480e7aa7969153f235eb450e12cf.tar.bz2
Make deps of GN groups public.
Theses are implicitly public today, but I'm going to remove some transitional code that will change the default to be private. Some template instantiations needed to be updated that themselves expand to groups. Review URL: https://codereview.chromium.org/1356493004 Cr-Commit-Position: refs/heads/master@{#349747}
Diffstat (limited to 'remoting/resources')
-rw-r--r--remoting/resources/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/resources/BUILD.gn b/remoting/resources/BUILD.gn
index d28753b..2f2fcbf 100644
--- a/remoting/resources/BUILD.gn
+++ b/remoting/resources/BUILD.gn
@@ -6,7 +6,7 @@ import("//remoting/remoting_locales.gni")
import("//tools/grit/grit_rule.gni")
group("resources") {
- deps = [
+ public_deps = [
":copy_locales",
":strings",