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

Unified Diff: samples/BUILD.gn

Issue 1452013004: Fix ASan gn build (chromium). (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/BUILD.gn
diff --git a/samples/BUILD.gn b/samples/BUILD.gn
index 73683c4bbcfaede854d87c68cc1680bd46cceeac..a66178a0cd209824f7dacabad99f43c8f91e3c79 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/sanitizers/sanitizers.gni")
Lei Zhang 2015/11/18 01:04:28 I suppose some day we'll have a standalone build,
import("../pdfium.gni")
group("samples") {
@@ -31,6 +32,7 @@ executable("pdfium_test") {
"pdfium_test.cc",
]
deps = [
+ "//build/config/sanitizers:deps",
"//third_party/pdfium:pdfium",
"//third_party/pdfium:test_support",
@@ -58,6 +60,7 @@ executable("pdfium_diff") {
"image_diff_png.h",
]
deps = [
+ "//build/config/sanitizers:deps",
"//third_party/pdfium",
":fx_lpng",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698