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

Unified Diff: services/video_capture/public/cpp/BUILD.gn

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase to May 19th Created 3 years, 7 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: services/video_capture/public/cpp/BUILD.gn
diff --git a/services/video_capture/public/cpp/BUILD.gn b/services/video_capture/public/cpp/BUILD.gn
index 4362d256f6de554830c7769b6da2aac1391869e6..59094d4721fe53879fc0e615ca3952ad4c03c99e 100644
--- a/services/video_capture/public/cpp/BUILD.gn
+++ b/services/video_capture/public/cpp/BUILD.gn
@@ -4,6 +4,8 @@
source_set("cpp") {
sources = [
+ "constants.cc",
+ "constants.h",
"device_to_feedback_observer_adapter.cc",
"device_to_feedback_observer_adapter.h",
"receiver_media_to_mojo_adapter.cc",
« no previous file with comments | « services/video_capture/device_factory_media_to_mojo_adapter.cc ('k') | services/video_capture/public/cpp/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698