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

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

Issue 27123002: Move Region.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Source/core/page/Page.h » ('j') | Source/platform/blink_platform.gypi » ('J')
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/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 3037 matching lines...) Expand 10 before | Expand all | Expand 10 after
3048 'platform/network/ResourceRequest.cpp', 3048 'platform/network/ResourceRequest.cpp',
3049 'platform/network/ResourceRequest.h', 3049 'platform/network/ResourceRequest.h',
3050 'platform/network/ResourceResponse.cpp', 3050 'platform/network/ResourceResponse.cpp',
3051 'platform/network/ResourceResponse.h', 3051 'platform/network/ResourceResponse.h',
3052 'platform/text/RegularExpression.cpp', 3052 'platform/text/RegularExpression.cpp',
3053 'platform/text/transcoder/FontTranscoder.cpp', 3053 'platform/text/transcoder/FontTranscoder.cpp',
3054 'platform/text/transcoder/FontTranscoder.h', 3054 'platform/text/transcoder/FontTranscoder.h',
3055 ], 3055 ],
3056 'webcore_platform_geometry_files': [ 3056 'webcore_platform_geometry_files': [
3057 'platform/graphics/FloatPolygon.cpp', 3057 'platform/graphics/FloatPolygon.cpp',
3058 'platform/graphics/Region.cpp',
3059 ], 3058 ],
3060 'webcore_svg_files': [ 3059 'webcore_svg_files': [
3061 'rendering/style/SVGRenderStyle.cpp', 3060 'rendering/style/SVGRenderStyle.cpp',
3062 'rendering/style/SVGRenderStyleDefs.cpp', 3061 'rendering/style/SVGRenderStyleDefs.cpp',
3063 'rendering/svg/ReferenceFilterBuilder.cpp', 3062 'rendering/svg/ReferenceFilterBuilder.cpp',
3064 'rendering/svg/ReferenceFilterBuilder.h', 3063 'rendering/svg/ReferenceFilterBuilder.h',
3065 'rendering/svg/RenderSVGBlock.cpp', 3064 'rendering/svg/RenderSVGBlock.cpp',
3066 'rendering/svg/RenderSVGBlock.h', 3065 'rendering/svg/RenderSVGBlock.h',
3067 'rendering/svg/RenderSVGContainer.cpp', 3066 'rendering/svg/RenderSVGContainer.cpp',
3068 'rendering/svg/RenderSVGContainer.h', 3067 'rendering/svg/RenderSVGContainer.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
3670 'bison_exe': 'bison', 3669 'bison_exe': 'bison',
3671 # We specify a preprocess so it happens locally and won't get 3670 # We specify a preprocess so it happens locally and won't get
3672 # distributed to goma. 3671 # distributed to goma.
3673 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3672 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3674 # use /usr/bin/clang once we require Xcode 4.x. 3673 # use /usr/bin/clang once we require Xcode 4.x.
3675 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3674 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3676 }], 3675 }],
3677 ], 3676 ],
3678 } 3677 }
3679 } 3678 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/Page.h » ('j') | Source/platform/blink_platform.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698