Files
gerrit/polygerrit-ui/app/test
Dmitrii Filippov 19736a58c3 Converting to class and renaming gr-diff-builder element
gr-diff-builder.html and gr-diff-builder.js didn't follow convention
about naming. The .html file contained <gr-diff-builder> element and a
js code for it. The gr-diff-builder.js file contains some other code.
Polymer modulizer can't update such files.

This change renames gr-diff-builder.html to gr-diff-builder-element.html
and moves javascript to a separate file.

Change-Id: Ic25396de8e98a528806b740323bce4c5b3507d3d
2020-02-26 10:14:10 +01:00
..