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

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

Issue 25886002: Move TextStream to Source/platform/text/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/FrameView.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 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 'platform/text/QuotedPrintable.cpp', 3175 'platform/text/QuotedPrintable.cpp',
3176 'platform/text/RegularExpression.cpp', 3176 'platform/text/RegularExpression.cpp',
3177 'platform/text/SegmentedString.cpp', 3177 'platform/text/SegmentedString.cpp',
3178 'platform/text/SuffixTree.h', 3178 'platform/text/SuffixTree.h',
3179 'platform/text/TextBoundaries.cpp', 3179 'platform/text/TextBoundaries.cpp',
3180 'platform/text/TextBreakIterator.cpp', 3180 'platform/text/TextBreakIterator.cpp',
3181 'platform/text/TextBreakIteratorICU.cpp', 3181 'platform/text/TextBreakIteratorICU.cpp',
3182 'platform/text/TextBreakIteratorInternalICU.cpp', 3182 'platform/text/TextBreakIteratorInternalICU.cpp',
3183 'platform/text/TextEncodingDetector.h', 3183 'platform/text/TextEncodingDetector.h',
3184 'platform/text/TextEncodingDetectorICU.cpp', 3184 'platform/text/TextEncodingDetectorICU.cpp',
3185 'platform/text/TextStream.cpp',
3186 'platform/text/UnicodeRange.cpp', 3185 'platform/text/UnicodeRange.cpp',
3187 'platform/text/transcoder/FontTranscoder.cpp', 3186 'platform/text/transcoder/FontTranscoder.cpp',
3188 'platform/text/transcoder/FontTranscoder.h', 3187 'platform/text/transcoder/FontTranscoder.h',
3189 'platform/win/SystemInfo.cpp', 3188 'platform/win/SystemInfo.cpp',
3190 'platform/win/SystemInfo.h', 3189 'platform/win/SystemInfo.h',
3191 ], 3190 ],
3192 'webcore_platform_geometry_files': [ 3191 'webcore_platform_geometry_files': [
3193 'platform/graphics/FloatPolygon.cpp', 3192 'platform/graphics/FloatPolygon.cpp',
3194 'platform/graphics/Region.cpp', 3193 'platform/graphics/Region.cpp',
3195 ], 3194 ],
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'bison_exe': 'bison', 3802 'bison_exe': 'bison',
3804 # We specify a preprocess so it happens locally and won't get 3803 # We specify a preprocess so it happens locally and won't get
3805 # distributed to goma. 3804 # distributed to goma.
3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3805 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3807 # use /usr/bin/clang once we require Xcode 4.x. 3806 # use /usr/bin/clang once we require Xcode 4.x.
3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3807 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3809 }], 3808 }],
3810 ], 3809 ],
3811 } 3810 }
3812 } 3811 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698