Skip to content

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
vars = {
77
'extra_gyp_flag': '-Dextra_gyp_flag=0',
88
'chromium_git': 'https://chromium.googlesource.com',
9-
'chromium_revision': 'cf9457edb7c734f509dd12149acd78410c518570',
9+
'chromium_revision': 'cede888c27275835e5aaadf5dac49379eb3ac106',
1010
}
1111

1212
# NOTE: Use http rather than https; the latter can cause problems for users

all.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
'conditions': [
4040
['OS=="android" and build_with_chromium==0', {
4141
'dependencies': [
42-
'webrtc/api/api_java.gyp:*',
42+
# No longer supported, please refer to GN targets.
43+
#'webrtc/api/api_java.gyp:*',
4344
],
4445
}],
4546
['include_tests==1', {

webrtc/system_wrappers/cpu_features_webrtc.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
'source/cpu_features_android.c',
1919
],
2020
'dependencies': [
21-
'../../build/android/ndk.gyp:cpu_features',
21+
# Not supported, please refer to the GN build.
22+
#'../../build/android/ndk.gyp:cpu_features',
2223
],
2324
},
2425
],

0 commit comments

Comments
 (0)