build: skip pyproto/ resources in zip.py (#15348)
This commit is contained in:
parent
40874ddec6
commit
d03527ae47
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ PATHS_TO_SKIP = [
|
||||||
'swiftshader', #Skipping because it is an output of //ui/gl that we don't need
|
'swiftshader', #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
|
'./libVkLayer_', #Skipping because these are outputs that we don't need
|
||||||
'./VkLayerLayer_', #Skipping because these are outputs that we don't need
|
'./VkLayerLayer_', #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
|
||||||
|
# ship it.
|
||||||
|
'pyproto',
|
||||||
]
|
]
|
||||||
|
|
||||||
def skip_path(dep):
|
def skip_path(dep):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue