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

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: merge upstream changes 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 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 'platform/chromium/SuddenTerminationChromium.cpp', 2667 'platform/chromium/SuddenTerminationChromium.cpp',
2668 'platform/chromium/TraceEvent.h', 2668 'platform/chromium/TraceEvent.h',
2669 'platform/cocoa/KeyEventCocoa.h', 2669 'platform/cocoa/KeyEventCocoa.h',
2670 'platform/cocoa/KeyEventCocoa.mm', 2670 'platform/cocoa/KeyEventCocoa.mm',
2671 'platform/graphics/ANGLEWebKitBridge.cpp', 2671 'platform/graphics/ANGLEWebKitBridge.cpp',
2672 'platform/graphics/ANGLEWebKitBridge.h', 2672 'platform/graphics/ANGLEWebKitBridge.h',
2673 'platform/graphics/BitmapImage.cpp', 2673 'platform/graphics/BitmapImage.cpp',
2674 'platform/graphics/Color.cpp', 2674 'platform/graphics/Color.cpp',
2675 'platform/graphics/CrossfadeGeneratedImage.cpp', 2675 'platform/graphics/CrossfadeGeneratedImage.cpp',
2676 'platform/graphics/CrossfadeGeneratedImage.h', 2676 'platform/graphics/CrossfadeGeneratedImage.h',
2677 'platform/graphics/DrawLooper.cpp',
2678 'platform/graphics/DrawLooper.h',
2677 'platform/graphics/Extensions3D.cpp', 2679 'platform/graphics/Extensions3D.cpp',
2678 'platform/graphics/Extensions3D.h', 2680 'platform/graphics/Extensions3D.h',
2679 'platform/graphics/Font.cpp', 2681 'platform/graphics/Font.cpp',
2680 'platform/graphics/FontCache.cpp', 2682 'platform/graphics/FontCache.cpp',
2681 'platform/graphics/FontData.cpp', 2683 'platform/graphics/FontData.cpp',
2682 'platform/graphics/FontDescription.cpp', 2684 'platform/graphics/FontDescription.cpp',
2683 'platform/graphics/FontFallbackList.cpp', 2685 'platform/graphics/FontFallbackList.cpp',
2684 'platform/graphics/FontFamily.cpp', 2686 'platform/graphics/FontFamily.cpp',
2685 'platform/graphics/FontFeatureSettings.cpp', 2687 'platform/graphics/FontFeatureSettings.cpp',
2686 'platform/graphics/FontFastPath.cpp', 2688 'platform/graphics/FontFastPath.cpp',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
3692 'bison_exe': 'bison', 3694 'bison_exe': 'bison',
3693 # We specify a preprocess so it happens locally and won't get 3695 # We specify a preprocess so it happens locally and won't get
3694 # distributed to goma. 3696 # distributed to goma.
3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3697 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3696 # use /usr/bin/clang once we require Xcode 4.x. 3698 # use /usr/bin/clang once we require Xcode 4.x.
3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3699 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3698 }], 3700 }],
3699 ], 3701 ],
3700 } 3702 }
3701 } 3703 }
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