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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1171793002: Rename targets to use lower case format. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Rename iSAC to isac. Created 5 years, 6 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
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 'includes': [ 10 'includes': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'acm_receive_test', 57 'acm_receive_test',
58 'acm_send_test', 58 'acm_send_test',
59 'audio_coding_module', 59 'audio_coding_module',
60 'audio_device' , 60 'audio_device' ,
61 'audio_processing', 61 'audio_processing',
62 'audioproc_test_utils', 62 'audioproc_test_utils',
63 'bitrate_controller', 63 'bitrate_controller',
64 'bwe_simulator', 64 'bwe_simulator',
65 'CNG', 65 'CNG',
66 'desktop_capture', 66 'desktop_capture',
67 'iSACFix', 67 'isac_fix',
68 'media_file', 68 'media_file',
69 'neteq', 69 'neteq',
70 'neteq_test_support', 70 'neteq_test_support',
71 'neteq_unittest_tools', 71 'neteq_unittest_tools',
72 'paced_sender', 72 'paced_sender',
73 'PCM16B', # Needed by NetEq tests. 73 'PCM16B', # Needed by NetEq tests.
74 'red', 74 'red',
75 'remote_bitrate_estimator', 75 'remote_bitrate_estimator',
76 'rtp_rtcp', 76 'rtp_rtcp',
77 'video_codecs_test_framework', 77 'video_codecs_test_framework',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'sources': [ 451 'sources': [
452 'modules_unittests.isolate', 452 'modules_unittests.isolate',
453 ], 453 ],
454 }, 454 },
455 ], 455 ],
456 }], 456 }],
457 ], 457 ],
458 }], # include_tests 458 }], # include_tests
459 ], # conditions 459 ], # conditions
460 } 460 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698