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

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: More ARM fixes Created 5 years, 2 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') | 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) 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)',
51 'build_with_mozilla%': '<(build_with_mozilla)',
48 'webrtc_root%': '<(webrtc_root)', 52 'webrtc_root%': '<(webrtc_root)',
49 'apk_tests_path%': '<(apk_tests_path)', 53 'apk_tests_path%': '<(apk_tests_path)',
50 'modules_java_gyp_path%': '<(modules_java_gyp_path)', 54 'modules_java_gyp_path%': '<(modules_java_gyp_path)',
51 'webrtc_vp8_dir%': '<(webrtc_vp8_dir)', 55 'webrtc_vp8_dir%': '<(webrtc_vp8_dir)',
52 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)', 56 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)',
53 'include_opus%': '<(include_opus)', 57 'include_opus%': '<(include_opus)',
54 'rtc_relative_path%': 1, 58 'rtc_relative_path%': 1,
55 'external_libraries%': '0', 59 'external_libraries%': '0',
56 'json_root%': '<(DEPTH)/third_party/jsoncpp/source/include/', 60 'json_root%': '<(DEPTH)/third_party/jsoncpp/source/include/',
57 # openssl needs to be defined or gyp will complain. Is is only used when 61 # openssl needs to be defined or gyp will complain. Is is only used when
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'build_libvpx%': 1, 95 'build_libvpx%': 1,
92 'build_libyuv%': 1, 96 'build_libyuv%': 1,
93 'build_openmax_dl%': 1, 97 'build_openmax_dl%': 1,
94 'build_opus%': 1, 98 'build_opus%': 1,
95 'build_ssl%': 1, 99 'build_ssl%': 1,
96 'build_vp9%': 1, 100 'build_vp9%': 1,
97 101
98 # Disable by default 102 # Disable by default
99 'have_dbus_glib%': 0, 103 'have_dbus_glib%': 0,
100 104
101 # Enable to use the Mozilla internal settings.
102 'build_with_mozilla%': 0,
103
104 # Make it possible to provide custom locations for some libraries. 105 # Make it possible to provide custom locations for some libraries.
105 'libvpx_dir%': '<(DEPTH)/third_party/libvpx', 106 'libvpx_dir%': '<(DEPTH)/third_party/libvpx',
106 'libyuv_dir%': '<(DEPTH)/third_party/libyuv', 107 'libyuv_dir%': '<(DEPTH)/third_party/libyuv',
107 'opus_dir%': '<(opus_dir)', 108 'opus_dir%': '<(opus_dir)',
108 109
109 # Use Java based audio layer as default for Android. 110 # Use Java based audio layer as default for Android.
110 # Change this setting to 1 to use Open SL audio instead. 111 # Change this setting to 1 to use Open SL audio instead.
111 # TODO(henrika): add support for Open SL ES. 112 # TODO(henrika): add support for Open SL ES.
112 'enable_android_opensl%': 0, 113 'enable_android_opensl%': 0,
113 114
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 # of a more specific macro. 447 # of a more specific macro.
447 'defines': [ 448 'defines': [
448 'WEBRTC_POSIX', 449 'WEBRTC_POSIX',
449 ], 450 ],
450 }], 451 }],
451 ], 452 ],
452 }, 453 },
453 }, # target_defaults 454 }, # target_defaults
454 } 455 }
455 456
OLDNEW
« no previous file with comments | « no previous file | webrtc/engine_configurations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698