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

Unified Diff: webrtc/modules/utility/utility.gypi

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix last incorrectly wrapped pragma message Created 5 years, 1 month 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/modules/utility/utility.gypi
diff --git a/webrtc/modules/utility/utility.gypi b/webrtc/modules/utility/utility.gypi
index 38c9e3ebd9639ac9aafe004719541a7176502e38..e5b0a4d9c075cf8a221e803dfbd7b145496ee5ae 100644
--- a/webrtc/modules/utility/utility.gypi
+++ b/webrtc/modules/utility/utility.gypi
@@ -18,13 +18,13 @@
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
],
'sources': [
- 'interface/audio_frame_operations.h',
- 'interface/file_player.h',
- 'interface/file_recorder.h',
- 'interface/helpers_android.h',
- 'interface/helpers_ios.h',
- 'interface/jvm_android.h',
- 'interface/process_thread.h',
+ 'include/audio_frame_operations.h',
+ 'include/file_player.h',
+ 'include/file_recorder.h',
+ 'include/helpers_android.h',
+ 'include/helpers_ios.h',
+ 'include/jvm_android.h',
+ 'include/process_thread.h',
'source/audio_frame_operations.cc',
'source/coder.cc',
'source/coder.h',
« no previous file with comments | « webrtc/modules/utility/source/process_thread_impl_unittest.cc ('k') | webrtc/modules/video_capture/include/video_capture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698