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

Unified Diff: media/capture/BUILD.gn

Issue 2539543002: RELAND: ImageCapture: move image_capture.mojom from media/mojo/interfaces/ to media/capture/mojo/ (Closed)
Patch Set: https://codereview.chromium.org/2526953002 Created 4 years, 1 month 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 | « content/test/BUILD.gn ('k') | media/capture/content/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index e2eaa98e721e7a0e5ed43a345c24ec9deffce720..5b1f8605f48e9f8b1275909eb453665d10f1275d 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -95,7 +95,7 @@ component("capture") {
"//base",
"//base:i18n",
"//media",
- "//media/mojo/interfaces:image_capture",
+ "//media/capture/mojo:image_capture",
"//skia",
"//third_party/libyuv",
"//ui/display",
@@ -176,7 +176,7 @@ test("capture_unittests") {
"//base/test:run_all_unittests",
"//base/test:test_support",
"//media/base:test_support",
- "//media/mojo/interfaces:image_capture",
+ "//media/capture/mojo:image_capture",
"//testing/gmock",
"//testing/gtest",
"//ui/gfx:test_support",
« no previous file with comments | « content/test/BUILD.gn ('k') | media/capture/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698