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

Unified Diff: media/capture/BUILD.gn

Issue 2703393007: Show meaningful name for cameras (Closed)
Patch Set: rebase Created 3 years, 10 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
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 31fd7ef935e2fdd709c0b2dbbe61d442b9d12812..949437b5d44f4717014e3d7b7839e1e8f7f2df3f 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -120,12 +120,14 @@ component("capture_lib") {
deps = [
"//base",
"//base:i18n",
+ "//extensions/strings",
"//media",
"//media/capture/mojo:capture_types",
"//media/capture/mojo:image_capture",
"//media/mojo/interfaces:interfaces",
"//services/service_manager/public/cpp",
"//third_party/libyuv",
+ "//ui/base",
"//ui/display",
"//ui/gfx",
]

Powered by Google App Engine
This is Rietveld 408576698