File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
vars = {
7
7
'extra_gyp_flag' : '-Dextra_gyp_flag=0' ,
8
8
'chromium_git' : 'https://chromium.googlesource.com' ,
9
- 'chromium_revision' : 'cf9457edb7c734f509dd12149acd78410c518570 ' ,
9
+ 'chromium_revision' : 'cede888c27275835e5aaadf5dac49379eb3ac106 ' ,
10
10
}
11
11
12
12
# NOTE: Use http rather than https; the latter can cause problems for users
Original file line number Diff line number Diff line change 39
39
'conditions' : [
40
40
['OS=="android" and build_with_chromium==0' , {
41
41
'dependencies' : [
42
- 'webrtc/api/api_java.gyp:*' ,
42
+ # No longer supported, please refer to GN targets.
43
+ #'webrtc/api/api_java.gyp:*',
43
44
],
44
45
}],
45
46
['include_tests==1' , {
Original file line number Diff line number Diff line change 18
18
'source/cpu_features_android.c' ,
19
19
],
20
20
'dependencies' : [
21
- '../../build/android/ndk.gyp:cpu_features' ,
21
+ # Not supported, please refer to the GN build.
22
+ #'../../build/android/ndk.gyp:cpu_features',
22
23
],
23
24
},
24
25
],
You can’t perform that action at this time.
0 commit comments