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

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

Issue 27123003: Move PathTraversalState.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/platform/graphics/PathTraversalState.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 2722 matching lines...) Expand 10 before | Expand all | Expand 10 after
2733 'platform/graphics/Image.cpp', 2733 'platform/graphics/Image.cpp',
2734 'platform/graphics/ImageBuffer.cpp', 2734 'platform/graphics/ImageBuffer.cpp',
2735 'platform/graphics/ImageOrientation.cpp', 2735 'platform/graphics/ImageOrientation.cpp',
2736 'platform/graphics/ImageSource.cpp', 2736 'platform/graphics/ImageSource.cpp',
2737 'platform/graphics/InbandTextTrackPrivate.h', 2737 'platform/graphics/InbandTextTrackPrivate.h',
2738 'platform/graphics/InbandTextTrackPrivateClient.h', 2738 'platform/graphics/InbandTextTrackPrivateClient.h',
2739 'platform/graphics/Latin1TextIterator.h', 2739 'platform/graphics/Latin1TextIterator.h',
2740 'platform/graphics/MediaPlayer.cpp', 2740 'platform/graphics/MediaPlayer.cpp',
2741 'platform/graphics/MediaPlayer.h', 2741 'platform/graphics/MediaPlayer.h',
2742 'platform/graphics/Path.cpp', 2742 'platform/graphics/Path.cpp',
2743 'platform/graphics/PathTraversalState.cpp',
2744 'platform/graphics/PathTraversalState.h',
2745 'platform/graphics/Pattern.cpp', 2743 'platform/graphics/Pattern.cpp',
2746 'platform/graphics/SegmentedFontData.cpp', 2744 'platform/graphics/SegmentedFontData.cpp',
2747 'platform/graphics/SegmentedFontData.h', 2745 'platform/graphics/SegmentedFontData.h',
2748 'platform/graphics/ShadowBlur.cpp', 2746 'platform/graphics/ShadowBlur.cpp',
2749 'platform/graphics/ShadowBlur.h', 2747 'platform/graphics/ShadowBlur.h',
2750 'platform/graphics/SimpleFontData.cpp', 2748 'platform/graphics/SimpleFontData.cpp',
2751 'platform/graphics/SVGGlyph.cpp', 2749 'platform/graphics/SVGGlyph.cpp',
2752 'platform/graphics/StringTruncator.cpp', 2750 'platform/graphics/StringTruncator.cpp',
2753 'platform/graphics/StrokeData.cpp', 2751 'platform/graphics/StrokeData.cpp',
2754 'platform/graphics/WidthIterator.cpp', 2752 'platform/graphics/WidthIterator.cpp',
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
3664 'bison_exe': 'bison', 3662 'bison_exe': 'bison',
3665 # We specify a preprocess so it happens locally and won't get 3663 # We specify a preprocess so it happens locally and won't get
3666 # distributed to goma. 3664 # distributed to goma.
3667 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3665 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3668 # use /usr/bin/clang once we require Xcode 4.x. 3666 # use /usr/bin/clang once we require Xcode 4.x.
3669 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3667 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3670 }], 3668 }],
3671 ], 3669 ],
3672 } 3670 }
3673 } 3671 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/PathTraversalState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698