diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-06-23 15:24:28 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-06-23 15:24:28 -0700 |
commit | 6c673585ed6bcb9e330ea5ab716f496c5d5f37b4 (patch) | |
tree | 0fd37d72e416fd2edb94373d18e08d6b8a33a303 /BUILD.gn | |
parent | 617089a3c1409be11fa130abb78dbd00b9e32d06 (diff) | |
download | pdfium-6c673585ed6bcb9e330ea5ab716f496c5d5f37b4.tar.xz |
Revert "Import Chromium base/numerics to resolve integer overflow."
This reverts commit d9713f05fdcecab8428d39034c6b84cd0bbd2920.
This is breaking compile.
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -91,7 +91,6 @@ static_library("pdfium") { configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] deps = [ - ":safemath", ":fdrm", ":formfiller", ":fpdfapi", @@ -118,18 +117,6 @@ static_library("pdfium") { # Targets below this are only visible within this file. visibility = ":*" -component("safemath") { - 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", - ], -} - static_library("fdrm") { sources = [ "core/include/fdrm/fx_crypt.h", |