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

Side by Side Diff: Source/core/core.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 | « no previous file | Source/core/platform/graphics/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 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2696 matching lines...) Expand 10 before | Expand all | Expand 10 after
2707 'platform/chromium/ChromiumDataObjectItem.h', 2707 'platform/chromium/ChromiumDataObjectItem.h',
2708 'platform/chromium/FramelessScrollView.cpp', 2708 'platform/chromium/FramelessScrollView.cpp',
2709 'platform/chromium/FramelessScrollView.h', 2709 'platform/chromium/FramelessScrollView.h',
2710 'platform/chromium/FramelessScrollViewClient.h', 2710 'platform/chromium/FramelessScrollViewClient.h',
2711 'platform/chromium/KeyCodeConversion.h', 2711 'platform/chromium/KeyCodeConversion.h',
2712 'platform/chromium/KeyCodeConversionAndroid.cpp', 2712 'platform/chromium/KeyCodeConversionAndroid.cpp',
2713 'platform/chromium/KeyCodeConversionGtk.cpp', 2713 'platform/chromium/KeyCodeConversionGtk.cpp',
2714 'platform/chromium/KeyboardCodes.h', 2714 'platform/chromium/KeyboardCodes.h',
2715 'platform/chromium/MIMETypeRegistryChromium.cpp', 2715 'platform/chromium/MIMETypeRegistryChromium.cpp',
2716 'platform/graphics/BitmapImage.cpp', 2716 'platform/graphics/BitmapImage.cpp',
2717 'platform/graphics/ContentDecryptionModule.cpp',
2718 'platform/graphics/ContentDecryptionModule.h',
2719 'platform/graphics/ContentDecryptionModuleSession.cpp',
2720 'platform/graphics/ContentDecryptionModuleSession.h',
2721 'platform/graphics/CrossfadeGeneratedImage.cpp', 2717 'platform/graphics/CrossfadeGeneratedImage.cpp',
2722 'platform/graphics/CrossfadeGeneratedImage.h', 2718 'platform/graphics/CrossfadeGeneratedImage.h',
2723 'platform/graphics/GradientGeneratedImage.cpp', 2719 'platform/graphics/GradientGeneratedImage.cpp',
2724 'platform/graphics/GradientGeneratedImage.h', 2720 'platform/graphics/GradientGeneratedImage.h',
2725 'platform/graphics/Extensions3D.cpp', 2721 'platform/graphics/Extensions3D.cpp',
2726 'platform/graphics/Extensions3D.h', 2722 'platform/graphics/Extensions3D.h',
2727 'platform/graphics/Font.cpp', 2723 'platform/graphics/Font.cpp',
2728 'platform/graphics/FontCache.cpp', 2724 'platform/graphics/FontCache.cpp',
2729 'platform/graphics/FontFallbackList.cpp', 2725 'platform/graphics/FontFallbackList.cpp',
2730 'platform/graphics/FontFastPath.cpp', 2726 'platform/graphics/FontFastPath.cpp',
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
3555 'platform/graphics/gpu/DrawingBufferTest.cpp', 3551 'platform/graphics/gpu/DrawingBufferTest.cpp',
3556 'platform/image-decoders/ImageDecoderTest.cpp', 3552 'platform/image-decoders/ImageDecoderTest.cpp',
3557 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3553 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3558 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3554 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3559 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3555 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3560 'platform/testing/FakeWebGraphicsContext3D.h', 3556 'platform/testing/FakeWebGraphicsContext3D.h',
3561 'rendering/RenderOverflowTest.cpp', 3557 'rendering/RenderOverflowTest.cpp',
3562 ], 3558 ],
3563 } 3559 }
3564 } 3560 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/ContentDecryptionModule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698