DescriptionPort the json_results_generator code over from Blink.
The android tests use the python json_results_generator code from Blink
in order to upload results to the flakiness dashboard.
Previously they would import the code from Blink directly, creating a
cross-repo dependency on files that weren't really meant to be public.
In addition, eventually Blink stopped needing the JSONResultsGenerator
classes altogether, so the android scripts were the *only* users.
This patch moves the file over and strips the remaining webkitpy dependencies.
This patch also changes the license block to match the Chromium license.
I traced the commit history of these files; there were only ever two
commits by non-Googlers: one was a trivial variable rename by
rniwa after he had left Google, and the other was a change by zandobersek
which was removed as part of me stripping the webkitpy dependencies, so
I think this is safe.
R=ojan@chromium.org
BUG=242206
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279515
Patch Set 1 : copy the original files over from blink #Patch Set 2 : remove webkitpy dependencies #
Total comments: 1
Patch Set 3 : convert to Chromium Python style, lint #Patch Set 4 : more linting #
Messages
Total messages: 19 (0 generated)
|