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

Unified Diff: webrtc/base/BUILD.gn

Issue 1753293002: Safe numeric library: base/numerics (copied from Chromium) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Comment about chromium_revision Created 4 years, 10 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 | webrtc/base/base.gyp » ('j') | webrtc/base/numerics/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index a056269c95fc88212d2aca18c8256477321d48fc..2968dcc58ac0ff094f38c387269012b92d97218f 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -98,10 +98,13 @@ if (rtc_build_ssl == 0) {
# The subset of rtc_base approved for use outside of libjingle.
static_library("rtc_base_approved") {
- deps = []
configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
+ deps = [
+ "numerics:safe_numerics",
+ ]
+
sources = [
"array_view.h",
"atomicops.h",
@@ -141,8 +144,6 @@ static_library("rtc_base_approved") {
"rate_statistics.cc",
"rate_statistics.h",
"refcount.h",
- "safe_conversions.h",
- "safe_conversions_impl.h",
"scoped_ptr.h",
"scoped_ref_ptr.h",
"stringencode.cc",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/base/numerics/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698