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

Unified Diff: media/media.gyp

Issue 265993002: Add Promises for EME (Chromium side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 9eeffde7d8e26772aeb172d2233e68b6685dcce3..7dc97337633f1b26d298ba3e06f9dfc32d24bec4 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -258,6 +258,8 @@
'base/clock.h',
'base/container_names.cc',
'base/container_names.h',
+ 'base/cdm_promise.cc',
+ 'base/cdm_promise.h',
'base/data_buffer.cc',
'base/data_buffer.h',
'base/data_source.cc',
@@ -1513,7 +1515,7 @@
'type': 'executable',
'dependencies': [
'media',
- 'shared_memory_support',
+ 'shared_memory_support',
'../base/base.gyp:base',
'../ui/gl/gl.gyp:gl',
'../ui/gfx/gfx.gyp:gfx',

Powered by Google App Engine
This is Rietveld 408576698