Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate version resources for Chrome Frame using the same machinery as ↵ | grt@chromium.org | 2012-10-17 | 1 | -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 shared | garykac@chromium.org | 2012-10-09 | 1 | -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 |