DescriptionMake javac and jar a single build action
This allows us to more accurately specify the outputs of each action (we
can't specify the .class file outputs easily because determing them
essentially requires compiling the .java files).
The lint action still operates directly on the .class files, so we continue to
support specifying a directory for the .class files (but in a very simple to
remove way).
BUG=359249
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279152
Patch Set 1 : #
Total comments: 4
Patch Set 2 : #
Total comments: 1
Messages
Total messages: 12 (0 generated)
|