diff --git a/DEPS b/DEPS index 7446956792..5319f56ab4 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': 'cede888c27275835e5aaadf5dac49379eb3ac106', + 'chromium_revision': 'cf9457edb7c734f509dd12149acd78410c518570', } # NOTE: Use http rather than https; the latter can cause problems for users diff --git a/all.gyp b/all.gyp index f4920fc06a..0d0926517d 100644 --- a/all.gyp +++ b/all.gyp @@ -39,8 +39,7 @@ 'conditions': [ ['OS=="android" and build_with_chromium==0', { 'dependencies': [ - # No longer supported, please refer to GN targets. - #'webrtc/api/api_java.gyp:*', + '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 64aa0624fe..310e3b2448 100644 --- a/webrtc/system_wrappers/cpu_features_webrtc.gyp +++ b/webrtc/system_wrappers/cpu_features_webrtc.gyp @@ -18,8 +18,7 @@ 'source/cpu_features_android.c', ], 'dependencies': [ - # Not supported, please refer to the GN build. - #'../../build/android/ndk.gyp:cpu_features', + '../../build/android/ndk.gyp:cpu_features', ], }, ],