This copies the contents (unittest excluded) of base/numerics in chromium to base/numerics in webrtc. Files added: - safe_conversions.h - safe_conversions_impl.h - safe_math.h - safe_math_impl.h A really old version of safe_conversions[_impl].h previously existed in base/, this has been deleted and sources using it have been updated to include the new base/numerics/safe_converions.h. This CL also adds a DEPS file to webrtc/base. NOPRESUBMIT=True BUG=webrtc:5548, webrtc:5623 Review URL: https://codereview.webrtc.org/1753293002 Cr-Commit-Position: refs/heads/master@{#11907}
9 lines
113 B
Python
9 lines
113 B
Python
include_rules = [
|
|
"-base",
|
|
"+json",
|
|
"+testing",
|
|
"+third_party/jsoncpp",
|
|
"+webrtc",
|
|
"+webrtc/base",
|
|
]
|