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

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

Issue 27030014: Remove Backslash-as-JPY hack (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TextCodec/Encoding added 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 | « LayoutTests/fast/text/backslash-to-yen-sign-expected.txt ('k') | Source/core/dom/Document.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 3038 matching lines...) Expand 10 before | Expand all | Expand 10 after
3049 'platform/network/HTTPParsers.cpp', 3049 'platform/network/HTTPParsers.cpp',
3050 'platform/network/HTTPParsers.h', 3050 'platform/network/HTTPParsers.h',
3051 'platform/network/HTTPRequest.cpp', 3051 'platform/network/HTTPRequest.cpp',
3052 'platform/network/HTTPRequest.h', 3052 'platform/network/HTTPRequest.h',
3053 'platform/network/MIMEHeader.cpp', 3053 'platform/network/MIMEHeader.cpp',
3054 'platform/network/ResourceRequest.cpp', 3054 'platform/network/ResourceRequest.cpp',
3055 'platform/network/ResourceRequest.h', 3055 'platform/network/ResourceRequest.h',
3056 'platform/network/ResourceResponse.cpp', 3056 'platform/network/ResourceResponse.cpp',
3057 'platform/network/ResourceResponse.h', 3057 'platform/network/ResourceResponse.h',
3058 'platform/text/RegularExpression.cpp', 3058 'platform/text/RegularExpression.cpp',
3059 'platform/text/transcoder/FontTranscoder.cpp',
3060 'platform/text/transcoder/FontTranscoder.h',
3061 ], 3059 ],
3062 'webcore_platform_geometry_files': [ 3060 'webcore_platform_geometry_files': [
3063 'platform/graphics/FloatPolygon.cpp', 3061 'platform/graphics/FloatPolygon.cpp',
3064 'platform/graphics/Region.cpp', 3062 'platform/graphics/Region.cpp',
3065 ], 3063 ],
3066 'webcore_svg_files': [ 3064 'webcore_svg_files': [
3067 'rendering/style/SVGRenderStyle.cpp', 3065 'rendering/style/SVGRenderStyle.cpp',
3068 'rendering/style/SVGRenderStyleDefs.cpp', 3066 'rendering/style/SVGRenderStyleDefs.cpp',
3069 'rendering/svg/ReferenceFilterBuilder.cpp', 3067 'rendering/svg/ReferenceFilterBuilder.cpp',
3070 'rendering/svg/ReferenceFilterBuilder.h', 3068 'rendering/svg/ReferenceFilterBuilder.h',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
3676 'bison_exe': 'bison', 3674 'bison_exe': 'bison',
3677 # We specify a preprocess so it happens locally and won't get 3675 # We specify a preprocess so it happens locally and won't get
3678 # distributed to goma. 3676 # distributed to goma.
3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3680 # use /usr/bin/clang once we require Xcode 4.x. 3678 # use /usr/bin/clang once we require Xcode 4.x.
3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3682 }], 3680 }],
3683 ], 3681 ],
3684 } 3682 }
3685 } 3683 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/backslash-to-yen-sign-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698