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

Side by Side Diff: Source/core/core.gypi

Issue 13968007: Create WebInbandTextTrack and WebInbandTextTrackClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporate aaron's comments Created 7 years, 8 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'webcore_bindings_idl_files': [ 3 'webcore_bindings_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 2715 matching lines...) Expand 10 before | Expand all | Expand 10 after
2726 'platform/graphics/FontFallbackList.cpp', 2726 'platform/graphics/FontFallbackList.cpp',
2727 'platform/graphics/FontFamily.cpp', 2727 'platform/graphics/FontFamily.cpp',
2728 'platform/graphics/FontFeatureSettings.cpp', 2728 'platform/graphics/FontFeatureSettings.cpp',
2729 'platform/graphics/FontFastPath.cpp', 2729 'platform/graphics/FontFastPath.cpp',
2730 'platform/graphics/FontPlatformData.cpp', 2730 'platform/graphics/FontPlatformData.cpp',
2731 'platform/graphics/FontPlatformData.h', 2731 'platform/graphics/FontPlatformData.h',
2732 'platform/graphics/LayoutBoxExtent.cpp', 2732 'platform/graphics/LayoutBoxExtent.cpp',
2733 'platform/graphics/GeneratorGeneratedImage.cpp', 2733 'platform/graphics/GeneratorGeneratedImage.cpp',
2734 'platform/graphics/GeneratedImage.cpp', 2734 'platform/graphics/GeneratedImage.cpp',
2735 'platform/graphics/GeneratedImage.h', 2735 'platform/graphics/GeneratedImage.h',
2736 'platform/graphics/GenericCueData.h',
2736 'platform/graphics/GlyphPageTreeNode.cpp', 2737 'platform/graphics/GlyphPageTreeNode.cpp',
2737 'platform/graphics/Gradient.cpp', 2738 'platform/graphics/Gradient.cpp',
2738 'platform/graphics/GraphicsContext.cpp', 2739 'platform/graphics/GraphicsContext.cpp',
2739 'platform/graphics/GraphicsContext3D.cpp', 2740 'platform/graphics/GraphicsContext3D.cpp',
2740 'platform/graphics/GraphicsLayer.cpp', 2741 'platform/graphics/GraphicsLayer.cpp',
2741 'platform/graphics/GraphicsLayerAnimation.cpp', 2742 'platform/graphics/GraphicsLayerAnimation.cpp',
2742 'platform/graphics/GraphicsLayerAnimation.h', 2743 'platform/graphics/GraphicsLayerAnimation.h',
2743 'platform/graphics/GraphicsLayerTransform.cpp', 2744 'platform/graphics/GraphicsLayerTransform.cpp',
2744 'platform/graphics/GraphicsLayerTransform.h', 2745 'platform/graphics/GraphicsLayerTransform.h',
2745 'platform/graphics/GraphicsTypes.cpp', 2746 'platform/graphics/GraphicsTypes.cpp',
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
3721 'platform/chromium/support/WebURLError.cpp', 3722 'platform/chromium/support/WebURLError.cpp',
3722 'platform/chromium/support/WebURLRequest.cpp', 3723 'platform/chromium/support/WebURLRequest.cpp',
3723 'platform/chromium/support/WebURLRequestPrivate.h', 3724 'platform/chromium/support/WebURLRequestPrivate.h',
3724 'platform/chromium/support/WebURLResponse.cpp', 3725 'platform/chromium/support/WebURLResponse.cpp',
3725 'platform/chromium/support/WebURLResponsePrivate.h', 3726 'platform/chromium/support/WebURLResponsePrivate.h',
3726 'platform/chromium/support/WrappedResourceRequest.h', 3727 'platform/chromium/support/WrappedResourceRequest.h',
3727 'platform/chromium/support/WrappedResourceResponse.h', 3728 'platform/chromium/support/WrappedResourceResponse.h',
3728 ], 3729 ],
3729 } 3730 }
3730 } 3731 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698