Roll chromium_revision cf9457edb7..cede888c27 (416297:419407)

Change log: cf9457edb7..cede888c27
Full diff: cf9457edb7..cede888c27

Changed dependencies:
* src/buildtools: adb8bf4e8f..6115afa0ea
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/bc61769e49..ed6c5d3910
* src/third_party/ffmpeg: 35740fc7b7..3c7a098821
* src/third_party/libFuzzer/src: 96e97b48e8..eb9b8b0366
* src/third_party/libvpx/source/libvpx: e66cd132f0..4282d29355
DEPS diff: cf9457edb7..cede888c27/DEPS

Clang version changed 280106:280836
Details: cf9457edb7..cede888c27/tools/clang/scripts/update.py

NOTRY=True
TBR=marpan@webrtc.org,
BUG=None

Review-Url: https://codereview.webrtc.org/2348133003
Cr-Commit-Position: refs/heads/master@{#14282}
This commit is contained in:
kjellander 2016-09-18 23:58:57 -07:00 committed by Commit bot
parent da96288904
commit afef413cc4
3 changed files with 5 additions and 3 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': 'cf9457edb7c734f509dd12149acd78410c518570',
'chromium_revision': 'cede888c27275835e5aaadf5dac49379eb3ac106',
}
# NOTE: Use http rather than https; the latter can cause problems for users

View File

@ -39,7 +39,8 @@
'conditions': [
['OS=="android" and build_with_chromium==0', {
'dependencies': [
'webrtc/api/api_java.gyp:*',
# No longer supported, please refer to GN targets.
#'webrtc/api/api_java.gyp:*',
],
}],
['include_tests==1', {

View File

@ -18,7 +18,8 @@
'source/cpu_features_android.c',
],
'dependencies': [
'../../build/android/ndk.gyp:cpu_features',
# Not supported, please refer to the GN build.
#'../../build/android/ndk.gyp:cpu_features',
],
},
],