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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Fix dependency issues Created 4 years, 2 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') | content/public/renderer/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 845006ae94cf30e9faada011609aca52caf0f3e9..ff7a096d5aee4272eb7409d0781c578b2b1c5591 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -120,6 +120,7 @@ static_library("renderer") {
"//content/public/common",
"//content/public/renderer",
"//media",
+ "//media/capture:capture",
xhwang 2016/10/27 04:57:08 //media/capture is the same
chfremer 2016/10/27 17:15:44 Done.
"//net",
"//ppapi/features",
"//skia",
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | content/public/renderer/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698