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

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

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
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/CSSFilterRule.idl', 6 'css/CSSFilterRule.idl',
7 'css/CSSFilterValue.idl', 7 'css/CSSFilterValue.idl',
8 'css/CSSFontFaceLoadEvent.idl', 8 'css/CSSFontFaceLoadEvent.idl',
9 'css/CSSFontFaceRule.idl', 9 'css/CSSFontFaceRule.idl',
10 'css/CSSHostRule.idl', 10 'css/CSSHostRule.idl',
(...skipping 2498 matching lines...) Expand 10 before | Expand all | Expand 10 after
2509 'platform/ScrollAnimatorNone.cpp', 2509 'platform/ScrollAnimatorNone.cpp',
2510 'platform/ScrollAnimatorNone.h', 2510 'platform/ScrollAnimatorNone.h',
2511 'platform/ScrollView.cpp', 2511 'platform/ScrollView.cpp',
2512 'platform/ScrollableArea.cpp', 2512 'platform/ScrollableArea.cpp',
2513 'platform/Scrollbar.cpp', 2513 'platform/Scrollbar.cpp',
2514 'platform/ScrollbarTheme.cpp', 2514 'platform/ScrollbarTheme.cpp',
2515 'platform/ScrollbarThemeComposite.cpp', 2515 'platform/ScrollbarThemeComposite.cpp',
2516 'platform/ScrollbarThemeComposite.h', 2516 'platform/ScrollbarThemeComposite.h',
2517 'platform/SecureTextInput.cpp', 2517 'platform/SecureTextInput.cpp',
2518 'platform/SecureTextInput.h', 2518 'platform/SecureTextInput.h',
2519 'platform/SerializedResource.h',
2520 'platform/SharedBuffer.cpp', 2519 'platform/SharedBuffer.cpp',
2521 'platform/SharedBufferChunkReader.cpp', 2520 'platform/SharedBufferChunkReader.cpp',
2522 'platform/SharedTimer.h', 2521 'platform/SharedTimer.h',
2523 'platform/Sound.h', 2522 'platform/Sound.h',
2524 'platform/SuddenTermination.h', 2523 'platform/SuddenTermination.h',
2525 'platform/Task.h', 2524 'platform/Task.h',
2526 'platform/Theme.cpp', 2525 'platform/Theme.cpp',
2527 'platform/ThreadGlobalData.cpp', 2526 'platform/ThreadGlobalData.cpp',
2528 'platform/ThreadTimers.cpp', 2527 'platform/ThreadTimers.cpp',
2529 'platform/ThreadTimers.h', 2528 'platform/ThreadTimers.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2999 'platform/leveldb/LevelDBTransaction.cpp', 2998 'platform/leveldb/LevelDBTransaction.cpp',
3000 'platform/leveldb/LevelDBTransaction.h', 2999 'platform/leveldb/LevelDBTransaction.h',
3001 'platform/leveldb/LevelDBWriteBatch.cpp', 3000 'platform/leveldb/LevelDBWriteBatch.cpp',
3002 'platform/leveldb/LevelDBWriteBatch.h', 3001 'platform/leveldb/LevelDBWriteBatch.h',
3003 'platform/mac/BlockExceptions.mm', 3002 'platform/mac/BlockExceptions.mm',
3004 'platform/mac/KillRingMac.mm', 3003 'platform/mac/KillRingMac.mm',
3005 'platform/mac/LocalCurrentGraphicsContext.h', 3004 'platform/mac/LocalCurrentGraphicsContext.h',
3006 'platform/mac/LocalCurrentGraphicsContext.mm', 3005 'platform/mac/LocalCurrentGraphicsContext.mm',
3007 'platform/mac/NSScrollerImpDetails.h', 3006 'platform/mac/NSScrollerImpDetails.h',
3008 'platform/mac/NSScrollerImpDetails.mm', 3007 'platform/mac/NSScrollerImpDetails.mm',
3008 'platform/mac/PurgeableBufferMac.cpp',
3009 'platform/mac/ScrollAnimatorMac.h', 3009 'platform/mac/ScrollAnimatorMac.h',
3010 'platform/mac/ScrollAnimatorMac.mm', 3010 'platform/mac/ScrollAnimatorMac.mm',
3011 'platform/mac/ScrollElasticityController.h', 3011 'platform/mac/ScrollElasticityController.h',
3012 'platform/mac/ScrollElasticityController.mm', 3012 'platform/mac/ScrollElasticityController.mm',
3013 'platform/mac/ScrollbarThemeMac.h', 3013 'platform/mac/ScrollbarThemeMac.h',
3014 'platform/mac/ScrollbarThemeMac.mm', 3014 'platform/mac/ScrollbarThemeMac.mm',
3015 'platform/mac/ThemeMac.h', 3015 'platform/mac/ThemeMac.h',
3016 'platform/mac/ThemeMac.mm', 3016 'platform/mac/ThemeMac.mm',
3017 'platform/mac/WebFontCache.mm', 3017 'platform/mac/WebFontCache.mm',
3018 'platform/mediastream/MediaConstraints.h', 3018 'platform/mediastream/MediaConstraints.h',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
3608 'testing/MockPagePopupDriver.h', 3608 'testing/MockPagePopupDriver.h',
3609 'testing/TypeConversions.h', 3609 'testing/TypeConversions.h',
3610 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', 3610 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp',
3611 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', 3611 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h',
3612 ], 3612 ],
3613 'webcore_platform_support_files': [ 3613 'webcore_platform_support_files': [
3614 'platform/chromium/support/Platform.cpp', 3614 'platform/chromium/support/Platform.cpp',
3615 'platform/chromium/support/WebActiveGestureAnimation.cpp', 3615 'platform/chromium/support/WebActiveGestureAnimation.cpp',
3616 'platform/chromium/support/WebActiveGestureAnimation.h', 3616 'platform/chromium/support/WebActiveGestureAnimation.h',
3617 'platform/chromium/support/WebAudioBus.cpp', 3617 'platform/chromium/support/WebAudioBus.cpp',
3618 'platform/chromium/support/WebCString.cpp',
3619 'platform/chromium/support/WebCursorInfo.cpp', 3618 'platform/chromium/support/WebCursorInfo.cpp',
3620 'platform/chromium/support/WebData.cpp', 3619 'platform/chromium/support/WebData.cpp',
3621 'platform/chromium/support/WebDeviceMotionData.cpp',
3622 'platform/chromium/support/WebFilterOperation.cpp',
3623 'platform/chromium/support/WebFilterOperations.cpp',
3624 'platform/chromium/support/WebFloatQuad.cpp', 3620 'platform/chromium/support/WebFloatQuad.cpp',
3625 'platform/chromium/support/WebHTTPBody.cpp', 3621 'platform/chromium/support/WebHTTPBody.cpp',
3626 'platform/chromium/support/WebHTTPLoadInfo.cpp', 3622 'platform/chromium/support/WebHTTPLoadInfo.cpp',
3627 'platform/chromium/support/WebMediaConstraints.cpp', 3623 'platform/chromium/support/WebMediaConstraints.cpp',
3628 'platform/chromium/support/WebMediaStream.cpp', 3624 'platform/chromium/support/WebMediaStream.cpp',
3629 'platform/chromium/support/WebMediaStreamSource.cpp', 3625 'platform/chromium/support/WebMediaStreamSource.cpp',
3630 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', 3626 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp',
3631 'platform/chromium/support/WebMediaStreamTrack.cpp', 3627 'platform/chromium/support/WebMediaStreamTrack.cpp',
3632 'platform/chromium/support/WebPrerender.cpp', 3628 'platform/chromium/support/WebPrerender.cpp',
3633 'platform/chromium/support/WebPrerenderingSupport.cpp', 3629 'platform/chromium/support/WebPrerenderingSupport.cpp',
3634 'platform/chromium/support/WebRTCConfiguration.cpp', 3630 'platform/chromium/support/WebRTCConfiguration.cpp',
3635 'platform/chromium/support/WebRTCICECandidate.cpp', 3631 'platform/chromium/support/WebRTCICECandidate.cpp',
3636 'platform/chromium/support/WebRTCSessionDescription.cpp', 3632 'platform/chromium/support/WebRTCSessionDescription.cpp',
3637 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp', 3633 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp',
3638 'platform/chromium/support/WebRTCStatsRequest.cpp', 3634 'platform/chromium/support/WebRTCStatsRequest.cpp',
3639 'platform/chromium/support/WebRTCStatsResponse.cpp', 3635 'platform/chromium/support/WebRTCStatsResponse.cpp',
3640 'platform/chromium/support/WebRTCVoidRequest.cpp', 3636 'platform/chromium/support/WebRTCVoidRequest.cpp',
3641 'platform/chromium/support/WebScrollbarImpl.cpp', 3637 'platform/chromium/support/WebScrollbarImpl.cpp',
3642 'platform/chromium/support/WebScrollbarImpl.h', 3638 'platform/chromium/support/WebScrollbarImpl.h',
3643 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', 3639 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp',
3644 'platform/chromium/support/WebScrollbarThemeClientImpl.h', 3640 'platform/chromium/support/WebScrollbarThemeClientImpl.h',
3645 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', 3641 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
3646 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', 3642 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
3647 'platform/chromium/support/WebSocketStreamError.cpp', 3643 'platform/chromium/support/WebSocketStreamError.cpp',
3648 'platform/chromium/support/WebSourceInfo.cpp', 3644 'platform/chromium/support/WebSourceInfo.cpp',
3649 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', 3645 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
3650 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', 3646 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
3651 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', 3647 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
3652 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', 3648 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
3653 'platform/chromium/support/WebString.cpp',
3654 'platform/chromium/support/WebThreadSafeData.cpp', 3649 'platform/chromium/support/WebThreadSafeData.cpp',
3655 'platform/chromium/support/WebTransformKeyframe.cpp', 3650 'platform/chromium/support/WebTransformKeyframe.cpp',
3656 'platform/chromium/support/WebURL.cpp',
3657 'platform/chromium/support/WebURLError.cpp', 3651 'platform/chromium/support/WebURLError.cpp',
3658 'platform/chromium/support/WebURLRequest.cpp', 3652 'platform/chromium/support/WebURLRequest.cpp',
3659 'platform/chromium/support/WebURLRequestPrivate.h', 3653 'platform/chromium/support/WebURLRequestPrivate.h',
3660 'platform/chromium/support/WebURLResponse.cpp', 3654 'platform/chromium/support/WebURLResponse.cpp',
3661 'platform/chromium/support/WebURLResponsePrivate.h', 3655 'platform/chromium/support/WebURLResponsePrivate.h',
3662 'platform/chromium/support/WrappedResourceRequest.h', 3656 'platform/chromium/support/WrappedResourceRequest.h',
3663 'platform/chromium/support/WrappedResourceResponse.h', 3657 'platform/chromium/support/WrappedResourceResponse.h',
3664 ], 3658 ],
3665 'core_unittest_files': [ 3659 'core_unittest_files': [
3666 'animation/DocumentTimelineTest.cpp', 3660 'animation/DocumentTimelineTest.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 'bison_exe': 'bison', 3697 'bison_exe': 'bison',
3704 # We specify a preprocess so it happens locally and won't get 3698 # We specify a preprocess so it happens locally and won't get
3705 # distributed to goma. 3699 # distributed to goma.
3706 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3700 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3707 # use /usr/bin/clang once we require Xcode 4.x. 3701 # use /usr/bin/clang once we require Xcode 4.x.
3708 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3702 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3709 }], 3703 }],
3710 ], 3704 ],
3711 } 3705 }
3712 } 3706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698