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

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

Issue 47513011: Remove unused ShadowBlur (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/platform/graphics/ShadowBlur.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 2747 matching lines...) Expand 10 before | Expand all | Expand 10 after
2758 'platform/graphics/ImageSource.cpp', 2758 'platform/graphics/ImageSource.cpp',
2759 'platform/graphics/InbandTextTrackPrivate.h', 2759 'platform/graphics/InbandTextTrackPrivate.h',
2760 'platform/graphics/InbandTextTrackPrivateClient.h', 2760 'platform/graphics/InbandTextTrackPrivateClient.h',
2761 'platform/graphics/Latin1TextIterator.h', 2761 'platform/graphics/Latin1TextIterator.h',
2762 'platform/graphics/MediaPlayer.cpp', 2762 'platform/graphics/MediaPlayer.cpp',
2763 'platform/graphics/MediaPlayer.h', 2763 'platform/graphics/MediaPlayer.h',
2764 'platform/graphics/Path.cpp', 2764 'platform/graphics/Path.cpp',
2765 'platform/graphics/Pattern.cpp', 2765 'platform/graphics/Pattern.cpp',
2766 'platform/graphics/SegmentedFontData.cpp', 2766 'platform/graphics/SegmentedFontData.cpp',
2767 'platform/graphics/SegmentedFontData.h', 2767 'platform/graphics/SegmentedFontData.h',
2768 'platform/graphics/ShadowBlur.cpp',
2769 'platform/graphics/ShadowBlur.h',
2770 'platform/graphics/SimpleFontData.cpp', 2768 'platform/graphics/SimpleFontData.cpp',
2771 'platform/graphics/SVGGlyph.cpp', 2769 'platform/graphics/SVGGlyph.cpp',
2772 'platform/graphics/StringTruncator.cpp', 2770 'platform/graphics/StringTruncator.cpp',
2773 'platform/graphics/StrokeData.cpp', 2771 'platform/graphics/StrokeData.cpp',
2774 'platform/graphics/WidthIterator.cpp', 2772 'platform/graphics/WidthIterator.cpp',
2775 'platform/graphics/WidthIterator.h', 2773 'platform/graphics/WidthIterator.h',
2776 'platform/graphics/cg/FloatPointCG.cpp', 2774 'platform/graphics/cg/FloatPointCG.cpp',
2777 'platform/graphics/cg/FloatRectCG.cpp', 2775 'platform/graphics/cg/FloatRectCG.cpp',
2778 'platform/graphics/cg/FloatSizeCG.cpp', 2776 'platform/graphics/cg/FloatSizeCG.cpp',
2779 'platform/graphics/cg/IntPointCG.cpp', 2777 'platform/graphics/cg/IntPointCG.cpp',
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
3605 'bison_exe': 'bison', 3603 'bison_exe': 'bison',
3606 # We specify a preprocess so it happens locally and won't get 3604 # We specify a preprocess so it happens locally and won't get
3607 # distributed to goma. 3605 # distributed to goma.
3608 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3606 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3609 # use /usr/bin/clang once we require Xcode 4.x. 3607 # use /usr/bin/clang once we require Xcode 4.x.
3610 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3608 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3611 }], 3609 }],
3612 ], 3610 ],
3613 } 3611 }
3614 } 3612 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/ShadowBlur.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698