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

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

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 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/aura/BUILD.gn ('k') | ui/ozone/demo/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_minizip.cc", 10 "compressor_archive_minizip.cc",
(...skipping 12 matching lines...) Expand all
23 "volume_archive.h", 23 "volume_archive.h",
24 "volume_archive_minizip.cc", 24 "volume_archive_minizip.cc",
25 "volume_archive_minizip.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:exe_and_shlib_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 | « ui/aura/BUILD.gn ('k') | ui/ozone/demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698