Descriptionash: Convert ash_resources to a normal GYP file.
It seems to be much more common to have this kind of resources file as a
normal GYP file rather than an *include* GYP file.
$ git ls-files | grep resources.gyp$ | grep -v ash_resources | wc -l
9
vs
$ git ls-files | grep resources.gypi$ | grep -v ash_resources | wc -l
3
BUG=None
TEST=None
R=jamescook@chromium.org
NOTRY=true
TBR=thestig@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274130
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|