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

Unified Diff: content/browser/BUILD.gn

Issue 2031073002: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android missed dep Created 4 years, 6 months 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 | « no previous file | content/common/BUILD.gn » ('j') | media/base/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 686515bbdd837eb82aef5381ae36f9a3a3bd680f..2df0b42714f476db2edfa2896d5fc147449b67ad 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -64,6 +64,7 @@ source_set("browser") {
"//gpu/command_buffer/client:gles2_interface",
"//ipc/mojo",
"//media",
+ "//media/capture",
"//media/gpu/ipc/client",
"//media/midi",
"//media/mojo/interfaces:image_capture",
@@ -360,6 +361,7 @@ source_set("browser") {
deps += [
"//content/public/android:jni",
"//media",
+ "//media/capture/video/android",
"//media/mojo/interfaces",
"//mojo/android:libsystem_java",
"//ui/android",
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | media/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698