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

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

Issue 14325012: Remove the dynamic initialization of WebKitSystemInterface. Just call into the library directly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: '' Created 7 years, 8 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 | « Source/WebKit/chromium/src/WebKit.cpp ('k') | Source/core/core.gyp/core.gyp » ('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/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 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3035 'platform/mac/PurgeableBufferMac.cpp', 3035 'platform/mac/PurgeableBufferMac.cpp',
3036 'platform/mac/ScrollAnimatorMac.h', 3036 'platform/mac/ScrollAnimatorMac.h',
3037 'platform/mac/ScrollAnimatorMac.mm', 3037 'platform/mac/ScrollAnimatorMac.mm',
3038 'platform/mac/ScrollElasticityController.h', 3038 'platform/mac/ScrollElasticityController.h',
3039 'platform/mac/ScrollElasticityController.mm', 3039 'platform/mac/ScrollElasticityController.mm',
3040 'platform/mac/ScrollbarThemeMac.h', 3040 'platform/mac/ScrollbarThemeMac.h',
3041 'platform/mac/ScrollbarThemeMac.mm', 3041 'platform/mac/ScrollbarThemeMac.mm',
3042 'platform/mac/SharedBufferMac.mm', 3042 'platform/mac/SharedBufferMac.mm',
3043 'platform/mac/ThemeMac.h', 3043 'platform/mac/ThemeMac.h',
3044 'platform/mac/ThemeMac.mm', 3044 'platform/mac/ThemeMac.mm',
3045 'platform/mac/WebCoreSystemInterface.mm', 3045 'platform/mac/WebCoreSystemInterface.h',
3046 'platform/mac/WebFontCache.mm', 3046 'platform/mac/WebFontCache.mm',
3047 'platform/mac/WebSystemInterface.h',
3048 'platform/mac/WebSystemInterface.mm',
3049 'platform/mediastream/MediaConstraints.h', 3047 'platform/mediastream/MediaConstraints.h',
3050 'platform/mediastream/MediaStreamCenter.cpp', 3048 'platform/mediastream/MediaStreamCenter.cpp',
3051 'platform/mediastream/MediaStreamCenter.h', 3049 'platform/mediastream/MediaStreamCenter.h',
3052 'platform/mediastream/MediaStreamComponent.h', 3050 'platform/mediastream/MediaStreamComponent.h',
3053 'platform/mediastream/MediaStreamDescriptor.h', 3051 'platform/mediastream/MediaStreamDescriptor.h',
3054 'platform/mediastream/MediaStreamSource.cpp', 3052 'platform/mediastream/MediaStreamSource.cpp',
3055 'platform/mediastream/MediaStreamSource.h', 3053 'platform/mediastream/MediaStreamSource.h',
3056 'platform/mediastream/RTCConfiguration.h', 3054 'platform/mediastream/RTCConfiguration.h',
3057 'platform/mediastream/RTCDTMFSenderHandler.h', 3055 'platform/mediastream/RTCDTMFSenderHandler.h',
3058 'platform/mediastream/RTCDTMFSenderHandlerClient.h', 3056 'platform/mediastream/RTCDTMFSenderHandlerClient.h',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3717 'bison_exe': 'bison', 3715 'bison_exe': 'bison',
3718 # We specify a preprocess so it happens locally and won't get 3716 # We specify a preprocess so it happens locally and won't get
3719 # distributed to goma. 3717 # distributed to goma.
3720 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3718 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3721 # use /usr/bin/clang once we require Xcode 4.x. 3719 # use /usr/bin/clang once we require Xcode 4.x.
3722 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3720 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3723 }], 3721 }],
3724 ], 3722 ],
3725 } 3723 }
3726 } 3724 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WebKit.cpp ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698