| OLD | NEW |
| 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/CSSMediaRule.idl', | 10 'css/CSSMediaRule.idl', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'html/MediaError.idl', | 199 'html/MediaError.idl', |
| 200 'html/MediaKeyError.idl', | 200 'html/MediaKeyError.idl', |
| 201 'html/MediaKeyEvent.idl', | 201 'html/MediaKeyEvent.idl', |
| 202 'html/RadioNodeList.idl', | 202 'html/RadioNodeList.idl', |
| 203 'html/TextMetrics.idl', | 203 'html/TextMetrics.idl', |
| 204 'html/TimeRanges.idl', | 204 'html/TimeRanges.idl', |
| 205 'html/URL.idl', | 205 'html/URL.idl', |
| 206 'html/ValidityState.idl', | 206 'html/ValidityState.idl', |
| 207 'html/VoidCallback.idl', | 207 'html/VoidCallback.idl', |
| 208 'html/canvas/ANGLEInstancedArrays.idl', | 208 'html/canvas/ANGLEInstancedArrays.idl', |
| 209 'html/canvas/ArrayBuffer.idl', |
| 209 'html/canvas/ArrayBufferView.idl', | 210 'html/canvas/ArrayBufferView.idl', |
| 210 'html/canvas/CanvasGradient.idl', | 211 'html/canvas/CanvasGradient.idl', |
| 211 'html/canvas/CanvasPattern.idl', | 212 'html/canvas/CanvasPattern.idl', |
| 212 'html/canvas/CanvasRenderingContext.idl', | 213 'html/canvas/CanvasRenderingContext.idl', |
| 213 'html/canvas/CanvasRenderingContext2D.idl', | 214 'html/canvas/CanvasRenderingContext2D.idl', |
| 214 'html/canvas/Canvas2DContextAttributes.idl', | 215 'html/canvas/Canvas2DContextAttributes.idl', |
| 215 'html/canvas/DataView.idl', | 216 'html/canvas/DataView.idl', |
| 216 'html/canvas/EXTFragDepth.idl', | 217 'html/canvas/EXTFragDepth.idl', |
| 217 'html/canvas/EXTTextureFilterAnisotropic.idl', | 218 'html/canvas/EXTTextureFilterAnisotropic.idl', |
| 218 'html/canvas/Float32Array.idl', | 219 'html/canvas/Float32Array.idl', |
| (...skipping 3488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3707 'bison_exe': 'bison', | 3708 'bison_exe': 'bison', |
| 3708 # We specify a preprocess so it happens locally and won't get | 3709 # We specify a preprocess so it happens locally and won't get |
| 3709 # distributed to goma. | 3710 # distributed to goma. |
| 3710 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3711 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3711 # use /usr/bin/clang once we require Xcode 4.x. | 3712 # use /usr/bin/clang once we require Xcode 4.x. |
| 3712 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3713 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3713 }], | 3714 }], |
| 3714 ], | 3715 ], |
| 3715 } | 3716 } |
| 3716 } | 3717 } |
| OLD | NEW |