summaryrefslogtreecommitdiffstats
path: root/content/content_resources.gyp
Commit message (Collapse)AuthorAgeFilesLines
* content: Cleanup content_resources.gyptfarina@chromium.org2013-07-151-19/+12
| | | | | | | | | | | | | | Simplifies content_resources into a single target, making it easier to read and/or copy in other places. This is similar to what is done in ui/keyboard/keyboard.gyp. TEST=ninja -C out/Debug content_resources still works as intended. R=joi@chromium.org TBR=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/18937004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211674 0039d316-1c4b-4281-b951-d872f2087c98
* Working around http://code.google.com/p/gyp/issues/detail?id=13mmaxfield@google.com2012-03-011-10/+17
| | | | | | | | Visual Studio doesn't guarantee the 'copies' stanza is executed after the grit target, which can lead to a failure if it tries to copy the file before it's been generated. This puts the grit action in its own target, and making the copies stanza its own target that depends on the grit target. Review URL: http://codereview.chromium.org/9558003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124345 0039d316-1c4b-4281-b951-d872f2087c98
* Load mac sandbox definitions from resources instead of the bundle.jochen@chromium.org2011-11-251-0/+8
| | | | | | | | | | | Also, move all mac sandbox unittests to content BUG=90443 TEST=content_unittests Review URL: http://codereview.chromium.org/8589001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111614 0039d316-1c4b-4281-b951-d872f2087c98
* Add a content_resources target which currently includes the sandbox ↵jochen@chromium.org2011-11-151-0/+28
definitions on mac BUG=90443 TEST=none Review URL: http://codereview.chromium.org/8533023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110115 0039d316-1c4b-4281-b951-d872f2087c98