forked from ks32/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/763447 Reviewed-by: Jochen Eisinger <[email protected]> Cr-Commit-Position: refs/heads/master@{#515954}
- Loading branch information
Paweł Hajdan, Jr
committed
Nov 13, 2017
1 parent
f303b12
commit 064792e
Showing
25 changed files
with
0 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,11 @@ per-file [email protected] | |
per-file [email protected] | ||
per-file [email protected] | ||
per-file [email protected] | ||
per-file [email protected] | ||
per-file AUTHORS=* | ||
per-file BUILD.gn=file://build/OWNERS | ||
per-file [email protected] | ||
per-file DEPS=* | ||
per-file PRESUBMIT*[email protected] | ||
per-file PRESUBMIT*[email protected] | ||
per-file PRESUBMIT*[email protected] | ||
per-file README.md=* | ||
per-file WATCHLISTS=* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -855,9 +855,6 @@ | |
'filesapp_ui': { | ||
'filepath': 'ui/file_manager' | ||
}, | ||
'ftp': { | ||
'filepath': 'ftp', | ||
}, | ||
'fuchsia': { | ||
'filepath': 'fuchsia', | ||
}, | ||
|
@@ -2013,7 +2010,6 @@ | |
'[email protected]', | ||
'[email protected]'], | ||
'filesapp_ui': ['[email protected]'], | ||
'ftp': ['[email protected]'], | ||
'fuchsia': ['[email protected]', '[email protected]'], | ||
'fuzzing': ['[email protected]'], | ||
'gamepad': ['[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
[email protected] | ||
|
||
per-file *task_scheduler*=file://base/task_scheduler/OWNERS | ||
|
||
# Metrics-related test utilties: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
set noparent | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[email protected] | ||
[email protected] | ||
|
||
# If you're doing structural changes get a review from one of the OWNERS. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[email protected] | ||
[email protected] | ||
|
||
# For WebRTC files. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[email protected] | ||
[email protected] | ||
|
||
# For WebRTC files. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,11 +65,6 @@ Run the following scripts: | |
* `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 | ||
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, | ||
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) | |
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 | ||
`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 [email protected] | ||
* '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 [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[email protected] | ||
[email protected] | ||
|
||
# These aren't actually great contact points for this directory, but | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
|
||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
# TEAM: [email protected] | ||
# COMPONENT: Infra>Client>Chrome | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,6 @@ per-file [email protected] | |
|
||
per-file [email protected] | ||
|
||
per-file [email protected] | ||
per-file [email protected] | ||
|
||
per-file [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
set noparent | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
[email protected] | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
per-file [email protected] | ||
per-file [email protected] |