Roll chromium_revision 1362287708..9b5bb47fa0 (426760:426837) + roll Android SDK to N

This roll brings in the Android N SDK.
Add lint suppressions for Android to suppress errors caused by the new lint rules.

Change log: 1362287708..9b5bb47fa0
Full diff: 1362287708..9b5bb47fa0

Changed dependencies:
* src/third_party/libsrtp: b17c065a8a..71692eaab2
DEPS diff: 1362287708..9b5bb47fa0/DEPS

No update to Clang.

TBR=
NOTRY=True
BUG=webrtc:6534

Review-Url: https://codereview.webrtc.org/2444853002
Cr-Commit-Position: refs/heads/master@{#14746}
This commit is contained in:
ehmaldonado 2016-10-24 07:53:33 -07:00 committed by Commit bot
parent 86b92e05f9
commit d312713e61
2 changed files with 4 additions and 1 deletions

2
DEPS
View File

@ -6,7 +6,7 @@
vars = {
'extra_gyp_flag': '-Dextra_gyp_flag=0',
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '1362287708e9a559efbe66b4a137150c6aef7348',
'chromium_revision': '9b5bb47fa0a7e219fdaf093a83ba2a1f63f63b7e',
}
# NOTE: Use http rather than https; the latter can cause problems for users

View File

@ -31,6 +31,9 @@
<issue id="NewApi" severity="ignore"/>
<issue id="OldTargetApi" severity="ignore"/>
<issue id="GoogleAppIndexingWarning" severity="ignore"/>
<issue id="MissingRegistered" severity="ignore"/>
<!-- These are just from the dummy AndroidManifest.xml we use for linting.
It's in the same directory as this file. -->
<issue id="MissingApplicationIcon" severity="ignore"/>