Roll chromium_revision 214260:217707 and gflags 45:84

gflags roll is needed mostly to pick up fixes for warnings triggered by newer
compiler/settings pulled in by the chromium roll.  Had to switch from the old
google-gflags project the current gflags project to pick up this fix (see
https://code.google.com/p/gflags/source/detail?r=74 for details).

Update android build.xml file to reflect tools moves in new SDK pulled in by the chromium_revision roll.

R=niklas.enbom@webrtc.org, wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4555 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org
2013-08-15 23:31:30 +00:00
parent cc9238e385
commit dde7d4c6ed
45 changed files with 1853 additions and 1788 deletions

View File

@ -16,7 +16,7 @@
'dependencies': [
'video_codecs_test_framework',
'webrtc_video_coding',
'<(DEPTH)/third_party/google-gflags/google-gflags.gyp:google-gflags',
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
'<(webrtc_root)/test/metrics.gyp:metrics',
'<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8',
],