diff options
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/DEPS | 5 | ||||
-rw-r--r-- | chromeos/OWNERS | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/chromeos/DEPS b/chromeos/DEPS new file mode 100644 index 0000000..ffae1fe --- /dev/null +++ b/chromeos/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + "+net", + "+third_party/cros", + "+third_party/cros_system_api", +] diff --git a/chromeos/OWNERS b/chromeos/OWNERS new file mode 100644 index 0000000..f12b170 --- /dev/null +++ b/chromeos/OWNERS @@ -0,0 +1,6 @@ +zelidrag@chromium.org +davemoore@chromium.org +stevenjb@chromium.org +oshima@chromium.org +derat@chromium.org +satorux@chromium.org |