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

Unified Diff: BUILD.gn

Issue 1395733006: Allow compiling PDFium without V8. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Always build with V8 under GN. Created 5 years, 2 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 | build/all.gyp » ('j') | pdfium.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f048f9db3c45128c5e1e8b3fb9355afbda201150..4069e4a56392122c2012a212c3a275c5a13ef5fa 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -17,6 +17,7 @@ config("pdfium_config") {
include_dirs = [ "third_party/freetype/include" ]
defines = [
"OPJ_STATIC",
+ "PDF_ENABLE_V8",
"V8_DEPRECATION_WARNINGS",
"_CRT_SECURE_NO_WARNINGS",
]
« no previous file with comments | « no previous file | build/all.gyp » ('j') | pdfium.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698