diff options
author | dpranke <dpranke@chromium.org> | 2015-03-10 14:37:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-10 21:37:56 +0000 |
commit | e3b19992280a9d95c72c2600bea97a0cc0acab11 (patch) | |
tree | 90af27bf57a4dab151f37655f435a26fd690634f | |
parent | 42714000631c82cc6b054dadfaea0930c263883a (diff) | |
download | chromium_src-e3b19992280a9d95c72c2600bea97a0cc0acab11.zip chromium_src-e3b19992280a9d95c72c2600bea97a0cc0acab11.tar.gz chromium_src-e3b19992280a9d95c72c2600bea97a0cc0acab11.tar.bz2 |
Add dpranke as an OWNER to the top-level GN and GYP files for the GN migration.
(src/BUILD.gn and src/build).
Since he's the main one tracking the migration.
R=jam@chromium.org
TBR=brettw@chromium.org
BUG=461019
Review URL: https://codereview.chromium.org/999523002
Cr-Commit-Position: refs/heads/master@{#319979}
-rw-r--r-- | OWNERS | 2 | ||||
-rw-r--r-- | build/OWNERS | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -2,7 +2,9 @@ brettw@chromium.org cpu@chromium.org darin@chromium.org jam@chromium.org + per-file .gitignore=* +per-file BUILD.gn=dpranke@chromium.org per-file DEPS=* per-file AUTHORS=* per-file WATCHLISTS=* diff --git a/build/OWNERS b/build/OWNERS index da383a1..17d067c 100644 --- a/build/OWNERS +++ b/build/OWNERS @@ -1,4 +1,5 @@ cjhopman@chromium.org +dpranke@chromium.org jochen@chromium.org scottmg@chromium.org thakis@chromium.org |