summaryrefslogtreecommitdiffstats
path: root/tools/cros
diff options
context:
space:
mode:
authorachuith <achuith@chromium.org>2014-10-22 14:53:01 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-22 21:53:13 +0000
commit529d5eb2dcc733a8cb1fbdef7afefe056187a84b (patch)
tree5fa62f3d87b888ddc1a60da4cb56e5dfdc529560 /tools/cros
parentc282de2f3a0f3484df5db8d2fe03e2acf9f3cc25 (diff)
downloadchromium_src-529d5eb2dcc733a8cb1fbdef7afefe056187a84b.zip
chromium_src-529d5eb2dcc733a8cb1fbdef7afefe056187a84b.tar.gz
chromium_src-529d5eb2dcc733a8cb1fbdef7afefe056187a84b.tar.bz2
bootstrap deps for policy
BUG=417684 TEST=manual Review URL: https://codereview.chromium.org/671803002 Cr-Commit-Position: refs/heads/master@{#300769}
Diffstat (limited to 'tools/cros')
-rw-r--r--tools/cros/OWNERS10
-rw-r--r--tools/cros/bootstrap_deps2
2 files changed, 12 insertions, 0 deletions
diff --git a/tools/cros/OWNERS b/tools/cros/OWNERS
new file mode 100644
index 0000000..4bb8766
--- /dev/null
+++ b/tools/cros/OWNERS
@@ -0,0 +1,10 @@
+# For more information about telemetry development, please see:
+# http://dev.chromium.org/developers/telemetry/telemetry-feature-guidelines
+
+# The set noparent is temporary until src/OWNERS isn't *.
+set noparent
+
+achuith@chromium.org
+tbarzic@chromium.org
+tengs@chromium.org
+zelidrag@chromium.org
diff --git a/tools/cros/bootstrap_deps b/tools/cros/bootstrap_deps
index 24f190f..f8e6310 100644
--- a/tools/cros/bootstrap_deps
+++ b/tools/cros/bootstrap_deps
@@ -18,4 +18,6 @@ deps_includes = {
"https://src.chromium.org/chrome/trunk/src/content/test/gpu/bootstrap_deps",
"src/tools/perf/bootstrap_deps":
"https://src.chromium.org/chrome/trunk/src/tools/perf/bootstrap_deps",
+ "src/chrome/browser/policy/test/bootstrap_deps":
+ "https://src.chromium.org/chrome/trunk/src/chrome/browser/policy/test/bootstrap_deps",
}