From 06313d5de9646522f9799ca6909e8e791a8b57d1 Mon Sep 17 00:00:00 2001 From: "ajm@google.com" Date: Mon, 6 Jun 2011 16:59:21 +0000 Subject: [PATCH] Fixing some incorrect file names in gyp files reported by an external user. See the gyp warnings at the bottom of this page: http://pastebin.com/4sdp5ivs I'm not sure how he got the warnings; I couldn't figure out how to display them myself. Review URL: http://webrtc-codereview.appspot.com/22022 git-svn-id: http://webrtc.googlecode.com/svn/trunk@44 4adac7df-926f-26a2-2b94-8c16560cd09d --- modules/audio_coding/codecs/iSAC/fix/source/isacfix.gyp | 2 +- modules/video_capture/main/source/video_capture.gyp | 2 +- third_party_mods/jsoncpp/jsoncpp.gyp | 6 +++--- voice_engine.gyp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/audio_coding/codecs/iSAC/fix/source/isacfix.gyp b/modules/audio_coding/codecs/iSAC/fix/source/isacfix.gyp index 18e6d129c7..d9651fa26b 100644 --- a/modules/audio_coding/codecs/iSAC/fix/source/isacfix.gyp +++ b/modules/audio_coding/codecs/iSAC/fix/source/isacfix.gyp @@ -52,7 +52,7 @@ 'spectrum_ar_model_tables.c', 'transform.c', 'arith_routins.h', - 'bandwidth_estimator.b', + 'bandwidth_estimator.h', 'codec.h', 'entropy_coding.h', 'fft.h', diff --git a/modules/video_capture/main/source/video_capture.gyp b/modules/video_capture/main/source/video_capture.gyp index 7b3a97e70d..7558c57ee8 100644 --- a/modules/video_capture/main/source/video_capture.gyp +++ b/modules/video_capture/main/source/video_capture.gyp @@ -99,7 +99,7 @@ 'Windows/sink_filter_windows.h', 'Windows/video_capture_windows.h', 'Windows/device_info_windows.h', - 'Windows/capture_delay_values.h', + 'Windows/capture_delay_values_windows.h', 'Windows/help_functions_windows.cc', 'Windows/sink_filter_windows.cc', 'Windows/video_capture_windows.cc', diff --git a/third_party_mods/jsoncpp/jsoncpp.gyp b/third_party_mods/jsoncpp/jsoncpp.gyp index dce0c3d23d..d6dc2af4ea 100644 --- a/third_party_mods/jsoncpp/jsoncpp.gyp +++ b/third_party_mods/jsoncpp/jsoncpp.gyp @@ -16,11 +16,11 @@ 'include/json/value.h', 'include/json/writer.h', 'src/lib_json/json_batchallocator.h', - 'src/lib_json/json_internalarray.inl.h', - 'src/lib_json/json_internalmap.inl.h', + 'src/lib_json/json_internalarray.inl', + 'src/lib_json/json_internalmap.inl', 'src/lib_json/json_reader.cpp', 'src/lib_json/json_value.cpp', - 'src/lib_json/json_valueiterator.inl.h', + 'src/lib_json/json_valueiterator.inl', 'src/lib_json/json_writer.cpp', ], 'include_dirs': [ diff --git a/voice_engine.gyp b/voice_engine.gyp index de513500c3..4556e4572e 100644 --- a/voice_engine.gyp +++ b/voice_engine.gyp @@ -149,7 +149,7 @@ { 'action_name': 'copy audio_long16noise.pcm', 'inputs': [ - 'voice_engine/main/test/win_test/saudio_long16noise.pcm', + 'voice_engine/main/test/win_test/audio_long16noise.pcm', ], 'outputs': [ '/tmp/audio_long16noise.pcm',