blob: 52bbcf7255f53251a8c87f7f5a6de4810ee27582 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- build/linux/unbundle/replace_gn_files.py.orig 2021-11-15 18:52:18 UTC
+++ build/linux/unbundle/replace_gn_files.py
@@ -25,6 +25,7 @@ REPLACEMENTS = {
'libevent': 'base/third_party/libevent/BUILD.gn',
'libjpeg': 'third_party/libjpeg.gni',
'libpng': 'third_party/libpng/BUILD.gn',
+ 'libusb': 'third_party/libusb/BUILD.gn',
'libvpx': 'third_party/libvpx/BUILD.gn',
'libwebp': 'third_party/libwebp/BUILD.gn',
'libxml': 'third_party/libxml/BUILD.gn',
|