Index: content/renderer/BUILD.gn |
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn |
index 45d6f38ae7be5c0f675ea027e53bc8cc8ca01dd7..0e543649592ed7a9cee742f82cf371211a3645fd 100644 |
--- a/content/renderer/BUILD.gn |
+++ b/content/renderer/BUILD.gn |
@@ -53,6 +53,7 @@ source_set("renderer") { |
"//storage/common", |
"//third_party/icu", |
"//third_party/libjingle", |
+ "//third_party/libyuv", |
"//third_party/mojo/src/mojo/edk/js", |
"//third_party/mojo/src/mojo/public/cpp/bindings", |
"//third_party/mojo/src/mojo/public/js", |
@@ -145,7 +146,6 @@ source_set("renderer") { |
"//content") |
deps += [ |
"//crypto", |
- "//third_party/libyuv", |
"//third_party/webrtc/modules/audio_device", |
"//third_party/webrtc/modules/audio_processing", |
"//third_party/libjingle:libjingle_webrtc", |
@@ -169,7 +169,6 @@ source_set("renderer") { |
"//ppapi/proxy", |
"//ppapi/shared_impl", |
"//third_party/libvpx_new", |
- "//third_party/libyuv", |
] |
} |