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

Unified Diff: BUILD.gn

Issue 1797423002: Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup (Closed) Base URL: https://pdfium.googlesource.com/pdfium.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 | core/include/fxcrt/fx_ext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 250dcfe111c93ef417b3c70e16695ee29ec23a7c..0ada15ce9050f53fb8427dcf51ed9a592e196849 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1479,6 +1479,15 @@ test("pdfium_unittests") {
"xfa/fxfa/parser/xfa_utils_imp_unittest.cpp",
]
}
+ if (pdf_enable_v8) {
+ sources += [
+ "fpdfsdk/javascript/public_methods_unittest.cpp",
+ ]
+ include_dirs += [
hashimoto 2016/03/16 04:29:34 This line results in an error like this: ERROR at
+ "//v8",
+ "//v8/include",
+ ]
+ }
configs += [ ":pdfium_config" ]
}
« no previous file with comments | « no previous file | core/include/fxcrt/fx_ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698