Index: webrtc/base/numerics/safe_numerics.gyp |
diff --git a/webrtc/modules/audio_coding/codecs/isac/isac_common.gypi b/webrtc/base/numerics/safe_numerics.gyp |
similarity index 61% |
copy from webrtc/modules/audio_coding/codecs/isac/isac_common.gypi |
copy to webrtc/base/numerics/safe_numerics.gyp |
index 135ecd27cc912d2f774da830e126ee055e43ad94..9d71c9191d70798779b9e4e462dc8da9e18854bb 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/isac_common.gypi |
+++ b/webrtc/base/numerics/safe_numerics.gyp |
@@ -1,4 +1,4 @@ |
-# Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. |
+# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
# |
# Use of this source code is governed by a BSD-style license |
# that can be found in the LICENSE file in the root of the source |
@@ -9,13 +9,14 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'isac_common', |
+ # GN version: webrtc/base/numerics/BUILD.gn |
kjellander_webrtc
2016/03/02 18:40:05
Please add this target to webrtc/base/base.gyp ins
hbos
2016/03/03 14:17:06
Done. (Oh, shame!)
|
+ 'target_name': 'safe_numerics', |
'type': 'static_library', |
'sources': [ |
- 'audio_encoder_isac_t.h', |
- 'audio_encoder_isac_t_impl.h', |
- 'locked_bandwidth_info.cc', |
- 'locked_bandwidth_info.h', |
+ 'safe_conversions.h', |
+ 'safe_conversions_impl.h', |
+ 'safe_math.h', |
+ 'safe_math_impl.h', |
], |
}, |
], |