From 6c673585ed6bcb9e330ea5ab716f496c5d5f37b4 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Mon, 23 Jun 2014 15:24:28 -0700 Subject: Revert "Import Chromium base/numerics to resolve integer overflow." This reverts commit d9713f05fdcecab8428d39034c6b84cd0bbd2920. This is breaking compile. --- pdfium.gyp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 34d6959430..7d62b1d164 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -55,7 +55,6 @@ 'target_name': 'pdfium', 'type': 'static_library', 'dependencies': [ - 'safemath', 'fdrm', 'fpdfdoc', 'fpdfapi', @@ -143,19 +142,6 @@ ], }, }, - { - 'target_name': 'safemath', - 'type': 'none', - 'sources': [ - 'third_party/logging.h', - 'third_party/macros.h', - 'third_party/template_util.h', - 'third_party/numerics/safe_conversions.h', - 'third_party/numerics/safe_conversions_impl.h', - 'third_party/numerics/safe_math.h', - 'third_party/numerics/safe_math_impl.h', - ], - }, { 'target_name': 'fdrm', 'type': 'static_library', -- cgit v1.2.3