-
Notifications
You must be signed in to change notification settings - Fork 1
/
update_dist_path_lib.diff
64 lines (64 loc) · 2.38 KB
/
update_dist_path_lib.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
diff --git a/tools/generate_filenames_gypi.py b/tools/generate_filenames_gypi.py
index cbef4e5..7284546 100755
--- a/tools/generate_filenames_gypi.py
+++ b/tools/generate_filenames_gypi.py
@@ -38,6 +38,59 @@ EXCLUDE_SHARED_LIBRARIES = {
'libGLESv2.dll',
'widevinecdm.dll',
'widevinecdmadapter.dll',
+ 'api-ms-win-core-console-l1-1-0.dll',
+ 'api-ms-win-core-datetime-l1-1-0.dll',
+ 'api-ms-win-core-debug-l1-1-0.dll',
+ 'api-ms-win-core-errorhandling-l1-1-0.dll',
+ 'api-ms-win-core-file-l1-1-0.dll',
+ 'api-ms-win-core-file-l1-2-0.dll',
+ 'api-ms-win-core-file-l2-1-0.dll',
+ 'api-ms-win-core-handle-l1-1-0.dll',
+ 'api-ms-win-core-heap-l1-1-0.dll',
+ 'api-ms-win-core-interlocked-l1-1-0.dll',
+ 'api-ms-win-core-libraryloader-l1-1-0.dll',
+ 'api-ms-win-core-localization-l1-2-0.dll',
+ 'api-ms-win-core-memory-l1-1-0.dll',
+ 'api-ms-win-core-namedpipe-l1-1-0.dll',
+ 'api-ms-win-core-processenvironment-l1-1-0.dll',
+ 'api-ms-win-core-processthreads-l1-1-0.dll',
+ 'api-ms-win-core-processthreads-l1-1-1.dll',
+ 'api-ms-win-core-profile-l1-1-0.dll',
+ 'api-ms-win-core-rtlsupport-l1-1-0.dll',
+ 'api-ms-win-core-string-l1-1-0.dll',
+ 'api-ms-win-core-synch-l1-1-0.dll',
+ 'api-ms-win-core-synch-l1-2-0.dll',
+ 'api-ms-win-core-sysinfo-l1-1-0.dll',
+ 'api-ms-win-core-timezone-l1-1-0.dll',
+ 'api-ms-win-core-util-l1-1-0.dll',
+ 'api-ms-win-crt-conio-l1-1-0.dll',
+ 'api-ms-win-crt-convert-l1-1-0.dll',
+ 'api-ms-win-crt-environment-l1-1-0.dll',
+ 'api-ms-win-crt-filesystem-l1-1-0.dll',
+ 'api-ms-win-crt-heap-l1-1-0.dll',
+ 'api-ms-win-crt-locale-l1-1-0.dll',
+ 'api-ms-win-crt-math-l1-1-0.dll',
+ 'api-ms-win-crt-multibyte-l1-1-0.dll',
+ 'api-ms-win-crt-private-l1-1-0.dll',
+ 'api-ms-win-crt-process-l1-1-0.dll',
+ 'api-ms-win-crt-runtime-l1-1-0.dll',
+ 'api-ms-win-crt-stdio-l1-1-0.dll',
+ 'api-ms-win-crt-string-l1-1-0.dll',
+ 'api-ms-win-crt-time-l1-1-0.dll',
+ 'api-ms-win-crt-utility-l1-1-0.dll',
+ 'dbgcore.dll',
+ 'dbghelp.dll',
+ 'msvcp140.dll',
+ 'msvcp140d.dll',
+ 'pgort140.dll',
+ 'ucrtbase.dll',
+ 'vccorlib140.dll',
+ 'vccorlib140d.dll',
+ 'vcruntime140.dll',
+ 'vcruntime140d.dll',
+ 'osmesa.dll',
+ 'ucrtbase.dll',
+ 'ucrtbased.dll',
],
}[TARGET_PLATFORM]
EXCLUDE_STATIC_LIBRARIES = {