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

Unified Diff: pdf/BUILD.gn

Issue 1820353002: Move PDFium libfuzzers to pdf/pdfium/fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pdf/pdfium/fuzzers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index 5582fb0145506fd20587dd4616790a734b3b8653..d683ab2464e4d430ed9f68468406ccf449a3f8e3 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -42,7 +42,10 @@ static_library("pdf") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
if (pdf_engine == 0) {
- deps += [ "//third_party/pdfium" ]
+ deps += [
+ "//pdf/pdfium/fuzzers",
+ "//third_party/pdfium",
+ ]
sources += [
"pdfium/pdfium_api_string_buffer_adapter.cc",
« no previous file with comments | « no previous file | pdf/pdfium/fuzzers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698