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

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: rebase 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
« no previous file with comments | « build/toolchain/cros/BUILD.gn ('k') | mojo/runner/host/linux_sandbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index dc85add3e5a4ad91d3d0b76e4076b87b64214f06..b90100f869dcd4c7010c062fd4072dbf7d588924 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -400,6 +400,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",
« no previous file with comments | « build/toolchain/cros/BUILD.gn ('k') | mojo/runner/host/linux_sandbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698