Browse Source

build: remove Vulkan mock ICD (#18594)

Milan Burda 5 years ago
parent
commit
93ce710f28
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build/zip.py

+ 2 - 2
build/zip.py

@@ -10,8 +10,8 @@ EXTENSIONS_TO_SKIP = [
 
 PATHS_TO_SKIP = [
   'angledata', #Skipping because it is an output of //ui/gl that we don't need
-  './libVkLayer_', #Skipping because these are outputs that we don't need
-  './VkLayerLayer_', #Skipping because these are outputs that we don't need
+  './libVkICD_mock_', #Skipping because these are outputs that we don't need
+  './VkICD_mock_', #Skipping because these are outputs that we don't need
 
   # //chrome/browser:resources depends on this via
   # //chrome/browser/resources/ssl/ssl_error_assistant, but we don't need to