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

Unified Diff: services/video_capture/BUILD.gn

Issue 2386183002: Replace manual conversions with Mojo type mappings
Patch Set: 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 | « mojo/public/tools/bindings/chromium_bindings_configuration.gni ('k') | services/video_capture/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/BUILD.gn
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
index 7f11498b8f0e13e224b1c11ce2765b0ced2d08b1..9eb477ec942ef0a8f513aad9e715567bc6e94db6 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -43,8 +43,6 @@ source_set("lib") {
"device_mock_to_media_adapter.h",
"mock_device_factory.cc",
"mock_device_factory.h",
- "mojo_media_conversions.cc",
- "mojo_media_conversions.h",
"mojo_shared_memory_buffer_handle.cc",
"mojo_shared_memory_buffer_handle.h",
"mojo_shared_memory_buffer_tracker.cc",
@@ -95,6 +93,7 @@ test("video_capture_unittests") {
":video_capture",
"//base",
"//base/test:test_support",
+ "//media/capture:capture",
"//media/mojo/common:common",
"//services/shell/public/cpp",
"//services/shell/public/cpp:service_test_support",
« no previous file with comments | « mojo/public/tools/bindings/chromium_bindings_configuration.gni ('k') | services/video_capture/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698