diff options
author | Tom Anderson <thomasanderson@google.com> | 2017-05-18 17:12:43 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-19 00:48:57 +0000 |
commit | 22644731e0e46eae1f50927376e557c7d64db1d5 (patch) | |
tree | 3e4969ac884264dd37fa2161534ded4b3dcd2fd1 /samples/BUILD.gn | |
parent | 6d69108d84b144716be15e73b719dc69cb72177c (diff) | |
download | pdfium-22644731e0e46eae1f50927376e557c7d64db1d5.tar.xz |
Replace sanitizers:deps with exe_and_shlib_deps (pdfium)
Roll build/ to f671d3b and replace "//build/config/sanitizers:deps"
with "//build/config:exe_and_shlib_deps"
Bug=chromium:723069
R=thestig@chromium.org
Change-Id: Ib890f22a13769a594ce248637aeabc5ac3062ab2
Reviewed-on: https://pdfium-review.googlesource.com/5670
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'samples/BUILD.gn')
-rw-r--r-- | samples/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn index d658a33cf8..779d4f3f31 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -53,7 +53,7 @@ executable("pdfium_test") { deps = [ "../:pdfium", "../:test_support", - "//build/config/sanitizers:deps", + "//build/config:exe_and_shlib_deps", "//build/win:default_exe_manifest", ] if (!pdf_enable_xfa) { @@ -82,7 +82,7 @@ executable("pdfium_diff") { ] deps = [ "../:pdfium", - "//build/config/sanitizers:deps", + "//build/config:exe_and_shlib_deps", "//build/win:default_exe_manifest", ] if (!pdf_enable_xfa) { |