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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'page/PerformanceTiming.idl', | 288 'page/PerformanceTiming.idl', |
289 'page/Screen.idl', | 289 'page/Screen.idl', |
290 'page/SecurityPolicy.idl', | 290 'page/SecurityPolicy.idl', |
291 'page/Selection.idl', | 291 'page/Selection.idl', |
292 'page/SpeechInputEvent.idl', | 292 'page/SpeechInputEvent.idl', |
293 'page/SpeechInputResult.idl', | 293 'page/SpeechInputResult.idl', |
294 'page/SpeechInputResultList.idl', | 294 'page/SpeechInputResultList.idl', |
295 'page/WebKitPoint.idl', | 295 'page/WebKitPoint.idl', |
296 'page/Window.idl', | 296 'page/Window.idl', |
297 'page/WindowPagePopup.idl', | 297 'page/WindowPagePopup.idl', |
| 298 'page/WindowTimers.idl', |
298 'page/WorkerNavigator.idl', | 299 'page/WorkerNavigator.idl', |
299 'plugins/MimeType.idl', | 300 'plugins/MimeType.idl', |
300 'plugins/MimeTypeArray.idl', | 301 'plugins/MimeTypeArray.idl', |
301 'plugins/Plugin.idl', | 302 'plugins/Plugin.idl', |
302 'plugins/PluginArray.idl', | 303 'plugins/PluginArray.idl', |
303 'storage/Storage.idl', | 304 'storage/Storage.idl', |
304 'storage/StorageEvent.idl', | 305 'storage/StorageEvent.idl', |
305 'workers/AbstractWorker.idl', | 306 'workers/AbstractWorker.idl', |
306 'workers/DedicatedWorkerContext.idl', | 307 'workers/DedicatedWorkerContext.idl', |
307 'workers/SharedWorker.idl', | 308 'workers/SharedWorker.idl', |
(...skipping 3391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3699 'bison_exe': 'bison', | 3700 'bison_exe': 'bison', |
3700 # We specify a preprocess so it happens locally and won't get | 3701 # We specify a preprocess so it happens locally and won't get |
3701 # distributed to goma. | 3702 # distributed to goma. |
3702 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3703 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3703 # use /usr/bin/clang once we require Xcode 4.x. | 3704 # use /usr/bin/clang once we require Xcode 4.x. |
3704 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3705 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3705 }], | 3706 }], |
3706 ], | 3707 ], |
3707 } | 3708 } |
3708 } | 3709 } |
OLD | NEW |