|
40 | 40 | 'unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/cef_100_percent.pak', |
41 | 41 | 'unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/cef_200_percent.pak', |
42 | 42 | 'unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/cef_extensions.pak', |
43 | | - 'unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/d3dcompiler_43.dll', |
44 | 43 | 'unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/d3dcompiler_47.dll', |
45 | 44 | 'unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/devtools_resources.pak', |
46 | 45 | 'unpacked/cef/<(uniform_arch)-win32-$(PlatformToolset)_static_$(ConfigurationName)/lib/CEF/icudtl.dat', |
|
137 | 136 | { |
138 | 137 | 'copies': |
139 | 138 | [ |
140 | | - { |
141 | | - 'destination': '<(PRODUCT_DIR)/', |
142 | | - 'files': |
143 | | - [ |
144 | | - 'lib/linux/<(target_arch)/CEF/natives_blob.bin', |
145 | | - 'lib/linux/<(target_arch)/CEF/snapshot_blob.bin', |
146 | | - 'lib/linux/<(target_arch)/CEF/v8_context_snapshot.bin', |
147 | | - 'lib/linux/<(target_arch)/CEF/icudtl.dat', |
148 | | - ], |
149 | | - }, |
150 | 139 | { |
151 | 140 | 'destination': '<(PRODUCT_DIR)/Externals/CEF', |
152 | 141 | 'files': |
|
157 | 146 | 'lib/linux/<(target_arch)/CEF/cef_extensions.pak', |
158 | 147 | 'lib/linux/<(target_arch)/CEF/devtools_resources.pak', |
159 | 148 | 'lib/linux/<(target_arch)/CEF/libcef.so', |
| 149 | + 'lib/linux/<(target_arch)/CEF/libEGL.so', |
| 150 | + 'lib/linux/<(target_arch)/CEF/libGLESv2.so', |
| 151 | + 'lib/linux/<(target_arch)/CEF/chrome-sandbox', |
| 152 | + 'lib/linux/<(target_arch)/CEF/natives_blob.bin', |
| 153 | + 'lib/linux/<(target_arch)/CEF/snapshot_blob.bin', |
| 154 | + 'lib/linux/<(target_arch)/CEF/v8_context_snapshot.bin', |
| 155 | + 'lib/linux/<(target_arch)/CEF/icudtl.dat', |
| 156 | + ], |
| 157 | + }, |
| 158 | + { |
| 159 | + 'destination': '<(PRODUCT_DIR)/Externals/CEF/swiftshader', |
| 160 | + 'files': |
| 161 | + [ |
| 162 | + 'lib/linux/<(target_arch)/CEF/swiftshader/libEGL.so', |
| 163 | + 'lib/linux/<(target_arch)/CEF/swiftshader/libGLESv2.so', |
160 | 164 | ], |
161 | 165 | }, |
162 | 166 | { |
|
226 | 230 | 'dist_aux_files': |
227 | 231 | [ |
228 | 232 | '<(PRODUCT_DIR)/Externals/', |
229 | | - '<(PRODUCT_DIR)/natives_blob.bin', |
230 | | - '<(PRODUCT_DIR)/snapshot_blob.bin', |
231 | | - '<(PRODUCT_DIR)/v8_context_snapshot.bin', |
232 | | - '<(PRODUCT_DIR)/icudtl.dat', |
233 | 233 | ], |
234 | 234 | }, |
235 | 235 | }, |
|
0 commit comments