diff --git a/DEPS b/DEPS index 5319f56ab4..7446956792 100644 --- a/DEPS +++ b/DEPS @@ -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 diff --git a/all.gyp b/all.gyp index 0d0926517d..f4920fc06a 100644 --- a/all.gyp +++ b/all.gyp @@ -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', { diff --git a/webrtc/system_wrappers/cpu_features_webrtc.gyp b/webrtc/system_wrappers/cpu_features_webrtc.gyp index 310e3b2448..64aa0624fe 100644 --- a/webrtc/system_wrappers/cpu_features_webrtc.gyp +++ b/webrtc/system_wrappers/cpu_features_webrtc.gyp @@ -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', ], }, ],