Skip to content

Commit

Permalink
Bug 1790097 - Vendor libwebrtc from c374d11fac - moz.build file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mfromanmoz committed Nov 10, 2022
1 parent bfa25d5 commit 2b149d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CLOBBER
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# don't change CLOBBER for WebIDL changes any more.


Modified build files in third_party/libwebrtc - Bug 1790097 - Vendor libwebrtc from 7c8c4db8ea
Modified build files in third_party/libwebrtc - Bug 1790097 - Vendor libwebrtc from c374d11fac
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LOCAL_INCLUDES += [
]

UNIFIED_SOURCES += [
"/third_party/libwebrtc/rtc_base/task_utils/pending_task_safety_flag.cc"
"/third_party/libwebrtc/api/task_queue/pending_task_safety_flag.cc"
]

if not CONFIG["MOZ_DEBUG"]:
Expand Down
4 changes: 2 additions & 2 deletions third_party/libwebrtc/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ DIRS += [
"/third_party/libwebrtc/api/scoped_refptr_gn",
"/third_party/libwebrtc/api/sequence_checker_gn",
"/third_party/libwebrtc/api/simulated_network_api_gn",
"/third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn",
"/third_party/libwebrtc/api/task_queue/task_queue_gn",
"/third_party/libwebrtc/api/task_queue/to_queued_task_gn",
"/third_party/libwebrtc/api/transport/bitrate_settings_gn",
"/third_party/libwebrtc/api/transport/datagram_transport_interface_gn",
"/third_party/libwebrtc/api/transport/field_trial_based_config_gn",
Expand Down Expand Up @@ -397,9 +399,7 @@ DIRS += [
"/third_party/libwebrtc/rtc_base/system/rtc_export_gn",
"/third_party/libwebrtc/rtc_base/system/unused_gn",
"/third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn",
"/third_party/libwebrtc/rtc_base/task_utils/pending_task_safety_flag_gn",
"/third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn",
"/third_party/libwebrtc/rtc_base/task_utils/to_queued_task_gn",
"/third_party/libwebrtc/rtc_base/third_party/base64/base64_gn",
"/third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn",
"/third_party/libwebrtc/rtc_base/threading_gn",
Expand Down

0 comments on commit 2b149d6

Please sign in to comment.