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

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

Issue 14934002: Fix windows bots after r149659 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 'platform/mac/NSScrollerImpDetails.mm', 2994 'platform/mac/NSScrollerImpDetails.mm',
2995 'platform/mac/PurgeableBufferMac.cpp', 2995 'platform/mac/PurgeableBufferMac.cpp',
2996 'platform/mac/ScrollAnimatorMac.h', 2996 'platform/mac/ScrollAnimatorMac.h',
2997 'platform/mac/ScrollAnimatorMac.mm', 2997 'platform/mac/ScrollAnimatorMac.mm',
2998 'platform/mac/ScrollElasticityController.h', 2998 'platform/mac/ScrollElasticityController.h',
2999 'platform/mac/ScrollElasticityController.mm', 2999 'platform/mac/ScrollElasticityController.mm',
3000 'platform/mac/ScrollbarThemeMac.h', 3000 'platform/mac/ScrollbarThemeMac.h',
3001 'platform/mac/ScrollbarThemeMac.mm', 3001 'platform/mac/ScrollbarThemeMac.mm',
3002 'platform/mac/ThemeMac.h', 3002 'platform/mac/ThemeMac.h',
3003 'platform/mac/ThemeMac.mm', 3003 'platform/mac/ThemeMac.mm',
3004 'platform/mac/WebCoreSystemInterface.h',
3005 'platform/mac/WebFontCache.mm', 3004 'platform/mac/WebFontCache.mm',
3006 'platform/mediastream/MediaConstraints.h', 3005 'platform/mediastream/MediaConstraints.h',
3007 'platform/mediastream/MediaStreamCenter.cpp', 3006 'platform/mediastream/MediaStreamCenter.cpp',
3008 'platform/mediastream/MediaStreamCenter.h', 3007 'platform/mediastream/MediaStreamCenter.h',
3009 'platform/mediastream/MediaStreamComponent.h', 3008 'platform/mediastream/MediaStreamComponent.h',
3010 'platform/mediastream/MediaStreamDescriptor.h', 3009 'platform/mediastream/MediaStreamDescriptor.h',
3011 'platform/mediastream/MediaStreamSource.cpp', 3010 'platform/mediastream/MediaStreamSource.cpp',
3012 'platform/mediastream/MediaStreamSource.h', 3011 'platform/mediastream/MediaStreamSource.h',
3013 'platform/mediastream/RTCConfiguration.h', 3012 'platform/mediastream/RTCConfiguration.h',
3014 'platform/mediastream/RTCDTMFSenderHandler.h', 3013 'platform/mediastream/RTCDTMFSenderHandler.h',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
3684 'bison_exe': 'bison', 3683 'bison_exe': 'bison',
3685 # We specify a preprocess so it happens locally and won't get 3684 # We specify a preprocess so it happens locally and won't get
3686 # distributed to goma. 3685 # distributed to goma.
3687 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3686 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3688 # use /usr/bin/clang once we require Xcode 4.x. 3687 # use /usr/bin/clang once we require Xcode 4.x.
3689 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3688 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3690 }], 3689 }],
3691 ], 3690 ],
3692 } 3691 }
3693 } 3692 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698