summaryrefslogtreecommitdiffstats
path: root/chrome/version.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Generate version resources for Chrome Frame using the same machinery as ↵grt@chromium.org2012-10-171-1/+1
| | | | | | | | | | | | | | Chrome itself. Including generated files from within .rc files doesn't work since there's no dependency tracking going on. BUG=155714 TEST=none Review URL: https://chromiumcodereview.appspot.com/11147012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162494 0039d316-1c4b-4281-b951-d872f2087c98
* Move common_constants target into a proper .gyp file so that it can sharedgarykac@chromium.org2012-10-091-0/+18
more easily by multiple projects (e.g., chrome & unittests). This is needed because: * Including the gypi directly from each .gyp that needs it will break ninja (since it merges all the gyps into a single file). * Referring to chrome.gyp:common_constants breaks the circular dependency check on the Mac. BUG=none TEST=gclient runhooks, make chrome, ninja chrome Review URL: https://chromiumcodereview.appspot.com/9112019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160922 0039d316-1c4b-4281-b951-d872f2087c98