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

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

Issue 1940933002: Removing unused resources from build files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | webrtc/modules/modules_unittests.isolate » ('j') | 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 'includes': [ 10 'includes': [
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'xcode_settings': { 497 'xcode_settings': {
498 'OTHER_LDFLAGS': ['-ObjC'], 498 'OTHER_LDFLAGS': ['-ObjC'],
499 }, 499 },
500 # This needs to be kept in sync with modules_unittests.isolate. 500 # This needs to be kept in sync with modules_unittests.isolate.
501 'mac_bundle_resources': [ 501 'mac_bundle_resources': [
502 '<(DEPTH)/data/audio_processing/output_data_float.pb', 502 '<(DEPTH)/data/audio_processing/output_data_float.pb',
503 '<(DEPTH)/data/audio_processing/output_data_mac.pb', 503 '<(DEPTH)/data/audio_processing/output_data_mac.pb',
504 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', 504 '<(DEPTH)/data/voice_engine/audio_tiny48.wav',
505 '<(DEPTH)/resources/att-downlink.rx', 505 '<(DEPTH)/resources/att-downlink.rx',
506 '<(DEPTH)/resources/att-uplink.rx', 506 '<(DEPTH)/resources/att-uplink.rx',
507 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat',
508 '<(DEPTH)/resources/audio_coding/neteq4_opus_network_stats.dat',
509 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref.pcm',
510 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref_win_32.pcm',
511 '<(DEPTH)/resources/audio_coding/neteq4_opus_ref_win_64.pcm',
512 '<(DEPTH)/resources/audio_coding/neteq4_opus_rtcp_stats.dat',
513 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat',
514 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm',
515 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm ',
516 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm ',
517 '<(DEPTH)/resources/audio_coding/neteq_opus.rtp', 507 '<(DEPTH)/resources/audio_coding/neteq_opus.rtp',
518 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp', 508 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp',
519 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm', 509 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
520 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm', 510 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm',
521 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', 511 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
522 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm', 512 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
523 '<(DEPTH)/resources/audio_device/audio_short16.pcm', 513 '<(DEPTH)/resources/audio_device/audio_short16.pcm',
524 '<(DEPTH)/resources/audio_device/audio_short44.pcm', 514 '<(DEPTH)/resources/audio_device/audio_short44.pcm',
525 '<(DEPTH)/resources/audio_device/audio_short48.pcm', 515 '<(DEPTH)/resources/audio_device/audio_short48.pcm',
526 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm', 516 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'sources': [ 771 'sources': [
782 'modules_unittests.isolate', 772 'modules_unittests.isolate',
783 ], 773 ],
784 }, 774 },
785 ], 775 ],
786 }], 776 }],
787 ], 777 ],
788 }], # include_tests 778 }], # include_tests
789 ], # conditions 779 ], # conditions
790 } 780 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/modules_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698