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

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

Issue 18551004: Miscellaneous cleanup to reduce number of includes in platform/graphics/ Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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 '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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 2733 matching lines...) Expand 10 before | Expand all | Expand 10 after
2744 'platform/graphics/GraphicsLayer.cpp', 2744 'platform/graphics/GraphicsLayer.cpp',
2745 'platform/graphics/GraphicsLayerTransform.cpp', 2745 'platform/graphics/GraphicsLayerTransform.cpp',
2746 'platform/graphics/GraphicsLayerTransform.h', 2746 'platform/graphics/GraphicsLayerTransform.h',
2747 'platform/graphics/GraphicsTypes.cpp', 2747 'platform/graphics/GraphicsTypes.cpp',
2748 'platform/graphics/Image.cpp', 2748 'platform/graphics/Image.cpp',
2749 'platform/graphics/ImageBuffer.cpp', 2749 'platform/graphics/ImageBuffer.cpp',
2750 'platform/graphics/ImageOrientation.cpp', 2750 'platform/graphics/ImageOrientation.cpp',
2751 'platform/graphics/ImageSource.cpp', 2751 'platform/graphics/ImageSource.cpp',
2752 'platform/graphics/InbandTextTrackPrivate.h', 2752 'platform/graphics/InbandTextTrackPrivate.h',
2753 'platform/graphics/InbandTextTrackPrivateClient.h', 2753 'platform/graphics/InbandTextTrackPrivateClient.h',
2754 'platform/graphics/IntPoint.cpp',
2754 'platform/graphics/Latin1TextIterator.h', 2755 'platform/graphics/Latin1TextIterator.h',
2755 'platform/graphics/MediaPlayer.cpp', 2756 'platform/graphics/MediaPlayer.cpp',
2756 'platform/graphics/MediaPlayer.h', 2757 'platform/graphics/MediaPlayer.h',
2757 'platform/graphics/Path.cpp', 2758 'platform/graphics/Path.cpp',
2758 'platform/graphics/PathTraversalState.cpp', 2759 'platform/graphics/PathTraversalState.cpp',
2759 'platform/graphics/PathTraversalState.h', 2760 'platform/graphics/PathTraversalState.h',
2760 'platform/graphics/Pattern.cpp', 2761 'platform/graphics/Pattern.cpp',
2761 'platform/graphics/RoundedRect.cpp', 2762 'platform/graphics/RoundedRect.cpp',
2762 'platform/graphics/SegmentedFontData.cpp', 2763 'platform/graphics/SegmentedFontData.cpp',
2763 'platform/graphics/SegmentedFontData.h', 2764 'platform/graphics/SegmentedFontData.h',
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
3711 'bison_exe': 'bison', 3712 'bison_exe': 'bison',
3712 # We specify a preprocess so it happens locally and won't get 3713 # We specify a preprocess so it happens locally and won't get
3713 # distributed to goma. 3714 # distributed to goma.
3714 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3715 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3715 # use /usr/bin/clang once we require Xcode 4.x. 3716 # use /usr/bin/clang once we require Xcode 4.x.
3716 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3717 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3717 }], 3718 }],
3718 ], 3719 ],
3719 } 3720 }
3720 } 3721 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/GraphicsContextTest.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698