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

Side by Side Diff: webrtc/build/common.gypi

Issue 1349393003: Don't link with audio codecs that we don't use (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@dmove-clean
Patch Set: ARM fix Created 5 years, 3 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/engine_configurations.h » ('j') | webrtc/modules/audio_coding/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 # This file contains common settings for building WebRTC components. 9 # This file contains common settings for building WebRTC components.
10 10
(...skipping 24 matching lines...) Expand all
35 }, 35 },
36 'build_with_chromium%': '<(build_with_chromium)', 36 'build_with_chromium%': '<(build_with_chromium)',
37 'build_with_libjingle%': '<(build_with_libjingle)', 37 'build_with_libjingle%': '<(build_with_libjingle)',
38 'webrtc_root%': '<(webrtc_root)', 38 'webrtc_root%': '<(webrtc_root)',
39 'apk_tests_path%': '<(apk_tests_path)', 39 'apk_tests_path%': '<(apk_tests_path)',
40 'modules_java_gyp_path%': '<(modules_java_gyp_path)', 40 'modules_java_gyp_path%': '<(modules_java_gyp_path)',
41 'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8', 41 'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8',
42 'webrtc_vp9_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp9', 42 'webrtc_vp9_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp9',
43 'include_opus%': 1, 43 'include_opus%': 1,
44 'opus_dir%': '<(DEPTH)/third_party/opus', 44 'opus_dir%': '<(DEPTH)/third_party/opus',
45
46 # Enable to use the Mozilla internal settings.
47 'build_with_mozilla%': 0,
45 }, 48 },
46 'build_with_chromium%': '<(build_with_chromium)', 49 'build_with_chromium%': '<(build_with_chromium)',
47 'build_with_libjingle%': '<(build_with_libjingle)', 50 'build_with_libjingle%': '<(build_with_libjingle)',
48 'webrtc_root%': '<(webrtc_root)', 51 'webrtc_root%': '<(webrtc_root)',
49 'apk_tests_path%': '<(apk_tests_path)', 52 'apk_tests_path%': '<(apk_tests_path)',
50 'modules_java_gyp_path%': '<(modules_java_gyp_path)', 53 'modules_java_gyp_path%': '<(modules_java_gyp_path)',
51 'webrtc_vp8_dir%': '<(webrtc_vp8_dir)', 54 'webrtc_vp8_dir%': '<(webrtc_vp8_dir)',
52 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)', 55 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)',
53 'include_opus%': '<(include_opus)', 56 'include_opus%': '<(include_opus)',
54 'rtc_relative_path%': 1, 57 'rtc_relative_path%': 1,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'build_libvpx%': 1, 94 'build_libvpx%': 1,
92 'build_libyuv%': 1, 95 'build_libyuv%': 1,
93 'build_openmax_dl%': 1, 96 'build_openmax_dl%': 1,
94 'build_opus%': 1, 97 'build_opus%': 1,
95 'build_ssl%': 1, 98 'build_ssl%': 1,
96 'build_vp9%': 1, 99 'build_vp9%': 1,
97 100
98 # Disable by default 101 # Disable by default
99 'have_dbus_glib%': 0, 102 'have_dbus_glib%': 0,
100 103
101 # Enable to use the Mozilla internal settings. 104 'build_with_mozilla%': '<(build_with_mozilla)',
kjellander_webrtc 2015/09/22 11:01:28 move this to line 51.
kwiberg-webrtc 2015/09/22 12:05:14 Done.
102 'build_with_mozilla%': 0,
103 105
104 # Make it possible to provide custom locations for some libraries. 106 # Make it possible to provide custom locations for some libraries.
105 'libvpx_dir%': '<(DEPTH)/third_party/libvpx', 107 'libvpx_dir%': '<(DEPTH)/third_party/libvpx',
106 'libyuv_dir%': '<(DEPTH)/third_party/libyuv', 108 'libyuv_dir%': '<(DEPTH)/third_party/libyuv',
107 'opus_dir%': '<(opus_dir)', 109 'opus_dir%': '<(opus_dir)',
108 110
109 # Use Java based audio layer as default for Android. 111 # Use Java based audio layer as default for Android.
110 # Change this setting to 1 to use Open SL audio instead. 112 # Change this setting to 1 to use Open SL audio instead.
111 # TODO(henrika): add support for Open SL ES. 113 # TODO(henrika): add support for Open SL ES.
112 'enable_android_opensl%': 0, 114 'enable_android_opensl%': 0,
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 # of a more specific macro. 452 # of a more specific macro.
451 'defines': [ 453 'defines': [
452 'WEBRTC_POSIX', 454 'WEBRTC_POSIX',
453 ], 455 ],
454 }], 456 }],
455 ], 457 ],
456 }, 458 },
457 }, # target_defaults 459 }, # target_defaults
458 } 460 }
459 461
OLDNEW
« no previous file with comments | « no previous file | webrtc/engine_configurations.h » ('j') | webrtc/modules/audio_coding/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698