Skip to content

Commit

Permalink
Enable gn check for //third_party/blink/renderer/modules/webrtc
Browse files Browse the repository at this point in the history
Bug: 1108541
Change-Id: Id56dce83803e6389c8112be9bf7b1b057c78e58f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314132
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791059}
  • Loading branch information
ehlemur authored and Commit Bot committed Jul 22, 2020
1 parent ac3f87b commit e6ffd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ no_check_targets = [
"//third_party/blink/renderer/modules/webgl:*", # 3 errors
"//third_party/blink/renderer/modules/webgpu:*", # 6 errors
"//third_party/blink/renderer/modules/webmidi:*", # 1 error
"//third_party/blink/renderer/modules/webrtc:*", # 1 error
"//third_party/blink/renderer/modules/webtransport:*", # 16 errors
"//third_party/blink/renderer/modules/worklet:*", # 2 errors
"//third_party/blink/renderer/modules/xr:*", # 13 errors
Expand Down
2 changes: 2 additions & 0 deletions third_party/blink/renderer/modules/webrtc/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ blink_modules_sources("webrtc") {
"webrtc_audio_renderer.cc",
"webrtc_audio_renderer.h",
]

deps = [ "//third_party/blink/renderer/modules/mediastream" ]
}

0 comments on commit e6ffd1a

Please sign in to comment.