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

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

Issue 26113005: Remove core/platform/win (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/platform/ScrollbarThemeWin.cpp » ('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/HTTPRequest.cpp', 3042 'platform/network/HTTPRequest.cpp',
3043 'platform/network/HTTPRequest.h', 3043 'platform/network/HTTPRequest.h',
3044 'platform/network/MIMEHeader.cpp', 3044 'platform/network/MIMEHeader.cpp',
3045 'platform/network/ResourceRequest.cpp', 3045 'platform/network/ResourceRequest.cpp',
3046 'platform/network/ResourceRequest.h', 3046 'platform/network/ResourceRequest.h',
3047 'platform/network/ResourceResponse.cpp', 3047 'platform/network/ResourceResponse.cpp',
3048 'platform/network/ResourceResponse.h', 3048 'platform/network/ResourceResponse.h',
3049 'platform/text/RegularExpression.cpp', 3049 'platform/text/RegularExpression.cpp',
3050 'platform/text/transcoder/FontTranscoder.cpp', 3050 'platform/text/transcoder/FontTranscoder.cpp',
3051 'platform/text/transcoder/FontTranscoder.h', 3051 'platform/text/transcoder/FontTranscoder.h',
3052 'platform/win/SystemInfo.cpp',
3053 'platform/win/SystemInfo.h',
3054 ], 3052 ],
3055 'webcore_platform_geometry_files': [ 3053 'webcore_platform_geometry_files': [
3056 'platform/graphics/FloatPolygon.cpp', 3054 'platform/graphics/FloatPolygon.cpp',
3057 'platform/graphics/Region.cpp', 3055 'platform/graphics/Region.cpp',
3058 ], 3056 ],
3059 'webcore_svg_files': [ 3057 'webcore_svg_files': [
3060 'rendering/style/SVGRenderStyle.cpp', 3058 'rendering/style/SVGRenderStyle.cpp',
3061 'rendering/style/SVGRenderStyleDefs.cpp', 3059 'rendering/style/SVGRenderStyleDefs.cpp',
3062 'rendering/svg/ReferenceFilterBuilder.cpp', 3060 'rendering/svg/ReferenceFilterBuilder.cpp',
3063 'rendering/svg/ReferenceFilterBuilder.h', 3061 'rendering/svg/ReferenceFilterBuilder.h',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
3655 'bison_exe': 'bison', 3653 'bison_exe': 'bison',
3656 # We specify a preprocess so it happens locally and won't get 3654 # We specify a preprocess so it happens locally and won't get
3657 # distributed to goma. 3655 # distributed to goma.
3658 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3656 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3659 # use /usr/bin/clang once we require Xcode 4.x. 3657 # use /usr/bin/clang once we require Xcode 4.x.
3660 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3658 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3661 }], 3659 }],
3662 ], 3660 ],
3663 } 3661 }
3664 } 3662 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/ScrollbarThemeWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698