blob: 4f461135f9c60bf9af0f82ce2fbe0d358e6004a4 [file] [log] [blame]
# Copyright 2021 The Cobalt Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
copy("zip_unittest_files") {
if (is_starboard) {
install_content = true
}
sources = [
"data/create_test_zip.sh",
"data/evil.zip",
"data/evil_via_absolute_file_name.zip",
"data/evil_via_invalid_utf8.zip",
"data/test.zip",
"data/test_encrypted.zip",
"data/test_mismatch_size.zip",
"data/test_nocompress.zip",
"data/test/foo.txt",
"data/test/foo/bar.txt",
"data/test/foo/bar/baz.txt",
"data/test/foo/bar/quux.txt",
"data/test/foo/bar/.hidden",
]
outputs = [ "$sb_static_contents_output_data_dir/test/zlib/{{source_target_relative}}" ]
}