| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |