File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 88
88
/third_party /libsrtp
89
89
/third_party /libvpx
90
90
/third_party /libxml
91
+ /third_party /libudev
91
92
/third_party /libyuv
92
93
/third_party /llvm
93
94
/third_party /llvm-build
Original file line number Diff line number Diff line change 9
9
# Use this googlecode_url variable only if there is an internal mirror for it.
10
10
# If you do not know, use the full path while defining your new deps entry.
11
11
"googlecode_url" : "http://%s.googlecode.com/svn" ,
12
- "chromium_revision" : "d8c90415d681a7c3727e3ef70873bc4f44dd3ab0 " ,
12
+ "chromium_revision" : "309cf653131ccf0e15d5dfb507330b5a1e81253b " ,
13
13
}
14
14
15
15
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
Original file line number Diff line number Diff line change 50
50
'third_party/libjpeg' ,
51
51
'third_party/libjpeg_turbo' ,
52
52
'third_party/libsrtp' ,
53
+ 'third_party/libudev' ,
53
54
'third_party/libvpx' ,
54
55
'third_party/libyuv' ,
55
56
'third_party/llvm-build' ,
Original file line number Diff line number Diff line change @@ -84,6 +84,10 @@ def main():
84
84
os .unlink (flag_file )
85
85
86
86
env = os .environ .copy ()
87
+
88
+ # Avoid downloading NaCl toolchain as part of the Chromium hooks.
89
+ env .setdefault ('GYP_DEFINES' , '' )
90
+ env ['GYP_DEFINES' ] += ' disable_nacl=1'
87
91
env ['GYP_CHROMIUM_NO_ACTION' ] = '1'
88
92
gclient_cmd = 'gclient.bat' if sys .platform .startswith ('win' ) else 'gclient'
89
93
args = [
You can’t perform that action at this time.
0 commit comments