Commit cbac8086 authored by mbjorge's avatar mbjorge Committed by Commit bot

Move //third_party/webrtc deps under enable_webrtc

BUG=None

Review URL: https://codereview.chromium.org/1899303004

Cr-Commit-Position: refs/heads/master@{#388650}
parent 47c23b6a
...@@ -99,9 +99,6 @@ source_set("browser") { ...@@ -99,9 +99,6 @@ source_set("browser") {
"//third_party/leveldatabase", "//third_party/leveldatabase",
"//third_party/libyuv", "//third_party/libyuv",
"//third_party/re2", "//third_party/re2",
"//third_party/webrtc",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/modules/desktop_capture:primitives",
"//third_party/zlib", "//third_party/zlib",
"//third_party/zlib:zip", "//third_party/zlib:zip",
"//ui/accessibility", "//ui/accessibility",
...@@ -191,6 +188,9 @@ source_set("browser") { ...@@ -191,6 +188,9 @@ source_set("browser") {
deps += [ deps += [
"//jingle:jingle_glue", "//jingle:jingle_glue",
"//third_party/libjingle:libjingle_webrtc", "//third_party/libjingle:libjingle_webrtc",
"//third_party/webrtc",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/modules/desktop_capture:primitives",
] ]
if (is_linux || is_mac || is_win) { if (is_linux || is_mac || is_win) {
sources += [ sources += [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment