| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'page/PerformanceResourceTiming.idl', | 284 'page/PerformanceResourceTiming.idl', |
| 285 'page/PerformanceTiming.idl', | 285 'page/PerformanceTiming.idl', |
| 286 'page/Screen.idl', | 286 'page/Screen.idl', |
| 287 'page/SecurityPolicy.idl', | 287 'page/SecurityPolicy.idl', |
| 288 'page/Selection.idl', | 288 'page/Selection.idl', |
| 289 'page/SpeechInputEvent.idl', | 289 'page/SpeechInputEvent.idl', |
| 290 'page/SpeechInputResult.idl', | 290 'page/SpeechInputResult.idl', |
| 291 'page/SpeechInputResultList.idl', | 291 'page/SpeechInputResultList.idl', |
| 292 'page/WebKitPoint.idl', | 292 'page/WebKitPoint.idl', |
| 293 'page/Window.idl', | 293 'page/Window.idl', |
| 294 'page/WindowBase64.idl', |
| 294 'page/WorkerNavigator.idl', | 295 'page/WorkerNavigator.idl', |
| 295 'plugins/MimeType.idl', | 296 'plugins/MimeType.idl', |
| 296 'plugins/MimeTypeArray.idl', | 297 'plugins/MimeTypeArray.idl', |
| 297 'plugins/Plugin.idl', | 298 'plugins/Plugin.idl', |
| 298 'plugins/PluginArray.idl', | 299 'plugins/PluginArray.idl', |
| 299 'storage/Storage.idl', | 300 'storage/Storage.idl', |
| 300 'storage/StorageEvent.idl', | 301 'storage/StorageEvent.idl', |
| 301 'workers/DedicatedWorkerGlobalScope.idl', | 302 'workers/DedicatedWorkerGlobalScope.idl', |
| 302 'workers/SharedWorker.idl', | 303 'workers/SharedWorker.idl', |
| 303 'workers/SharedWorkerGlobalScope.idl', | 304 'workers/SharedWorkerGlobalScope.idl', |
| (...skipping 3474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3778 'bison_exe': 'bison', | 3779 'bison_exe': 'bison', |
| 3779 # We specify a preprocess so it happens locally and won't get | 3780 # We specify a preprocess so it happens locally and won't get |
| 3780 # distributed to goma. | 3781 # distributed to goma. |
| 3781 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3782 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3782 # use /usr/bin/clang once we require Xcode 4.x. | 3783 # use /usr/bin/clang once we require Xcode 4.x. |
| 3783 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3784 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3784 }], | 3785 }], |
| 3785 ], | 3786 ], |
| 3786 } | 3787 } |
| 3787 } | 3788 } |
| OLD | NEW |