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

Unified Diff: webrtc/base/base.gyp

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
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 3c569fae47cf7006a71cfd338c7b34734aaae637..01b848624daa5a7669c1c2154adad27b6731c9bb 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -70,6 +70,9 @@
# The subset of rtc_base approved for use outside of libjingle.
'target_name': 'rtc_base_approved',
'type': 'static_library',
+ 'dependencies': [
+ '<(webrtc_root)/base/numerics/safe_numerics.gyp:safe_numerics',
+ ],
'sources': [
'array_view.h',
'atomicops.h',
@@ -113,8 +116,6 @@
'ratetracker.cc',
'ratetracker.h',
'refcount.h',
- 'safe_conversions.h',
- 'safe_conversions_impl.h',
'scoped_ptr.h',
'scoped_ref_ptr.h',
'stringencode.cc',

Powered by Google App Engine
This is Rietveld 408576698