Commit 064792ea authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr Committed by Paweł Hajdan Jr.

Remove references to phajdan.jr

Bug: 783662
Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: If14081b9b17a3502435d2f2c4fcccfbbe51ae813
Reviewed-on: https://chromium-review.googlesource.com/763447Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515954}
parent f303b121
...@@ -14,13 +14,11 @@ per-file .vpython=dpranke@chromium.org ...@@ -14,13 +14,11 @@ per-file .vpython=dpranke@chromium.org
per-file .vpython=iannucci@chromium.org per-file .vpython=iannucci@chromium.org
per-file .vpython=jbudorick@chromium.org per-file .vpython=jbudorick@chromium.org
per-file .vpython=nednguyen@chromium.org per-file .vpython=nednguyen@chromium.org
per-file .vpython=phajdan.jr@chromium.org
per-file AUTHORS=* per-file AUTHORS=*
per-file BUILD.gn=file://build/OWNERS per-file BUILD.gn=file://build/OWNERS
per-file codereview.settings=agable@chromium.org per-file codereview.settings=agable@chromium.org
per-file DEPS=* per-file DEPS=*
per-file PRESUBMIT*.py=dcheng@chromium.org per-file PRESUBMIT*.py=dcheng@chromium.org
per-file PRESUBMIT*.py=jochen@chromium.org per-file PRESUBMIT*.py=jochen@chromium.org
per-file PRESUBMIT*.py=phajdan.jr@chromium.org
per-file README.md=* per-file README.md=*
per-file WATCHLISTS=* per-file WATCHLISTS=*
...@@ -855,9 +855,6 @@ ...@@ -855,9 +855,6 @@
'filesapp_ui': { 'filesapp_ui': {
'filepath': 'ui/file_manager' 'filepath': 'ui/file_manager'
}, },
'ftp': {
'filepath': 'ftp',
},
'fuchsia': { 'fuchsia': {
'filepath': 'fuchsia', 'filepath': 'fuchsia',
}, },
...@@ -2013,7 +2010,6 @@ ...@@ -2013,7 +2010,6 @@
'oka+watch@chromium.org', 'oka+watch@chromium.org',
'yamaguchi+watch@chromium.org'], 'yamaguchi+watch@chromium.org'],
'filesapp_ui': ['mtomasz+watch@chromium.org'], 'filesapp_ui': ['mtomasz+watch@chromium.org'],
'ftp': ['phajdan.jr@chromium.org'],
'fuchsia': ['sergeyu@chromium.org', 'wez@chromium.org'], 'fuchsia': ['sergeyu@chromium.org', 'wez@chromium.org'],
'fuzzing': ['fuzzing@chromium.org'], 'fuzzing': ['fuzzing@chromium.org'],
'gamepad': ['cco3+watch@chromium.org', 'gamepad': ['cco3+watch@chromium.org',
......
phajdan.jr@chromium.org
per-file *task_scheduler*=file://base/task_scheduler/OWNERS per-file *task_scheduler*=file://base/task_scheduler/OWNERS
# Metrics-related test utilties: # Metrics-related test utilties:
......
mmoss@chromium.org mmoss@chromium.org
phajdan.jr@chromium.org
thestig@chromium.org thestig@chromium.org
thomasanderson@chromium.org thomasanderson@chromium.org
set noparent set noparent
mmoss@chromium.org mmoss@chromium.org
phajdan.jr@chromium.org
thestig@chromium.org thestig@chromium.org
thomasanderson@chromium.org thomasanderson@chromium.org
phajdan.jr@chromium.org
sky@chromium.org sky@chromium.org
# If you're doing structural changes get a review from one of the OWNERS. # If you're doing structural changes get a review from one of the OWNERS.
......
# content/public/test OWNERS for review of Chromecast browser test code
phajdan.jr@chromium.org
erg@chromium.org erg@chromium.org
phajdan.jr@chromium.org
phajdan.jr@chromium.org
sky@chromium.org sky@chromium.org
# For WebRTC files. # For WebRTC files.
......
phajdan.jr@chromium.org
sky@chromium.org sky@chromium.org
# For WebRTC files. # For WebRTC files.
......
...@@ -65,11 +65,6 @@ Run the following scripts: ...@@ -65,11 +65,6 @@ Run the following scripts:
* `src/tools/licenses.py scan` - This will complain about incomplete or missing * `src/tools/licenses.py scan` - This will complain about incomplete or missing
data for third_party checkins. We use 'licenses.py credits' to generate the data for third_party checkins. We use 'licenses.py credits' to generate the
about:credits page in Google Chrome builds. about:credits page in Google Chrome builds.
* `src/tools/checklicenses/checklicenses.py` - See below for info on how to
handle possible failures.
See the ["Odds n' Ends"](adding_to_third_party.md#Odds-n_Ends) Section below if
you run into any failures running these.
If the library will never be shipped as a part of Chrome (e.g. build-time tools, If the library will never be shipped as a part of Chrome (e.g. build-time tools,
testing tools), make sure to set "License File" as "NOT_SHIPPED" so that the testing tools), make sure to set "License File" as "NOT_SHIPPED" so that the
...@@ -155,31 +150,3 @@ ticket](https://bugs.chromium.org/p/chromium/issues/entry?template=Infra-Git) ...@@ -155,31 +150,3 @@ ticket](https://bugs.chromium.org/p/chromium/issues/entry?template=Infra-Git)
for infra and ask the infra team what needs to be done. Note that you'll need for infra and ask the infra team what needs to be done. Note that you'll need
unlimited quota for at least two role accounts. See the quota status of unlimited quota for at least two role accounts. See the quota status of
`boringssl` as an example. `boringssl` as an example.
## Odds n' Ends
### Handling `licenses_check (checklicenses.py)` failures
This is needed for [Issue
28291](http://code.google.com/p/chromium/issues/detail?id=28291): Pass the
Ubuntu license check script:
__If the failure looks like ... ... the right action is to ... __
* 'filename' has non-whitelisted license 'UNKNOWN'
* Ideally make the licensecheck.pl script recognize the license of that
file. Often this requires __adding a license header__. Does it have
license header? If it's third party code, ask the upstream project to make
sure all their files have license headers. If the license header is there
but is not recognized, we should try to patch licensecheck.pl. If in
doubt please contact phajdan.jr@chromium.org
* 'filename' has non-whitelisted license 'X' and X is BSD-compatible
* Add the license X to WHITELISTED_LICENSES in checklicenses.py . Make sure
to respect the OWNERS of that file. You must get an approval before
landing. CLs violating this requirement may be reverted.
* 'filename' has non-whitelisted license 'X' and X is not BSD-compatible (i.e.
GPL)
* Do you really need to add those files? Chromium is BSD-licensed so the
resulting binaries can't use GPL code. Ideally we just shouldn't have
those files at all in the tree. If in doubt, please ask mal@chromium.org
iannucci@chromium.org iannucci@chromium.org
nodir@chromium.org nodir@chromium.org
phajdan.jr@chromium.org
sergiyb@chromium.org sergiyb@chromium.org
dpranke@chromium.org dpranke@chromium.org
......
phajdan.jr@chromium.org
sergiyb@chromium.org sergiyb@chromium.org
smut@google.com smut@google.com
tandrii@chromium.org tandrii@chromium.org
......
# net/ OWNERS can also review testserver changes
# General reviewer.
phajdan.jr@chromium.org
phajdan.jr@chromium.org
dpranke@chromium.org dpranke@chromium.org
# These aren't actually great contact points for this directory, but # These aren't actually great contact points for this directory, but
......
...@@ -8,7 +8,6 @@ jochen@chromium.org ...@@ -8,7 +8,6 @@ jochen@chromium.org
kbr@chromium.org kbr@chromium.org
machenbach@chromium.org machenbach@chromium.org
maruel@chromium.org maruel@chromium.org
phajdan.jr@chromium.org
sky@chromium.org sky@chromium.org
tansell@chromium.org tansell@chromium.org
thakis@chromium.org thakis@chromium.org
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
dpranke@chromium.org dpranke@chromium.org
iannucci@chromium.org iannucci@chromium.org
phajdan.jr@chromium.org
# TEAM: infra-dev@chromium.org # TEAM: infra-dev@chromium.org
# COMPONENT: Infra>Client>Chrome # COMPONENT: Infra>Client>Chrome
......
phajdan.jr@chromium.org
thestig@chromium.org thestig@chromium.org
thakis@chromium.org thakis@chromium.org
pwnall@chromium.org pwnall@chromium.org
phajdan.jr@chromium.org
dpranke@chromium.org dpranke@chromium.org
...@@ -39,7 +39,6 @@ per-file include_tracer.py=thakis@chromium.org ...@@ -39,7 +39,6 @@ per-file include_tracer.py=thakis@chromium.org
per-file ipc_messages_log.py=yfriedman@chromium.org per-file ipc_messages_log.py=yfriedman@chromium.org
per-file licenses.py=phajdan.jr@chromium.org
per-file licenses.py=torne@chromium.org per-file licenses.py=torne@chromium.org
per-file remove_stale_pyc_files.py=dtu@chromium.org per-file remove_stale_pyc_files.py=dtu@chromium.org
......
set noparent
phajdan.jr@chromium.org
thestig@chromium.org thestig@chromium.org
phajdan.jr@chromium.org
spang@chromium.org spang@chromium.org
dpranke@chromium.org dpranke@chromium.org
jbudorick@chromium.org jbudorick@chromium.org
phajdan.jr@chromium.org
scottmg@chromium.org scottmg@chromium.org
tansell@chromium.org tansell@chromium.org
......
per-file licenses_test.py=phajdan.jr@chromium.org
per-file licenses_test.py=torne@chromium.org per-file licenses_test.py=torne@chromium.org
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment