| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> [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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|