Skip to content

Commit

Permalink
build: remove Vulkan mock ICD (#18596)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniak authored and John Kleinschmidt committed Jun 3, 2019
1 parent 8f1e28b commit cf07904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

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
Expand Down

0 comments on commit cf07904

Please sign in to comment.