Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2685863004: Media Capabilities: stub implementation of mediaCapabilities.query(). (Closed)
Patch Set: review comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 4daf8a89bc93b0569dd6a32336ed52e3645af485..5d4a672fefdac0377eac39e57926cf98d5f7af83 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -121,6 +121,7 @@ target(modules_target_type, "modules") {
"//third_party/WebKit/Source/modules/indexeddb",
"//third_party/WebKit/Source/modules/installation",
"//third_party/WebKit/Source/modules/installedapp",
+ "//third_party/WebKit/Source/modules/mediacapabilities",
"//third_party/WebKit/Source/modules/mediacapturefromelement",
"//third_party/WebKit/Source/modules/mediarecorder",
"//third_party/WebKit/Source/modules/mediasession",

Powered by Google App Engine