| OLD | NEW |
| 1 | 1 |
| 2 { | 2 { |
| 3 'variables': { | 3 'variables': { |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'html/ValidityState.idl', | 203 'html/ValidityState.idl', |
| 204 'html/VoidCallback.idl', | 204 'html/VoidCallback.idl', |
| 205 'html/canvas/ArrayBuffer.idl', | 205 'html/canvas/ArrayBuffer.idl', |
| 206 'html/canvas/ArrayBufferView.idl', | 206 'html/canvas/ArrayBufferView.idl', |
| 207 'html/canvas/CanvasGradient.idl', | 207 'html/canvas/CanvasGradient.idl', |
| 208 'html/canvas/CanvasPattern.idl', | 208 'html/canvas/CanvasPattern.idl', |
| 209 'html/canvas/CanvasRenderingContext.idl', | 209 'html/canvas/CanvasRenderingContext.idl', |
| 210 'html/canvas/CanvasRenderingContext2D.idl', | 210 'html/canvas/CanvasRenderingContext2D.idl', |
| 211 'html/canvas/Canvas2DContextAttributes.idl', | 211 'html/canvas/Canvas2DContextAttributes.idl', |
| 212 'html/canvas/DataView.idl', | 212 'html/canvas/DataView.idl', |
| 213 'html/canvas/DOMPath.idl', | |
| 214 'html/canvas/EXTDrawBuffers.idl', | 213 'html/canvas/EXTDrawBuffers.idl', |
| 215 'html/canvas/EXTTextureFilterAnisotropic.idl', | 214 'html/canvas/EXTTextureFilterAnisotropic.idl', |
| 216 'html/canvas/Float32Array.idl', | 215 'html/canvas/Float32Array.idl', |
| 217 'html/canvas/Float64Array.idl', | 216 'html/canvas/Float64Array.idl', |
| 218 'html/canvas/Int16Array.idl', | 217 'html/canvas/Int16Array.idl', |
| 219 'html/canvas/Int32Array.idl', | 218 'html/canvas/Int32Array.idl', |
| 220 'html/canvas/Int8Array.idl', | 219 'html/canvas/Int8Array.idl', |
| 221 'html/canvas/OESStandardDerivatives.idl', | 220 'html/canvas/OESStandardDerivatives.idl', |
| 222 'html/canvas/OESTextureFloat.idl', | 221 'html/canvas/OESTextureFloat.idl', |
| 223 'html/canvas/OESTextureHalfFloat.idl', | 222 'html/canvas/OESTextureHalfFloat.idl', |
| 224 'html/canvas/OESVertexArrayObject.idl', | 223 'html/canvas/OESVertexArrayObject.idl', |
| 225 'html/canvas/OESElementIndexUint.idl', | 224 'html/canvas/OESElementIndexUint.idl', |
| 225 'html/canvas/Path.idl', |
| 226 'html/canvas/Uint16Array.idl', | 226 'html/canvas/Uint16Array.idl', |
| 227 'html/canvas/Uint32Array.idl', | 227 'html/canvas/Uint32Array.idl', |
| 228 'html/canvas/Uint8Array.idl', | 228 'html/canvas/Uint8Array.idl', |
| 229 'html/canvas/Uint8ClampedArray.idl', | 229 'html/canvas/Uint8ClampedArray.idl', |
| 230 'html/canvas/WebGLActiveInfo.idl', | 230 'html/canvas/WebGLActiveInfo.idl', |
| 231 'html/canvas/WebGLBuffer.idl', | 231 'html/canvas/WebGLBuffer.idl', |
| 232 'html/canvas/WebGLCompressedTextureATC.idl', | 232 'html/canvas/WebGLCompressedTextureATC.idl', |
| 233 'html/canvas/WebGLCompressedTexturePVRTC.idl', | 233 'html/canvas/WebGLCompressedTexturePVRTC.idl', |
| 234 'html/canvas/WebGLCompressedTextureS3TC.idl', | 234 'html/canvas/WebGLCompressedTextureS3TC.idl', |
| 235 'html/canvas/WebGLContextAttributes.idl', | 235 'html/canvas/WebGLContextAttributes.idl', |
| (...skipping 3440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3676 'bison_exe': 'bison', | 3676 'bison_exe': 'bison', |
| 3677 # We specify a preprocess so it happens locally and won't get | 3677 # We specify a preprocess so it happens locally and won't get |
| 3678 # distributed to goma. | 3678 # distributed to goma. |
| 3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3680 # use /usr/bin/clang once we require Xcode 4.x. | 3680 # use /usr/bin/clang once we require Xcode 4.x. |
| 3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3682 }], | 3682 }], |
| 3683 ], | 3683 ], |
| 3684 } | 3684 } |
| 3685 } | 3685 } |
| OLD | NEW |