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

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: rebase, address feedback 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') | 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/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 3031 matching lines...) Expand 10 before | Expand all | Expand 10 after
3042 'platform/network/ResourceRequest.cpp', 3042 'platform/network/ResourceRequest.cpp',
3043 'platform/network/ResourceRequest.h', 3043 'platform/network/ResourceRequest.h',
3044 'platform/network/ResourceResponse.cpp', 3044 'platform/network/ResourceResponse.cpp',
3045 'platform/network/ResourceResponse.h', 3045 'platform/network/ResourceResponse.h',
3046 'platform/text/RegularExpression.cpp', 3046 'platform/text/RegularExpression.cpp',
3047 'platform/text/transcoder/FontTranscoder.cpp', 3047 'platform/text/transcoder/FontTranscoder.cpp',
3048 'platform/text/transcoder/FontTranscoder.h', 3048 'platform/text/transcoder/FontTranscoder.h',
3049 ], 3049 ],
3050 'webcore_platform_geometry_files': [ 3050 'webcore_platform_geometry_files': [
3051 'platform/graphics/FloatPolygon.cpp', 3051 'platform/graphics/FloatPolygon.cpp',
3052 'platform/graphics/Region.cpp',
3053 ], 3052 ],
3054 'webcore_svg_files': [ 3053 'webcore_svg_files': [
3055 'rendering/style/SVGRenderStyle.cpp', 3054 'rendering/style/SVGRenderStyle.cpp',
3056 'rendering/style/SVGRenderStyleDefs.cpp', 3055 'rendering/style/SVGRenderStyleDefs.cpp',
3057 'rendering/svg/ReferenceFilterBuilder.cpp', 3056 'rendering/svg/ReferenceFilterBuilder.cpp',
3058 'rendering/svg/ReferenceFilterBuilder.h', 3057 'rendering/svg/ReferenceFilterBuilder.h',
3059 'rendering/svg/RenderSVGBlock.cpp', 3058 'rendering/svg/RenderSVGBlock.cpp',
3060 'rendering/svg/RenderSVGBlock.h', 3059 'rendering/svg/RenderSVGBlock.h',
3061 'rendering/svg/RenderSVGContainer.cpp', 3060 'rendering/svg/RenderSVGContainer.cpp',
3062 'rendering/svg/RenderSVGContainer.h', 3061 'rendering/svg/RenderSVGContainer.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
3664 'bison_exe': 'bison', 3663 'bison_exe': 'bison',
3665 # We specify a preprocess so it happens locally and won't get 3664 # We specify a preprocess so it happens locally and won't get
3666 # distributed to goma. 3665 # distributed to goma.
3667 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3666 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3668 # use /usr/bin/clang once we require Xcode 4.x. 3667 # use /usr/bin/clang once we require Xcode 4.x.
3669 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3668 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3670 }], 3669 }],
3671 ], 3670 ],
3672 } 3671 }
3673 } 3672 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/Page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698