Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: ui/file_manager/zip_archiver/cpp/BUILD.gn

Issue 2818673004: Rename filenames that end with libarchive with minizip. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 executable("zip_archiver_pnacl") { 5 executable("zip_archiver_pnacl") {
6 sources = [ 6 sources = [
7 "compressor.cc", 7 "compressor.cc",
8 "compressor.h", 8 "compressor.h",
9 "compressor_archive.h", 9 "compressor_archive.h",
10 "compressor_archive_libarchive.cc", 10 "compressor_archive_minizip.cc",
11 "compressor_archive_libarchive.h", 11 "compressor_archive_minizip.h",
12 "compressor_io_javascript_stream.cc", 12 "compressor_io_javascript_stream.cc",
13 "compressor_io_javascript_stream.h", 13 "compressor_io_javascript_stream.h",
14 "compressor_stream.h", 14 "compressor_stream.h",
15 "javascript_compressor_requestor_interface.h", 15 "javascript_compressor_requestor_interface.h",
16 "javascript_message_sender_interface.h", 16 "javascript_message_sender_interface.h",
17 "javascript_requestor_interface.h", 17 "javascript_requestor_interface.h",
18 "module.cc", 18 "module.cc",
19 "request.cc", 19 "request.cc",
20 "request.h", 20 "request.h",
21 "volume.cc", 21 "volume.cc",
22 "volume.h", 22 "volume.h",
23 "volume_archive.h", 23 "volume_archive.h",
24 "volume_archive_libarchive.cc", 24 "volume_archive_minizip.cc",
25 "volume_archive_libarchive.h", 25 "volume_archive_minizip.h",
26 "volume_reader.h", 26 "volume_reader.h",
27 "volume_reader_javascript_stream.cc", 27 "volume_reader_javascript_stream.cc",
28 "volume_reader_javascript_stream.h", 28 "volume_reader_javascript_stream.h",
29 ] 29 ]
30 30
31 deps = [ 31 deps = [
32 "//base:base", 32 "//base:base",
33 "//build/config/sanitizers:deps", 33 "//build/config/sanitizers:deps",
34 "//ppapi/cpp", 34 "//ppapi/cpp",
35 "//ppapi/native_client:ppapi_lib", 35 "//ppapi/native_client:ppapi_lib",
36 "//third_party/zlib:minizip", 36 "//third_party/zlib:minizip",
37 ] 37 ]
38 } 38 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/zip_archiver/cpp/compressor.cc » ('j') | ui/file_manager/zip_archiver/cpp/compressor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698