[build] Add common directory for custom deps

NOTRY=true

Bug: chromium:846711
Change-Id: I5d7f366db2e80fbe539b34a5dcb7475e4e38bd29
Reviewed-on: https://chromium-review.googlesource.com/1088694
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53621}
This commit is contained in:
Michael Achenbach 2018-06-06 14:03:39 +02:00 committed by Commit Bot
parent d14decc3eb
commit 2530a04412
3 changed files with 8 additions and 0 deletions

4
custom_deps/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!OWNERS
!README.md

2
custom_deps/OWNERS Normal file
View File

@ -0,0 +1,2 @@
machenbach@chromium.org
sergiyb@chromium.org

2
custom_deps/README.md Normal file
View File

@ -0,0 +1,2 @@
Common directory for custom dependencies pulled in via .gclient custom_deps.
All subdirectories are ignored by git by default.