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

Unified Diff: media/media.gyp

Issue 660673002: Introduce CdmFactory interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_result_promise
Patch Set: Created 6 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
« media/base/cdm_factory.h ('K') | « media/base/cdm_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 9b2b50fc4c1ff7c4b1fc9fadd23c3089cdc368ed..afc27589b3f60ef7b97d97358f175690c2cf4577 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -255,6 +255,8 @@
'base/byte_queue.h',
'base/cdm_callback_promise.cc',
'base/cdm_callback_promise.h',
+ 'base/cdm_factory.cc',
+ 'base/cdm_factory.h',
'base/cdm_promise.cc',
'base/cdm_promise.h',
'base/channel_mixer.cc',
« media/base/cdm_factory.h ('K') | « media/base/cdm_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698