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

Unified Diff: services/video_capture/public/interfaces/typemaps.gni

Issue 2502483003: [Mojo Video Capture] Cleanup naming of classes/files in services/video_capture (Closed)
Patch Set: Rebase 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
Index: services/video_capture/public/interfaces/typemaps.gni
diff --git a/services/video_capture/public/interfaces/typemaps.gni b/services/video_capture/public/interfaces/typemaps.gni
index 5ac7246e7685e485bfc9dfba7d0c1e3645ee93ba..7a1bfe0653844995d0a47b27ead22fec05290742 100644
--- a/services/video_capture/public/interfaces/typemaps.gni
+++ b/services/video_capture/public/interfaces/typemaps.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
typemaps = [
- "//services/video_capture/public/interfaces/video_capture_device_descriptor.typemap",
- "//services/video_capture/public/interfaces/video_capture_settings.typemap",
+ "//services/video_capture/public/interfaces/device_descriptor.typemap",
+ "//services/video_capture/public/interfaces/capture_settings.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698