Roll Chromium 143348:152335.

Fix libvpx-Android build error.

Review URL: https://webrtc-codereview.appspot.com/760004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2680 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-08-28 20:34:57 +00:00
parent a4fa46108c
commit 12dbcd9798
2 changed files with 3 additions and 5 deletions

2
DEPS
View File

@ -10,7 +10,7 @@ vars = {
# If you do not know, use the full path while defining your new deps entry.
"googlecode_url": "http://%s.googlecode.com/svn",
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
"chromium_revision": "143348",
"chromium_revision": "152335",
# External resources like video and audio files used for testing purposes.
# Downloaded on demand when needed.

View File

@ -229,10 +229,8 @@
],
}],
['OS == "android"', {
'include_dirs': [
'<(android_ndk_include)',
'<(android_ndk_include)/machine',
],
# TODO(andrew): include_dirs block removed here. Should likely be
# upstreamed.
'defines': [
'ANDROID_CPU_ARM_FEATURE_NEON=4',
],