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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 26975004: Move ContentDecryptionModule* to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add WTF_MAKE_NONCOPYABLE because reasons Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/platform/PlatformExport.h ('k') | Source/platform/drm/ContentDecryptionModule.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'Clock.cpp', 7 'Clock.cpp',
8 'Clock.h', 8 'Clock.h',
9 'ColorChooser.cpp', 9 'ColorChooser.cpp',
10 'ColorChooser.h', 10 'ColorChooser.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'blob/BlobRegistry.cpp', 201 'blob/BlobRegistry.cpp',
202 'blob/BlobRegistry.h', 202 'blob/BlobRegistry.h',
203 'blob/BlobURL.cpp', 203 'blob/BlobURL.cpp',
204 'blob/BlobURL.h', 204 'blob/BlobURL.h',
205 'clipboard/ClipboardMimeTypes.cpp', 205 'clipboard/ClipboardMimeTypes.cpp',
206 'clipboard/ClipboardMimeTypes.h', 206 'clipboard/ClipboardMimeTypes.h',
207 'clipboard/ClipboardUtilities.cpp', 207 'clipboard/ClipboardUtilities.cpp',
208 'clipboard/ClipboardUtilities.h', 208 'clipboard/ClipboardUtilities.h',
209 'clipboard/ClipboardUtilitiesPosix.cpp', 209 'clipboard/ClipboardUtilitiesPosix.cpp',
210 'clipboard/ClipboardUtilitiesWin.cpp', 210 'clipboard/ClipboardUtilitiesWin.cpp',
211 'drm/ContentDecryptionModule.cpp',
212 'drm/ContentDecryptionModule.h',
213 'drm/ContentDecryptionModuleSession.cpp',
214 'drm/ContentDecryptionModuleSession.h',
211 'exported/Platform.cpp', 215 'exported/Platform.cpp',
212 'exported/WebActiveGestureAnimation.cpp', 216 'exported/WebActiveGestureAnimation.cpp',
213 'exported/WebActiveGestureAnimation.h', 217 'exported/WebActiveGestureAnimation.h',
214 'exported/WebAudioBus.cpp', 218 'exported/WebAudioBus.cpp',
215 'exported/WebAudioDevice.cpp', 219 'exported/WebAudioDevice.cpp',
216 'exported/WebBlobData.cpp', 220 'exported/WebBlobData.cpp',
221 'exported/WebContentDecryptionModule.cpp',
222 'exported/WebContentDecryptionModuleSession.cpp',
217 'exported/WebCryptoAlgorithm.cpp', 223 'exported/WebCryptoAlgorithm.cpp',
218 'exported/WebCryptoKey.cpp', 224 'exported/WebCryptoKey.cpp',
219 'exported/WebData.cpp', 225 'exported/WebData.cpp',
220 'exported/WebDeviceMotionData.cpp', 226 'exported/WebDeviceMotionData.cpp',
221 'exported/WebDeviceOrientationData.cpp', 227 'exported/WebDeviceOrientationData.cpp',
222 'exported/WebFileSystemCallbacks.cpp', 228 'exported/WebFileSystemCallbacks.cpp',
223 'exported/WebFilterKeyframe.cpp', 229 'exported/WebFilterKeyframe.cpp',
224 'exported/WebFloatQuad.cpp', 230 'exported/WebFloatQuad.cpp',
225 'exported/WebHTTPBody.cpp', 231 'exported/WebHTTPBody.cpp',
226 'exported/WebHTTPLoadInfo.cpp', 232 'exported/WebHTTPLoadInfo.cpp',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'geometry/RoundedRectTest.cpp', 440 'geometry/RoundedRectTest.cpp',
435 'graphics/ThreadSafeDataTransportTest.cpp', 441 'graphics/ThreadSafeDataTransportTest.cpp',
436 'testing/ArenaTestHelpers.h', 442 'testing/ArenaTestHelpers.h',
437 'testing/TreeTestHelpers.cpp', 443 'testing/TreeTestHelpers.cpp',
438 'testing/TreeTestHelpers.h', 444 'testing/TreeTestHelpers.h',
439 'text/BidiResolverTest.cpp', 445 'text/BidiResolverTest.cpp',
440 'text/DateTimeFormatTest.cpp', 446 'text/DateTimeFormatTest.cpp',
441 ], 447 ],
442 }, 448 },
443 } 449 }
OLDNEW
« no previous file with comments | « Source/platform/PlatformExport.h ('k') | Source/platform/drm/ContentDecryptionModule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698