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

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

Issue 2808993003: Build ZIP archiver in ui/file_manager. (Closed)
Patch Set: Temporally disabled zip packing from the context menu. 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
« no previous file with comments | « ui/file_manager/zip_archiver/BUILD.gn ('k') | ui/file_manager/zip_archiver/manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 executable("zip_archiver_pnacl") {
6 sources = [
7 "compressor.cc",
8 "compressor.h",
9 "compressor_archive.h",
10 "compressor_archive_libarchive.cc",
11 "compressor_archive_libarchive.h",
12 "compressor_io_javascript_stream.cc",
13 "compressor_io_javascript_stream.h",
14 "compressor_stream.h",
15 "javascript_compressor_requestor_interface.h",
16 "javascript_message_sender_interface.h",
17 "javascript_requestor_interface.h",
18 "module.cc",
19 "request.cc",
20 "request.h",
21 "volume.cc",
22 "volume.h",
23 "volume_archive.h",
24 "volume_archive_libarchive.cc",
25 "volume_archive_libarchive.h",
26 "volume_reader.h",
27 "volume_reader_javascript_stream.cc",
28 "volume_reader_javascript_stream.h",
29 ]
30
31 deps = [
32 "//base:base",
33 "//build/config/sanitizers:deps",
34 "//ppapi/cpp",
35 "//ppapi/native_client:ppapi_lib",
36 "//third_party/zlib:minizip",
37 ]
38 }
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/BUILD.gn ('k') | ui/file_manager/zip_archiver/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698