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

Unified Diff: base/BUILD.gn

Issue 2945433003: Add ClampedNumeric templates (Closed)
Patch Set: more docs and modulus 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/README.md » ('j') | base/numerics/README.md » ('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 e8e9c6ee0d3383e21ed64b66119b9584aeae8e23..e141f051ce685564de0269834631d2d6405a231e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -595,6 +595,8 @@ component("base") {
"nix/xdg_util.h",
"numerics/checked_math.h",
"numerics/checked_math_impl.h",
+ "numerics/clamped_math.h",
+ "numerics/clamped_math_impl.h",
"numerics/safe_conversions.h",
"numerics/safe_conversions_impl.h",
"numerics/safe_math.h",
« no previous file with comments | « no previous file | base/numerics/README.md » ('j') | base/numerics/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698