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

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

Issue 122793002: Move GeolocationClientMock.h out of platform/ into web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 | « no previous file | Source/core/platform/mock/GeolocationClientMock.h » ('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 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
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/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2712 matching lines...) Expand 10 before | Expand all | Expand 10 after
2723 'platform/mediastream/MediaStreamCenter.h', 2723 'platform/mediastream/MediaStreamCenter.h',
2724 'platform/mediastream/MediaStreamDescriptor.cpp', 2724 'platform/mediastream/MediaStreamDescriptor.cpp',
2725 'platform/mediastream/MediaStreamDescriptor.h', 2725 'platform/mediastream/MediaStreamDescriptor.h',
2726 'platform/mediastream/RTCDataChannelHandler.cpp', 2726 'platform/mediastream/RTCDataChannelHandler.cpp',
2727 'platform/mediastream/RTCDataChannelHandler.h', 2727 'platform/mediastream/RTCDataChannelHandler.h',
2728 'platform/mediastream/RTCDataChannelHandlerClient.h', 2728 'platform/mediastream/RTCDataChannelHandlerClient.h',
2729 'platform/mediastream/RTCPeerConnectionHandler.cpp', 2729 'platform/mediastream/RTCPeerConnectionHandler.cpp',
2730 'platform/mediastream/RTCPeerConnectionHandler.h', 2730 'platform/mediastream/RTCPeerConnectionHandler.h',
2731 'platform/mediastream/RTCPeerConnectionHandlerClient.h', 2731 'platform/mediastream/RTCPeerConnectionHandlerClient.h',
2732 'platform/mediastream/RTCStatsRequest.h', 2732 'platform/mediastream/RTCStatsRequest.h',
2733 'platform/mock/GeolocationClientMock.cpp',
2734 ], 2733 ],
2735 'webcore_svg_files': [ 2734 'webcore_svg_files': [
2736 'rendering/style/SVGRenderStyle.cpp', 2735 'rendering/style/SVGRenderStyle.cpp',
2737 'rendering/style/SVGRenderStyleDefs.cpp', 2736 'rendering/style/SVGRenderStyleDefs.cpp',
2738 'rendering/svg/ReferenceFilterBuilder.cpp', 2737 'rendering/svg/ReferenceFilterBuilder.cpp',
2739 'rendering/svg/ReferenceFilterBuilder.h', 2738 'rendering/svg/ReferenceFilterBuilder.h',
2740 'rendering/svg/RenderSVGBlock.cpp', 2739 'rendering/svg/RenderSVGBlock.cpp',
2741 'rendering/svg/RenderSVGBlock.h', 2740 'rendering/svg/RenderSVGBlock.h',
2742 'rendering/svg/RenderSVGContainer.cpp', 2741 'rendering/svg/RenderSVGContainer.cpp',
2743 'rendering/svg/RenderSVGContainer.h', 2742 'rendering/svg/RenderSVGContainer.h',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 'platform/animation/TimingFunctionTestHelper.h', 3268 'platform/animation/TimingFunctionTestHelper.h',
3270 'platform/animation/TimingFunctionTestHelper.cpp', 3269 'platform/animation/TimingFunctionTestHelper.cpp',
3271 'platform/animation/TimingFunctionTestHelperTest.cpp', 3270 'platform/animation/TimingFunctionTestHelperTest.cpp',
3272 'rendering/RenderOverflowTest.cpp', 3271 'rendering/RenderOverflowTest.cpp',
3273 'rendering/shapes/BoxShapeTest.cpp', 3272 'rendering/shapes/BoxShapeTest.cpp',
3274 'testing/UnitTestHelpers.h', 3273 'testing/UnitTestHelpers.h',
3275 'testing/UnitTestHelpers.cpp', 3274 'testing/UnitTestHelpers.cpp',
3276 ], 3275 ],
3277 } 3276 }
3278 } 3277 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/mock/GeolocationClientMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698