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

Side by Side Diff: webrtc/modules/utility/utility.gypi

Issue 2038513002: FileRecorderImpl and FilePlayerImpl don't need their own .h and .cc files (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@remove2
Patch Set: rebase Created 4 years, 4 months 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 unified diff | Download patch
« no previous file with comments | « webrtc/modules/utility/source/file_recorder_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 11 matching lines...) Expand all
22 'include/audio_frame_operations.h', 22 'include/audio_frame_operations.h',
23 'include/file_player.h', 23 'include/file_player.h',
24 'include/file_recorder.h', 24 'include/file_recorder.h',
25 'include/helpers_android.h', 25 'include/helpers_android.h',
26 'include/helpers_ios.h', 26 'include/helpers_ios.h',
27 'include/jvm_android.h', 27 'include/jvm_android.h',
28 'include/process_thread.h', 28 'include/process_thread.h',
29 'source/audio_frame_operations.cc', 29 'source/audio_frame_operations.cc',
30 'source/coder.cc', 30 'source/coder.cc',
31 'source/coder.h', 31 'source/coder.h',
32 'source/file_player_impl.cc', 32 'source/file_player.cc',
33 'source/file_player_impl.h', 33 'source/file_recorder.cc',
34 'source/file_recorder_impl.cc',
35 'source/file_recorder_impl.h',
36 'source/helpers_android.cc', 34 'source/helpers_android.cc',
37 'source/helpers_ios.mm', 35 'source/helpers_ios.mm',
38 'source/jvm_android.cc', 36 'source/jvm_android.cc',
39 'source/process_thread_impl.cc', 37 'source/process_thread_impl.cc',
40 'source/process_thread_impl.h', 38 'source/process_thread_impl.h',
41 ], 39 ],
42 }, 40 },
43 ], # targets 41 ], # targets
44 } 42 }
OLDNEW
« no previous file with comments | « webrtc/modules/utility/source/file_recorder_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698