diff options
author | machenbach@chromium.org <machenbach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 14:26:03 +0000 |
---|---|---|
committer | machenbach@chromium.org <machenbach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-04 14:26:03 +0000 |
commit | 0d600b21c2646f4e834f04c38e4e2e608ab5a1cb (patch) | |
tree | 174829b2c477f321bb09e964bd81afe59ff4b930 /build/get_landmines.py | |
parent | d635f25842d1baf9ebd09b89876871cfc7bf9d30 (diff) | |
download | chromium_src-0d600b21c2646f4e834f04c38e4e2e608ab5a1cb.zip chromium_src-0d600b21c2646f4e834f04c38e4e2e608ab5a1cb.tar.gz chromium_src-0d600b21c2646f4e834f04c38e4e2e608ab5a1cb.tar.bz2 |
Update V8 to version 3.27.19.2 (merged r21666).
Please reply to the V8 sheriff mvstanton@chromium.org in case of problems.
R=jochen@chromium.org, mvstanton@chromium.org
TBR=mvstanton@chromium.org
Review URL: https://codereview.chromium.org/316853002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/get_landmines.py')
-rwxr-xr-x | build/get_landmines.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/get_landmines.py b/build/get_landmines.py index daa9172..2c5941b 100755 --- a/build/get_landmines.py +++ b/build/get_landmines.py @@ -52,6 +52,7 @@ def print_landmines(target): print 'Need to clobber everything due to an IDL change in r154579 (blink)' if (platform() != 'ios'): print 'Clobber to get rid of obselete test plugin after r248358' + print 'Clobber to rebuild GN files for V8' def main(): |