This is an archive of the discontinued LLVM Phabricator instance.

Updating Chromium's Java import order
ClosedPublic

Authored by SamMaier on Apr 3 2019, 8:12 AM.

Diff Detail

Repository
rC Clang

Event Timeline

SamMaier created this revision.Apr 3 2019, 8:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2019, 8:12 AM
thakis accepted this revision.Apr 3 2019, 8:17 AM

Thanks!

(Test?)

This revision is now accepted and ready to land.Apr 3 2019, 8:17 AM

Thanks!

(Test?)

We currently don't have tests for Chromium's specific Java import order. The tests for Java import order use their own order. Should this change?

thakis added a comment.Apr 4 2019, 7:15 AM

Ah, ok. Probably want to add tests at some point, but I'll land this as-is for now then.

This revision was automatically updated to reflect the committed changes.