diff options
Diffstat (limited to 'third_party/libwebrtc/moz.build')
-rw-r--r-- | third_party/libwebrtc/moz.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/libwebrtc/moz.build b/third_party/libwebrtc/moz.build index ae994ffc67..ad1adce757 100644 --- a/third_party/libwebrtc/moz.build +++ b/third_party/libwebrtc/moz.build @@ -42,6 +42,7 @@ DIRS += [ "/third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn", "/third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn", "/third_party/libwebrtc/api/crypto/options_gn", + "/third_party/libwebrtc/api/environment/environment_gn", "/third_party/libwebrtc/api/fec_controller_api_gn", "/third_party/libwebrtc/api/field_trials_registry_gn", "/third_party/libwebrtc/api/field_trials_view_gn", @@ -59,6 +60,7 @@ DIRS += [ "/third_party/libwebrtc/api/neteq/tick_timer_gn", "/third_party/libwebrtc/api/network_state_predictor_api_gn", "/third_party/libwebrtc/api/priority_gn", + "/third_party/libwebrtc/api/ref_count_gn", "/third_party/libwebrtc/api/refcountedbase_gn", "/third_party/libwebrtc/api/rtc_error_gn", "/third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn", @@ -309,7 +311,6 @@ DIRS += [ "/third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn", "/third_party/libwebrtc/rtc_base/async_dns_resolver_gn", "/third_party/libwebrtc/rtc_base/async_packet_socket_gn", - "/third_party/libwebrtc/rtc_base/async_resolver_interface_gn", "/third_party/libwebrtc/rtc_base/audio_format_to_string_gn", "/third_party/libwebrtc/rtc_base/bit_buffer_gn", "/third_party/libwebrtc/rtc_base/bitrate_tracker_gn", |