summaryrefslogtreecommitdiffstats
path: root/chrome/version.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Merge 258546 "[Android] Workaround of an android platform bug."feng@chromium.org2014-03-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | > [Android] Workaround of an android platform bug. > > On some Android devices (e.g., Sony Xperia), package manager may > fail to extract native libraries when updating Chrome. > > The change tries alleviate the situation by: > 1) name libchrome with version number; > 2) when failed to load library, try to extract native libraies > and load them. > > BUG=311644 > > Review URL: https://codereview.chromium.org/200753002 TBR=feng@chromium.org Review URL: https://codereview.chromium.org/211933004 git-svn-id: svn://svn.chromium.org/chrome/branches/1847/src@259415 0039d316-1c4b-4281-b951-d872f2087c98
* 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