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

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

Issue 48113009: Move Font related classes to Source/platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add two more Font related independent files 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
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 2718 matching lines...) Expand 10 before | Expand all | Expand 10 after
2729 'platform/graphics/CrossfadeGeneratedImage.cpp', 2729 'platform/graphics/CrossfadeGeneratedImage.cpp',
2730 'platform/graphics/CrossfadeGeneratedImage.h', 2730 'platform/graphics/CrossfadeGeneratedImage.h',
2731 'platform/graphics/GradientGeneratedImage.cpp', 2731 'platform/graphics/GradientGeneratedImage.cpp',
2732 'platform/graphics/GradientGeneratedImage.h', 2732 'platform/graphics/GradientGeneratedImage.h',
2733 'platform/graphics/DrawLooper.cpp', 2733 'platform/graphics/DrawLooper.cpp',
2734 'platform/graphics/DrawLooper.h', 2734 'platform/graphics/DrawLooper.h',
2735 'platform/graphics/Extensions3D.cpp', 2735 'platform/graphics/Extensions3D.cpp',
2736 'platform/graphics/Extensions3D.h', 2736 'platform/graphics/Extensions3D.h',
2737 'platform/graphics/Font.cpp', 2737 'platform/graphics/Font.cpp',
2738 'platform/graphics/FontCache.cpp', 2738 'platform/graphics/FontCache.cpp',
2739 'platform/graphics/FontCacheKey.h',
2740 'platform/graphics/FontDescription.cpp',
2741 'platform/graphics/FontFallbackList.cpp', 2739 'platform/graphics/FontFallbackList.cpp',
2742 'platform/graphics/FontFastPath.cpp', 2740 'platform/graphics/FontFastPath.cpp',
2743 'platform/graphics/FontPlatformData.cpp', 2741 'platform/graphics/FontPlatformData.cpp',
2744 'platform/graphics/FontPlatformData.h', 2742 'platform/graphics/FontPlatformData.h',
2745 'platform/graphics/FrameData.cpp', 2743 'platform/graphics/FrameData.cpp',
2746 'platform/graphics/FrameData.h', 2744 'platform/graphics/FrameData.h',
2747 'platform/graphics/GeneratedImage.cpp', 2745 'platform/graphics/GeneratedImage.cpp',
2748 'platform/graphics/GeneratedImage.h', 2746 'platform/graphics/GeneratedImage.h',
2749 'platform/graphics/GlyphPageTreeNode.cpp', 2747 'platform/graphics/GlyphPageTreeNode.cpp',
2750 'platform/graphics/Gradient.cpp', 2748 'platform/graphics/Gradient.cpp',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
3608 'bison_exe': 'bison', 3606 'bison_exe': 'bison',
3609 # We specify a preprocess so it happens locally and won't get 3607 # We specify a preprocess so it happens locally and won't get
3610 # distributed to goma. 3608 # distributed to goma.
3611 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3609 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3612 # use /usr/bin/clang once we require Xcode 4.x. 3610 # use /usr/bin/clang once we require Xcode 4.x.
3613 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3611 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3614 }], 3612 }],
3615 ], 3613 ],
3616 } 3614 }
3617 } 3615 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSFontFaceSource.cpp » ('j') | Source/platform/fonts/FontCacheKey.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698