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

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

Issue 15137009: Refactor shadow rendering logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 years, 7 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/html/canvas/CanvasRenderingContext2D.cpp » ('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 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
10 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
(...skipping 2639 matching lines...) Expand 10 before | Expand all | Expand 10 after
2650 'platform/chromium/TraceEvent.h', 2650 'platform/chromium/TraceEvent.h',
2651 'platform/chromium/VisitedLinksChromium.cpp', 2651 'platform/chromium/VisitedLinksChromium.cpp',
2652 'platform/cocoa/KeyEventCocoa.h', 2652 'platform/cocoa/KeyEventCocoa.h',
2653 'platform/cocoa/KeyEventCocoa.mm', 2653 'platform/cocoa/KeyEventCocoa.mm',
2654 'platform/graphics/ANGLEWebKitBridge.cpp', 2654 'platform/graphics/ANGLEWebKitBridge.cpp',
2655 'platform/graphics/ANGLEWebKitBridge.h', 2655 'platform/graphics/ANGLEWebKitBridge.h',
2656 'platform/graphics/BitmapImage.cpp', 2656 'platform/graphics/BitmapImage.cpp',
2657 'platform/graphics/Color.cpp', 2657 'platform/graphics/Color.cpp',
2658 'platform/graphics/CrossfadeGeneratedImage.cpp', 2658 'platform/graphics/CrossfadeGeneratedImage.cpp',
2659 'platform/graphics/CrossfadeGeneratedImage.h', 2659 'platform/graphics/CrossfadeGeneratedImage.h',
2660 'platform/graphics/DrawLooper.cpp',
2661 'platform/graphics/DrawLooper.h',
2660 'platform/graphics/Extensions3D.cpp', 2662 'platform/graphics/Extensions3D.cpp',
2661 'platform/graphics/Extensions3D.h', 2663 'platform/graphics/Extensions3D.h',
2662 'platform/graphics/Font.cpp', 2664 'platform/graphics/Font.cpp',
2663 'platform/graphics/FontCache.cpp', 2665 'platform/graphics/FontCache.cpp',
2664 'platform/graphics/FontData.cpp', 2666 'platform/graphics/FontData.cpp',
2665 'platform/graphics/FontDescription.cpp', 2667 'platform/graphics/FontDescription.cpp',
2666 'platform/graphics/FontFallbackList.cpp', 2668 'platform/graphics/FontFallbackList.cpp',
2667 'platform/graphics/FontFamily.cpp', 2669 'platform/graphics/FontFamily.cpp',
2668 'platform/graphics/FontFeatureSettings.cpp', 2670 'platform/graphics/FontFeatureSettings.cpp',
2669 'platform/graphics/FontFastPath.cpp', 2671 'platform/graphics/FontFastPath.cpp',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
3675 'bison_exe': 'bison', 3677 'bison_exe': 'bison',
3676 # We specify a preprocess so it happens locally and won't get 3678 # We specify a preprocess so it happens locally and won't get
3677 # distributed to goma. 3679 # distributed to goma.
3678 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3679 # use /usr/bin/clang once we require Xcode 4.x. 3681 # use /usr/bin/clang once we require Xcode 4.x.
3680 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3681 }], 3683 }],
3682 ], 3684 ],
3683 } 3685 }
3684 } 3686 }
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698