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

Unified Diff: Source/core/core.gypi

Issue 16387015: Make unprefixed EME APIs use platform and Chromium. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 2e0a531413121089540f3072a8df361a8d8beb59..5c234d5a52174c0b64497350d674f59f28712c27 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2683,6 +2683,12 @@
'platform/graphics/ANGLEWebKitBridge.cpp',
'platform/graphics/ANGLEWebKitBridge.h',
'platform/graphics/BitmapImage.cpp',
+ 'platform/graphics/CDM.h',
+ 'platform/graphics/CDMChromium.cpp',
+ 'platform/graphics/CDMChromium.h',
+ 'platform/graphics/CDMSession.h',
+ 'platform/graphics/CDMSessionChromium.cpp',
+ 'platform/graphics/CDMSessionChromium.h',
'platform/graphics/Color.cpp',
'platform/graphics/CrossfadeGeneratedImage.cpp',
'platform/graphics/CrossfadeGeneratedImage.h',
@@ -3602,8 +3608,6 @@
'testing/InternalSettings.cpp',
'testing/InternalSettings.h',
'testing/MallocStatistics.h',
- 'testing/MockCDM.cpp',
- 'testing/MockCDM.h',
'testing/MockPagePopupDriver.cpp',
'testing/MockPagePopupDriver.h',
'testing/TypeConversions.h',

Powered by Google App Engine
This is Rietveld 408576698