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

Unified Diff: content/browser/BUILD.gn

Issue 2068763002: Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable warning 4267 in Win capture.gyp (probs. lost in the previous relanding). Rebase 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/capture/video/win/filter_base_win.cc » ('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 f5c39064215822556d7618b595addc4343bc2186..b971f306b6724d7297a5e6999d89f003a2bf6767 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -66,6 +66,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",
@@ -350,6 +351,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/capture/video/win/filter_base_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698