diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-21 22:25:05 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-21 22:25:05 +0000 |
commit | 5cf19b9eb17bbce0da6aa0f66b53455e5fc1a297 (patch) | |
tree | 1ea3bb9b519bfc7fa2cc02daf2c5fa6ae2a133f7 /chromeos | |
parent | 7c3b3ddc3fe9e1e14a0c477281f626c6363e7bc3 (diff) | |
download | chromium_src-5cf19b9eb17bbce0da6aa0f66b53455e5fc1a297.zip chromium_src-5cf19b9eb17bbce0da6aa0f66b53455e5fc1a297.tar.gz chromium_src-5cf19b9eb17bbce0da6aa0f66b53455e5fc1a297.tar.bz2 |
chromeos top directory
BUG=119298
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9823001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128074 0039d316-1c4b-4281-b951-d872f2087c98
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 |