Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Hans Wennborg 37e2f9c9d3 Add myself to build/OWNERS
For updating build flags along with Clang changes.

Bug: none
Change-Id: I3e588c7b87d992ea0fed673293d6edd381a8d95f
Reviewed-on: https://chromium-review.googlesource.com/667919
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#502146}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 45291f54459006beb921ff6d08d2f8aade9b1ca4
2017-09-15 02:58:02 +00:00
wychen 7f3c84205a Anyone can edit check_gn_headers_whitelist.txt
BUG=661774

Review-Url: https://codereview.chromium.org/2920403002
Cr-Original-Commit-Position: refs/heads/master@{#477338}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 1ef74e6c994ef0e20184f79fdf0372ff756e13fd
2017-06-06 18:02:15 +00:00
dpranke 9505c73046 Add component and team info to some //testing, //tools OWNERS files.
This adds some basic TEAM and COMPONENT info for the top-level
//testing and //tools files and a few subdirectories, where either
the right owners are in infra or we don't really have good owners
but might as well pick something. This also adds a TEAM entry
for //build.

R=phajdan.jr@chromium.org

Review-Url: https://codereview.chromium.org/2800973004
Cr-Original-Commit-Position: refs/heads/master@{#463048}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 9d705ef39020eddba9be5d940b88d1bfd82b6834
2017-04-07 23:29:02 +00:00
jochen c7e63285c4 Add global status comments for owners
BUG=694222
R=dpranke@chromium.org

Review-Url: https://codereview.chromium.org/2797673002
Cr-Original-Commit-Position: refs/heads/master@{#462800}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: fb96ed753ed737db5befc119248c110e41134814
2017-04-07 07:03:46 +00:00
jbudorick 217858da3e Set OWNERS for {build,third_party}/.gitignore to *.
https://crrev.com/68d02518d39937443244001624fa500e00aad408 split
//build/.gitignore and //third_party/.gitignore out of the main
.gitignore file, which is owned by *. This CL updates the owners for
the new .gitignore files to match.

Review-Url: https://codereview.chromium.org/2751353004
Cr-Original-Commit-Position: refs/heads/master@{#457476}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b17a05b5025de0288c1ee255ee4adceee55bf50a
2017-03-16 17:36:04 +00:00
ymzhang 8acd528aab [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
We are adding COMPONENT/TEAM information into OWNERS file
(third_party/*, etc).

Proposal to add TEAM/COMPONENT information into OWNERS files
http://bit.ly/add-team-component-proposal
Proposal about how to get suggested component for directory.
http://bit.ly/directory-mapping-proposal
TEAM-COMPONENT mapping
http://bit.ly/component-team-mapping

Additional Information:
Component lists
https://bugs.chromium.org/p/chromium/adminComponents

BUG=679905
R=agrieve@chromium.org

Review-Url: https://codereview.chromium.org/2734393004
Cr-Original-Commit-Position: refs/heads/master@{#455799}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: af8c9798ce11b04fb6ad0fa8ddd5e7f0d7faf8af
2017-03-09 18:29:14 +00:00
dpranke 06d541dd8f Change OWNERS of whitespace file to *.
BUG=

Review-Url: https://codereview.chromium.org/2662573003
Cr-Original-Commit-Position: refs/heads/master@{#446846}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 01dc7f2e227a07cc4b867769437a8e51cb0a538e
2017-01-28 00:26:17 +00:00
brucedawson a4831f51ef Add brucedawson to build\OWNERS
Review URL: https://codereview.chromium.org/1842923002

Cr-Original-Commit-Position: refs/heads/master@{#384962}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ef0e3197b9dce394f774168a3f7f6822dada88f4
2016-04-04 18:41:29 +00:00
justincohen 2fe1c5ac03 Scripts to upload and update the mac toolchain.
The following two scripts allow for the update and roll of the mac
toolchain (Xcode) via DEPS instead of thru an infrastructure install
script.  The upload / download nature of the script follows somewhat
what Windows does with visual studio files and what Mac already does
for clang rolls.

build/package_mac_toolchain.py takes an Xcode.app directory
and packages up what the parts the Mac build uses into a tar file
and uploads it to gs://chrome-mac-sdk/

build/mac_toolchain.py runs as part of hooks, downloads
and decompresses the mac toolchain, and points system files to this
new directory with the DEVELOPER_DIR environment variable.

Setting DEVELOPER_DIR throughout gyp-ninja requires this GYP CL:
   https://codereview.chromium.org/1806733002/

BUG=474373

Review URL: https://codereview.chromium.org/1759793003

Cr-Original-Commit-Position: refs/heads/master@{#383461}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 6a03a3dc9196b4474e7f5c08803f076a95055b44
2016-03-26 21:45:51 +00:00
yfriedman b68cbe8352 Update OWNERS file now that Chris has left the project.
TBR=sgurun

Review URL: https://codereview.chromium.org/1315443013

Cr-Original-Commit-Position: refs/heads/master@{#348427}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 23eab49ca0ee6393cc4df084ed79201011a19749
2015-09-11 17:59:42 +00:00
jbudorick 9ba19d13e1 Add self to build/OWNERS.
As suggested in https://codereview.chromium.org/1292753002

BUG=

Review URL: https://codereview.chromium.org/1301593002

Cr-Original-Commit-Position: refs/heads/master@{#343711}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: fcfa051e89a2a91abf4f6c3d42f23aef9b7c2d83
2015-08-17 17:53:18 +00:00
dpranke 1261835a35 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-Original-Commit-Position: refs/heads/master@{#319979}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: e3b19992280a9d95c72c2600bea97a0cc0acab11
2015-03-10 21:37:56 +00:00
jochen 8be9e58f30 Add myself to build/OWNERS
R=cjhopman@chromium.org,scottmg@chromium.org,thakis@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/842133003

Cr-Original-Commit-Position: refs/heads/master@{#310793}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: be3f4399b1e6272970a5a061c76d7993a629dcb9
2015-01-09 17:59:22 +00:00
scottmg 3b4af3569f Add some OWNERS to build
By request -- if you land here and feel qualified to review build/
(or a subdir) please feel encouraged to send a CL to add yourself to
OWNERS. The initial list was selected simply to avoid having the
reviews sent unnecessarily to top-level src/ OWNERS.

R=cpu@chromium.org,cjhopman@chromium.org,thakis@chromium.org

Review URL: https://codereview.chromium.org/786093002

Cr-Original-Commit-Position: refs/heads/master@{#307346}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 490b0ea5ff99a3a35347f490bdc63495198aca8d
2014-12-08 21:55:48 +00:00
dpranke@chromium.org 0aa962ee8b Add wildcard OWNERS files for directories where anyone can approve commits.
R=ben@chromium.org, darin@chromium.org
BUG=88315

Review URL: https://chromiumcodereview.appspot.com/9664020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126218 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-12 20:56:41 +00:00