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

Unified Diff: base/BUILD.gn

Issue 2931323002: Split out code to be shared between CheckedNumeric and ClampedNumeric (Closed)
Patch Set: iwyu Created 3 years, 6 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 | base/numerics/checked_math.h » ('j') | base/numerics/checked_math.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 7735309baa600aef1c97f7a2da2dee40fdbb8035..12c33c1790a303a7f6a72376bd006131f466eef4 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -593,10 +593,12 @@ component("base") {
"nix/mime_util_xdg.h",
"nix/xdg_util.cc",
"nix/xdg_util.h",
+ "numerics/checked_math.h",
+ "numerics/checked_math_impl.h",
"numerics/safe_conversions.h",
"numerics/safe_conversions_impl.h",
"numerics/safe_math.h",
- "numerics/safe_math_impl.h",
+ "numerics/safe_math_shared_impl.h",
"numerics/saturated_arithmetic.h",
"numerics/saturated_arithmetic_arm.h",
"observer_list.h",
« no previous file with comments | « no previous file | base/numerics/checked_math.h » ('j') | base/numerics/checked_math.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698