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

Unified Diff: base/BUILD.gn

Issue 2945433003: Add ClampedNumeric templates (Closed)
Patch Set: final Created 3 years, 5 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') | no next file with comments »
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 dbd1ff4d1eecd22dd4713770aeba3a82d988b935..eccbd7e6ad5417ea0f30728da8a005ae28d05423 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -597,6 +597,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698