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

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

Issue 25555005: Move text/BidiContext to Source/platform/ (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
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/network/ResourceRequest.cpp', 3175 'platform/network/ResourceRequest.cpp',
3176 'platform/network/ResourceRequest.h', 3176 'platform/network/ResourceRequest.h',
3177 'platform/network/ResourceResponse.cpp', 3177 'platform/network/ResourceResponse.cpp',
3178 'platform/network/ResourceResponse.h', 3178 'platform/network/ResourceResponse.h',
3179 'platform/network/SocketStreamError.cpp', 3179 'platform/network/SocketStreamError.cpp',
3180 'platform/network/SocketStreamError.h', 3180 'platform/network/SocketStreamError.h',
3181 'platform/network/SocketStreamHandle.cpp', 3181 'platform/network/SocketStreamHandle.cpp',
3182 'platform/network/SocketStreamHandle.h', 3182 'platform/network/SocketStreamHandle.h',
3183 'platform/network/SocketStreamHandleClient.h', 3183 'platform/network/SocketStreamHandleClient.h',
3184 'platform/network/SocketStreamHandleInternal.h', 3184 'platform/network/SocketStreamHandleInternal.h',
3185 'platform/text/BidiContext.cpp',
3186 'platform/text/DateTimeFormat.cpp', 3185 'platform/text/DateTimeFormat.cpp',
3187 'platform/text/LineEnding.cpp', 3186 'platform/text/LineEnding.cpp',
3188 'platform/text/LocaleICU.cpp', 3187 'platform/text/LocaleICU.cpp',
3189 'platform/text/LocaleICU.h', 3188 'platform/text/LocaleICU.h',
3190 'platform/text/LocaleToScriptMapping.h', 3189 'platform/text/LocaleToScriptMapping.h',
3191 'platform/text/LocaleToScriptMappingDefault.cpp', 3190 'platform/text/LocaleToScriptMappingDefault.cpp',
3192 'platform/text/ParserUtilities.h', 3191 'platform/text/ParserUtilities.h',
3193 'platform/text/PlatformLocale.cpp', 3192 'platform/text/PlatformLocale.cpp',
3194 'platform/text/PlatformLocale.h', 3193 'platform/text/PlatformLocale.h',
3195 'platform/text/QuotedPrintable.h', 3194 'platform/text/QuotedPrintable.h',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
3841 'bison_exe': 'bison', 3840 'bison_exe': 'bison',
3842 # We specify a preprocess so it happens locally and won't get 3841 # We specify a preprocess so it happens locally and won't get
3843 # distributed to goma. 3842 # distributed to goma.
3844 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3843 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3845 # use /usr/bin/clang once we require Xcode 4.x. 3844 # use /usr/bin/clang once we require Xcode 4.x.
3846 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3845 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3847 }], 3846 }],
3848 ], 3847 ],
3849 } 3848 }
3850 } 3849 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/text/BidiContext.h » ('j') | Source/platform/text/BidiContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698