Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: content/common/BUILD.gn

Issue 1491463002: build CrOS chrome with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tested for arm board Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index faf6e0dc37b7aa60409faf593471932c161a7f37..8c4e9c8fa7a1a473ff108ae19e8be7e6b273f054 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -399,6 +399,7 @@ source_set("common") {
}
if (use_v4l2_codec) {
defines += [ "USE_V4L2_CODEC" ]
+ deps += [ "//third_party/libyuv" ]
sources += [
"gpu/media/generic_v4l2_device.cc",
"gpu/media/generic_v4l2_device.h",

Powered by Google App Engine
This is Rietveld 408576698