summaryrefslogtreecommitdiffstats
path: root/ash/ash_resources.gyp
Commit message (Collapse)AuthorAgeFilesLines
* ash: Convert ash_resources to a normal GYP file.tfarina@chromium.org2014-06-011-0/+25
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 Review URL: https://codereview.chromium.org/307993007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274130 0039d316-1c4b-4281-b951-d872f2087c98