| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'html/track/TrackEvent.idl', | 260 'html/track/TrackEvent.idl', |
| 261 'html/track/TextTrackRegion.idl', | 261 'html/track/TextTrackRegion.idl', |
| 262 'html/track/TextTrackRegionList.idl', | 262 'html/track/TextTrackRegionList.idl', |
| 263 'inspector/InjectedScriptHost.idl', | 263 'inspector/InjectedScriptHost.idl', |
| 264 'inspector/InspectorFrontendHost.idl', | 264 'inspector/InspectorFrontendHost.idl', |
| 265 'inspector/InspectorOverlayHost.idl', | 265 'inspector/InspectorOverlayHost.idl', |
| 266 'inspector/JavaScriptCallFrame.idl', | 266 'inspector/JavaScriptCallFrame.idl', |
| 267 'loader/appcache/DOMApplicationCache.idl', | 267 'loader/appcache/DOMApplicationCache.idl', |
| 268 'page/BarProp.idl', | 268 'page/BarProp.idl', |
| 269 'page/Console.idl', | 269 'page/Console.idl', |
| 270 'page/DOMWindow.idl', |
| 271 'page/DOMWindowPagePopup.idl', |
| 270 'page/EventSource.idl', | 272 'page/EventSource.idl', |
| 271 'page/History.idl', | 273 'page/History.idl', |
| 272 'page/Location.idl', | 274 'page/Location.idl', |
| 273 'page/MemoryInfo.idl', | 275 'page/MemoryInfo.idl', |
| 274 'page/Navigator.idl', | 276 'page/Navigator.idl', |
| 275 'page/PagePopupController.idl', | 277 'page/PagePopupController.idl', |
| 276 'page/Performance.idl', | 278 'page/Performance.idl', |
| 277 'page/PerformanceEntry.idl', | 279 'page/PerformanceEntry.idl', |
| 278 'page/PerformanceMark.idl', | 280 'page/PerformanceMark.idl', |
| 279 'page/PerformanceMeasure.idl', | 281 'page/PerformanceMeasure.idl', |
| 280 'page/PerformanceNavigation.idl', | 282 'page/PerformanceNavigation.idl', |
| 281 'page/PerformanceResourceTiming.idl', | 283 'page/PerformanceResourceTiming.idl', |
| 282 'page/PerformanceTiming.idl', | 284 'page/PerformanceTiming.idl', |
| 283 'page/Screen.idl', | 285 'page/Screen.idl', |
| 284 'page/SecurityPolicy.idl', | 286 'page/SecurityPolicy.idl', |
| 285 'page/Selection.idl', | 287 'page/Selection.idl', |
| 286 'page/SpeechInputEvent.idl', | 288 'page/SpeechInputEvent.idl', |
| 287 'page/SpeechInputResult.idl', | 289 'page/SpeechInputResult.idl', |
| 288 'page/SpeechInputResultList.idl', | 290 'page/SpeechInputResultList.idl', |
| 289 'page/WebKitPoint.idl', | 291 'page/WebKitPoint.idl', |
| 290 'page/Window.idl', | |
| 291 'page/WindowPagePopup.idl', | |
| 292 'page/WorkerNavigator.idl', | 292 'page/WorkerNavigator.idl', |
| 293 'plugins/MimeType.idl', | 293 'plugins/MimeType.idl', |
| 294 'plugins/MimeTypeArray.idl', | 294 'plugins/MimeTypeArray.idl', |
| 295 'plugins/Plugin.idl', | 295 'plugins/Plugin.idl', |
| 296 'plugins/PluginArray.idl', | 296 'plugins/PluginArray.idl', |
| 297 'storage/Storage.idl', | 297 'storage/Storage.idl', |
| 298 'storage/StorageEvent.idl', | 298 'storage/StorageEvent.idl', |
| 299 'workers/AbstractWorker.idl', | 299 'workers/AbstractWorker.idl', |
| 300 'workers/DedicatedWorkerContext.idl', | 300 'workers/DedicatedWorkerContext.idl', |
| 301 'workers/SharedWorker.idl', | 301 'workers/SharedWorker.idl', |
| (...skipping 3390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3692 'bison_exe': 'bison', | 3692 'bison_exe': 'bison', |
| 3693 # We specify a preprocess so it happens locally and won't get | 3693 # We specify a preprocess so it happens locally and won't get |
| 3694 # distributed to goma. | 3694 # distributed to goma. |
| 3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3696 # use /usr/bin/clang once we require Xcode 4.x. | 3696 # use /usr/bin/clang once we require Xcode 4.x. |
| 3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3698 }], | 3698 }], |
| 3699 ], | 3699 ], |
| 3700 } | 3700 } |
| 3701 } | 3701 } |
| OLD | NEW |