Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
02fac7d86e64595d6c35c1460e491d7f04c01864
/
BUILD.gn
« Previous
b45bdb5
Move rtc_json code from API dir, enable unit test, unmark testonly
by Sam Zackrisson
· 6 years ago
e0d455b
Remove runtime_enabled_feature.
by Mirko Bonadei
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
32ce18c
Reland "Add RTC_EXPORT macro to export WebRTC symbols."
by Mirko Bonadei
· 6 years ago
b8c0878
Revert "Add RTC_EXPORT macro to export WebRTC symbols."
by JT Teh
· 6 years ago
55daf1a
Add RTC_EXPORT macro to export WebRTC symbols.
by Mirko Bonadei
· 6 years ago
96ede16
Enable -Wexit-time-destructors and -Wglobal-constructors.
by Mirko Bonadei
· 6 years ago
389d226
Add support for platform software video decoder implementations.
by Sami Kalliomäki
· 6 years ago
7bca8ca
Obj-C SDK Cleanup
by Anders Carlsson
· 6 years ago
e23b8a9
Do not use FakeNetworkPipe::SetConfig.
by Artem Titov
· 6 years ago
b889a20
Change the default behaviour rtc_builtin_ssl_root_certificates.
by Mirko Bonadei
· 6 years ago
8e5014a
Remove definition and usage of macro GTEST_RELATIVE_PATH.
by Mirko Bonadei
· 6 years ago
a381871
Add unit tests for hardware video codecs.
by Sami Kalliomäki
· 6 years ago
d54f5f5
Rename rtc_instrumentation_test_apk targets to end with _test_apk.
by Sami Kalliomäki
· 6 years ago
d2f4e8b
Explicitly add -mfpu=neon to all targets that use NEON
by Oleh Prypin
· 6 years ago
9014324
Support compiling with the lastest iOS SDK.
by Kári Tristan Helgason
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 6 years ago
e41c433
Move sigslot to proper third_party directory
by Artem Titov
· 6 years ago
1291225
Expose audio codec factories in libwebrtc.
by Yves Gerey
· 6 years ago
f704468
Reland "Move allocation and rtp conversion logic out of payload router."
by Stefan Holmer
· 6 years ago
c2406e4
Revert "Move allocation and rtp conversion logic out of payload router."
by JT Teh
· 6 years ago
1da4d79
Move allocation and rtp conversion logic out of payload router.
by Stefan Holmer
· 6 years ago
065a52a
Reland "Remove rtc::Optional alias and api:optional target"
by Danil Chapovalov
· 6 years ago
b661c65
Revert "Remove rtc::Optional alias and api:optional target"
by Ilya Nikolaevskiy
· 6 years ago
6f5b0f9
Remove rtc::Optional alias and api:optional target
by Danil Chapovalov
· 6 years ago
5640f5a
Removing rtc_unittests warning suppression flags.
by Mirko Bonadei
· 6 years ago
d1003d7
A new PeerConnection level perf test.
by Seth Hampson
· 6 years ago
65c61dc
Android: Add helper class for generating OpenGL shaders
by Magnus Jedvert
· 6 years ago
dd3e0ab
Make rtc_software_fallback_wrappers target visible.
by Anders Carlsson
· 6 years ago
a46bd4b
Reland "Move class VideoCodec from common_types.h to its own api header file."
by Niels Möller
· 6 years ago
350531e
Revert "Move class VideoCodec from common_types.h to its own api header file."
by Danil Chapovalov
· 6 years ago
efc71e5
Move class VideoCodec from common_types.h to its own api header file.
by Niels Möller
· 6 years ago
a61fa6e
Rely on use_fuzzing_engine && optimize_for_fuzzing to define WEBRTC_UNSAFE_FUZZER_MODE.
by Max Moroz
· 6 years ago
500e75b
Remove typedefs.h from webrtc/ root (part 1)
by Fredrik Solenberg
· 6 years ago
e7659df
Suppressing /wd4702.
by Mirko Bonadei
· 6 years ago
5f2bb62
Remove dependency in FakeWebRtcVideoCodecFactories.
by Anders Carlsson
· 6 years ago
c6ce9c5
New file api/video/BUILD.gn
by Niels Möller
· 6 years ago
1f433e4
Mark built-in software video codecs as poisonous.
by Anders Carlsson
· 7 years ago
89a8774
Removing definition of _CRT_SECURE_NO_WARNINGS.
by Mirko Bonadei
· 7 years ago
566124a
Move BitrateAllocation to api/ and rename it VideoBitrateAllocation
by Erik Språng
· 7 years ago
bb23c83
GN hack to tag targets as poisonous (and use it with audio codecs)
by Karl Wiberg
· 7 years ago
8619e8a
Add VideoEncoder.ScalingSettings.toString method.
by Sami Kalliomäki
· 7 years ago
bbf21a3
Remove dependencies on modules:module_api from AudioProcessing.
by Fredrik Solenberg
· 7 years ago
2808ae9
Adds BBR network controller field trial.
by Sebastian Jansson
· 7 years ago
09a6cd5
Prepare for |is_posix| switch in the Fuchsia build
by Fabrice de Gans-Riberi
· 7 years ago
467057e
Removing -Wno-strict-overflow from main BUILD.gn.
by Mirko Bonadei
· 7 years ago
36fc5e1
Remove thin_archive config from complete static libraries
by Tom Anderson
· 7 years ago
d757356
Fixing -Wstrict-prototypes warnings.
by Mirko Bonadei
· 7 years ago
7435462
Removing definition of FEATURE_ENABLE_VOICEMAIL.
by Mirko Bonadei
· 7 years ago
e7dba00
Removing obsolete defines.
by Mirko Bonadei
· 7 years ago
13d7ae4
Removing unfeasible TODO.
by Mirko Bonadei
· 7 years ago
78498cf
Implements JavaToNativeStringMap and adds tests for native API.
by Sami Kalliomäki
· 7 years ago
dd8c165
Enable building WebRTC without built-in software codecs
by Anders Carlsson
· 7 years ago
2ffe3e8
Reland Use runtime enabled features API to enable dual stream mode
by Ilya Nikolaevskiy
· 7 years ago
c1094eb
Revert "Use runtime enabled features API to enable dual stream mode"
by Lu Liu
· 7 years ago
6f011df
Use runtime enabled features API to enable dual stream mode
by Ilya Nikolaevskiy
· 7 years ago
a8b7c7f
Move remaining traces of VoiceEngine
by Fredrik Solenberg
· 7 years ago
9c68613
Update gn files to support Mozilla build
by Dan Minor
· 7 years ago
255d1cd
Implement dual stream full stack test and loopback tool
by Ilya Nikolaevskiy
· 7 years ago
3e11343
Fix circular dependencies in webrtc_common.
by Patrik Höglund
· 7 years ago
6acefdb
Fixes to build WebRTC for Fuchsia
by Sergey Ulanov
· 7 years ago
93e9134
Make building of examples and rtc_tools optional.
by Joachim Bauch
· 7 years ago
c2400dd
Remove unneeded check_includes.
by Patrik Höglund
· 7 years ago
29dd6d7
Remove webrtc_tests.
by Patrik Höglund
· 7 years ago
3102734
Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)."
by Rasmus Brandt
· 7 years ago
2666cf7
Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld).
by Rasmus Brandt
· 7 years ago
2c30120
Revert of Add full stack tests for MediaCodec. (patchset #10 id:180001 of https://codereview.webrtc.org/3005253002/ )
by brandtr
· 7 years ago
2cefac6
Add full stack tests for MediaCodec encoder.
by brandtr
· 7 years ago
18f5427
Remove voe_auto_test and add new tests to cover the missing cases.
by solenberg
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
d2b63cf
Move webrtc/{tools => rtc_tools}
by kjellander
· 7 years ago
9aa3f0a
Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ )
by mbonadei
· 8 years ago
69dc7db
Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ )
by mbonadei
· 8 years ago
35a3270
Moving webrtc.gni up one level from build/
by mbonadei
· 8 years ago
579729d
GN: Build tools and examples by default.
by ehmaldonado
· 8 years ago
37d7a22
GN: Don't build tests by default.
by ehmaldonado
· 8 years ago
6ceab08
GN: New conventions, default target and refactorings
by kjellander
· 8 years ago
9c0c75b
Add GN targets for AppRTC Demo on Android.
by Sami Kalliomaki
· 8 years ago
851a09e
Initial GN work for WebRTC
by kjellander@webrtc.org
· 10 years ago
c68d046
Fix BUILD.gn to load all Chromium GN configurations.
by kjellander@webrtc.org
· 11 years ago
03cfde2
Roll Chromium 238260 -> 243863
by wjia@webrtc.org
· 11 years ago