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

Unified Diff: pdfium.gyp

Issue 754743003: Modify big integer library (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add copyright notice Created 6 years 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
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 606925c5e234419f220ad10e76a6dda124a6799b..7e7dba9dfc56c58b82ccf796529446de5be82cdd 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -36,6 +36,7 @@
'type': 'static_library',
'dependencies': [
'safemath',
+ 'bigint',
'fdrm',
'fpdfdoc',
'fpdfapi',
@@ -137,6 +138,22 @@
],
},
{
+ 'target_name': 'bigint',
+ 'type': 'static_library',
+ 'sources': [
+ 'third_party/bigint/BigInteger.hh',
+ 'third_party/bigint/BigIntegerLibrary.hh',
+ 'third_party/bigint/BigIntegerUtils.hh',
+ 'third_party/bigint/BigUnsigned.hh',
+ 'third_party/bigint/NumberlikeArray.hh',
+ 'third_party/bigint/BigUnsignedInABase.hh',
+ 'third_party/bigint/BigInteger.cc',
+ 'third_party/bigint/BigIntegerUtils.cc',
+ 'third_party/bigint/BigUnsigned.cc',
+ 'third_party/bigint/BigUnsignedInABase.cc',
+ ],
+ },
+ {
'target_name': 'fdrm',
'type': 'static_library',
'ldflags': [ '-L<(PRODUCT_DIR)',],
« no previous file with comments | « BUILD.gn ('k') | third_party/bigint/BigInteger.cc » ('j') | third_party/bigint/BigInteger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698