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

Unified Diff: samples/BUILD.gn

Issue 1763493002: Rename png_ functions conflicting with chrome. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fix pngprefix.h comment Created 4 years, 10 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 | « pdfium.gyp ('k') | samples/samples.gyp » ('j') | 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 e3652086e4cb0c6ed8900e5b2bff33290bbc3cb3..9ff1bea4c1185676f0efad4356b0f02ae1448406 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -17,24 +17,23 @@ group("samples") {
config("pdfium_samples_config") {
defines = [
"PNG_PREFIX",
- "PNGPREFIX_H",
"PNG_USE_READ_MACROS",
]
include_dirs = [ ".." ]
if (pdf_enable_v8) {
- defines += [ "PDF_ENABLE_V8", ]
+ defines += [ "PDF_ENABLE_V8" ]
}
if (pdf_enable_xfa) {
- defines += [ "PDF_ENABLE_XFA", ]
+ defines += [ "PDF_ENABLE_XFA" ]
}
}
executable("pdfium_test") {
testonly = true
sources = [
- "pdfium_test.cc",
"image_diff_png.cc",
"image_diff_png.h",
+ "pdfium_test.cc",
]
deps = [
"//build/config/sanitizers:deps",
« no previous file with comments | « pdfium.gyp ('k') | samples/samples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698