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

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

Issue 18565005: Revert "Rewrite parseFrameSetListOfDimension to match HTML5" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/html/HTMLDimension.h » ('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 '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 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after
2062 'html/HTMLCanvasElement.h', 2062 'html/HTMLCanvasElement.h',
2063 'html/HTMLCollection.cpp', 2063 'html/HTMLCollection.cpp',
2064 'html/HTMLDListElement.cpp', 2064 'html/HTMLDListElement.cpp',
2065 'html/HTMLDListElement.h', 2065 'html/HTMLDListElement.h',
2066 'html/HTMLDataListElement.cpp', 2066 'html/HTMLDataListElement.cpp',
2067 'html/HTMLDataListElement.h', 2067 'html/HTMLDataListElement.h',
2068 'html/HTMLDetailsElement.cpp', 2068 'html/HTMLDetailsElement.cpp',
2069 'html/HTMLDetailsElement.h', 2069 'html/HTMLDetailsElement.h',
2070 'html/HTMLDialogElement.cpp', 2070 'html/HTMLDialogElement.cpp',
2071 'html/HTMLDialogElement.h', 2071 'html/HTMLDialogElement.h',
2072 'html/HTMLDimension.cpp',
2073 'html/HTMLDimension.h',
2074 'html/HTMLDirectoryElement.cpp', 2072 'html/HTMLDirectoryElement.cpp',
2075 'html/HTMLDirectoryElement.h', 2073 'html/HTMLDirectoryElement.h',
2076 'html/HTMLDivElement.cpp', 2074 'html/HTMLDivElement.cpp',
2077 'html/HTMLDivElement.h', 2075 'html/HTMLDivElement.h',
2078 'html/HTMLDocument.cpp', 2076 'html/HTMLDocument.cpp',
2079 'html/HTMLElement.cpp', 2077 'html/HTMLElement.cpp',
2080 'html/HTMLEmbedElement.cpp', 2078 'html/HTMLEmbedElement.cpp',
2081 'html/HTMLEmbedElement.h', 2079 'html/HTMLEmbedElement.h',
2082 'html/HTMLFieldSetElement.cpp', 2080 'html/HTMLFieldSetElement.cpp',
2083 'html/HTMLFieldSetElement.h', 2081 'html/HTMLFieldSetElement.h',
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3784 'bison_exe': 'bison', 3782 'bison_exe': 'bison',
3785 # We specify a preprocess so it happens locally and won't get 3783 # We specify a preprocess so it happens locally and won't get
3786 # distributed to goma. 3784 # distributed to goma.
3787 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3785 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3788 # use /usr/bin/clang once we require Xcode 4.x. 3786 # use /usr/bin/clang once we require Xcode 4.x.
3789 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3787 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3790 }], 3788 }],
3791 ], 3789 ],
3792 } 3790 }
3793 } 3791 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLDimension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698