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

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

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 3127 matching lines...) Expand 10 before | Expand all | Expand 10 after
3138 'platform/sql/SQLiteFileSystem.h', 3138 'platform/sql/SQLiteFileSystem.h',
3139 'platform/sql/SQLiteStatement.cpp', 3139 'platform/sql/SQLiteStatement.cpp',
3140 'platform/sql/SQLiteStatement.h', 3140 'platform/sql/SQLiteStatement.h',
3141 'platform/sql/SQLiteTransaction.cpp', 3141 'platform/sql/SQLiteTransaction.cpp',
3142 'platform/sql/chromium/SQLiteFileSystemChromium.cpp', 3142 'platform/sql/chromium/SQLiteFileSystemChromium.cpp',
3143 'platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp', 3143 'platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp',
3144 'platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp', 3144 'platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp',
3145 'platform/text/AtomicStringKeyedMRUCache.h', 3145 'platform/text/AtomicStringKeyedMRUCache.h',
3146 'platform/text/BidiContext.cpp', 3146 'platform/text/BidiContext.cpp',
3147 'platform/text/DateTimeFormat.cpp', 3147 'platform/text/DateTimeFormat.cpp',
3148 'platform/text/Hyphenation.cpp',
3149 'platform/text/Hyphenation.h',
3150 'platform/text/LineEnding.cpp', 3148 'platform/text/LineEnding.cpp',
3151 'platform/text/LocaleICU.cpp', 3149 'platform/text/LocaleICU.cpp',
3152 'platform/text/LocaleICU.h', 3150 'platform/text/LocaleICU.h',
3153 'platform/text/LocaleToScriptMapping.h', 3151 'platform/text/LocaleToScriptMapping.h',
3154 'platform/text/LocaleToScriptMappingDefault.cpp', 3152 'platform/text/LocaleToScriptMappingDefault.cpp',
3155 'platform/text/ParserUtilities.h', 3153 'platform/text/ParserUtilities.h',
3156 'platform/text/PlatformLocale.cpp', 3154 'platform/text/PlatformLocale.cpp',
3157 'platform/text/PlatformLocale.h', 3155 'platform/text/PlatformLocale.h',
3158 'platform/text/QuotedPrintable.h', 3156 'platform/text/QuotedPrintable.h',
3159 'platform/text/QuotedPrintable.cpp', 3157 'platform/text/QuotedPrintable.cpp',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
3796 'bison_exe': 'bison', 3794 'bison_exe': 'bison',
3797 # We specify a preprocess so it happens locally and won't get 3795 # We specify a preprocess so it happens locally and won't get
3798 # distributed to goma. 3796 # distributed to goma.
3799 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3797 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3800 # use /usr/bin/clang once we require Xcode 4.x. 3798 # use /usr/bin/clang once we require Xcode 4.x.
3801 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3799 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3802 }], 3800 }],
3803 ], 3801 ],
3804 } 3802 }
3805 } 3803 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698