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

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

Issue 14990009: Remove core/platform/text/chromium/ and move the files in the directory one level higher. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | Source/core/platform/text/Hyphenation.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 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 3064 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 'platform/sql/SQLiteFileSystem.h', 3075 'platform/sql/SQLiteFileSystem.h',
3076 'platform/sql/SQLiteStatement.cpp', 3076 'platform/sql/SQLiteStatement.cpp',
3077 'platform/sql/SQLiteStatement.h', 3077 'platform/sql/SQLiteStatement.h',
3078 'platform/sql/SQLiteTransaction.cpp', 3078 'platform/sql/SQLiteTransaction.cpp',
3079 'platform/sql/chromium/SQLiteFileSystemChromium.cpp', 3079 'platform/sql/chromium/SQLiteFileSystemChromium.cpp',
3080 'platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp', 3080 'platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp',
3081 'platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp', 3081 'platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp',
3082 'platform/text/AtomicStringKeyedMRUCache.h', 3082 'platform/text/AtomicStringKeyedMRUCache.h',
3083 'platform/text/BidiContext.cpp', 3083 'platform/text/BidiContext.cpp',
3084 'platform/text/DateTimeFormat.cpp', 3084 'platform/text/DateTimeFormat.cpp',
3085 'platform/text/Hyphenation.cpp',
3085 'platform/text/Hyphenation.h', 3086 'platform/text/Hyphenation.h',
3086 'platform/text/LineEnding.cpp', 3087 'platform/text/LineEnding.cpp',
3087 'platform/text/LocaleICU.cpp', 3088 'platform/text/LocaleICU.cpp',
3088 'platform/text/LocaleICU.h', 3089 'platform/text/LocaleICU.h',
3089 'platform/text/LocaleToScriptMapping.h', 3090 'platform/text/LocaleToScriptMapping.h',
3090 'platform/text/LocaleToScriptMappingDefault.cpp', 3091 'platform/text/LocaleToScriptMappingDefault.cpp',
3091 'platform/text/ParserUtilities.h', 3092 'platform/text/ParserUtilities.h',
3092 'platform/text/PlatformLocale.cpp', 3093 'platform/text/PlatformLocale.cpp',
3093 'platform/text/PlatformLocale.h', 3094 'platform/text/PlatformLocale.h',
3094 'platform/text/QuotedPrintable.h', 3095 'platform/text/QuotedPrintable.h',
3095 'platform/text/QuotedPrintable.cpp', 3096 'platform/text/QuotedPrintable.cpp',
3096 'platform/text/RegularExpression.cpp', 3097 'platform/text/RegularExpression.cpp',
3097 'platform/text/SegmentedString.cpp', 3098 'platform/text/SegmentedString.cpp',
3098 'platform/text/StringWithDirection.h', 3099 'platform/text/StringWithDirection.h',
3099 'platform/text/SuffixTree.h', 3100 'platform/text/SuffixTree.h',
3100 'platform/text/TextBoundaries.cpp', 3101 'platform/text/TextBoundaries.cpp',
3101 'platform/text/TextBreakIterator.cpp', 3102 'platform/text/TextBreakIterator.cpp',
3102 'platform/text/TextBreakIteratorICU.cpp', 3103 'platform/text/TextBreakIteratorICU.cpp',
3104 'platform/text/TextBreakIteratorInternalICU.cpp',
3103 'platform/text/TextEncodingDetector.h', 3105 'platform/text/TextEncodingDetector.h',
3104 'platform/text/TextEncodingDetectorICU.cpp', 3106 'platform/text/TextEncodingDetectorICU.cpp',
3105 'platform/text/TextStream.cpp', 3107 'platform/text/TextStream.cpp',
3106 'platform/text/UnicodeRange.cpp', 3108 'platform/text/UnicodeRange.cpp',
3107 'platform/text/cf/AtomicStringCF.cpp', 3109 'platform/text/cf/AtomicStringCF.cpp',
3108 'platform/text/cf/HyphenationCF.cpp', 3110 'platform/text/cf/HyphenationCF.cpp',
3109 'platform/text/cf/StringCF.cpp', 3111 'platform/text/cf/StringCF.cpp',
3110 'platform/text/cf/StringImplCF.cpp', 3112 'platform/text/cf/StringImplCF.cpp',
3111 'platform/text/chromium/Hyphenation.cpp',
3112 'platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp',
3113 'platform/text/mac/LocaleMac.h', 3113 'platform/text/mac/LocaleMac.h',
3114 'platform/text/mac/LocaleMac.mm', 3114 'platform/text/mac/LocaleMac.mm',
3115 'platform/text/mac/StringImplMac.mm', 3115 'platform/text/mac/StringImplMac.mm',
3116 'platform/text/mac/StringMac.mm', 3116 'platform/text/mac/StringMac.mm',
3117 'platform/text/transcoder/FontTranscoder.cpp', 3117 'platform/text/transcoder/FontTranscoder.cpp',
3118 'platform/text/transcoder/FontTranscoder.h', 3118 'platform/text/transcoder/FontTranscoder.h',
3119 'platform/text/win/LocaleWin.cpp', 3119 'platform/text/win/LocaleWin.cpp',
3120 'platform/text/win/LocaleWin.h', 3120 'platform/text/win/LocaleWin.h',
3121 'platform/win/SystemInfo.cpp', 3121 'platform/win/SystemInfo.cpp',
3122 'platform/win/SystemInfo.h', 3122 'platform/win/SystemInfo.h',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
3674 'bison_exe': 'bison', 3674 'bison_exe': 'bison',
3675 # 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
3676 # distributed to goma. 3676 # distributed to goma.
3677 # 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
3678 # use /usr/bin/clang once we require Xcode 4.x. 3678 # use /usr/bin/clang once we require Xcode 4.x.
3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3680 }], 3680 }],
3681 ], 3681 ],
3682 } 3682 }
3683 } 3683 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/text/Hyphenation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698