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 63% |
copy from webrtc/modules/audio_coding/codecs/isac/isac_common.gypi |
copy to webrtc/base/numerics/safe_numerics.gyp |
index 135ecd27cc912d2f774da830e126ee055e43ad94..6165fb5214c07c980061feeb3b1219ff91460e49 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,12 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'isac_common', |
+ # GN version: webrtc/base/numerics/BUILD.gn |
+ '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', |
], |
}, |
], |