summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/policy/test/bootstrap_deps20
-rw-r--r--tools/cros/OWNERS10
-rw-r--r--tools/cros/bootstrap_deps2
3 files changed, 32 insertions, 0 deletions
diff --git a/chrome/browser/policy/test/bootstrap_deps b/chrome/browser/policy/test/bootstrap_deps
new file mode 100644
index 0000000..fe1511f
--- /dev/null
+++ b/chrome/browser/policy/test/bootstrap_deps
@@ -0,0 +1,20 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+deps = {
+ "src/chrome/browser/policy/test":
+ "https://src.chromium.org/chrome/trunk/src/chrome/browser/policy/test",
+ "src/net/tools/testserver":
+ "https://src.chromium.org/chrome/trunk/src/net/tools/testserver",
+ "src/third_party/tlslite/tlslite":
+ "https://src.chromium.org/chrome/trunk/src/third_party/tlslite/tlslite",
+ "src/third_party/protobuf/python/google":
+ "https://src.chromium.org/chrome/trunk/src/third_party/protobuf/python/google",
+}
+
+# Also include telemetry deps.
+deps_includes = {
+ "src/tools/telemetry/bootstrap_deps":
+ "https://src.chromium.org/chrome/trunk/src/tools/telemetry/bootstrap_deps",
+}
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",
}