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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'inspector/JavaScriptCallFrame.idl', | 238 'inspector/JavaScriptCallFrame.idl', |
239 'loader/appcache/DOMApplicationCache.idl', | 239 'loader/appcache/DOMApplicationCache.idl', |
240 'page/BarProp.idl', | 240 'page/BarProp.idl', |
241 'page/Console.idl', | 241 'page/Console.idl', |
242 'page/EventSource.idl', | 242 'page/EventSource.idl', |
243 'page/History.idl', | 243 'page/History.idl', |
244 'page/ImageBitmap.idl', | 244 'page/ImageBitmap.idl', |
245 'page/Location.idl', | 245 'page/Location.idl', |
246 'page/MemoryInfo.idl', | 246 'page/MemoryInfo.idl', |
247 'page/Navigator.idl', | 247 'page/Navigator.idl', |
| 248 'page/NavigatorOnLine.idl', |
248 'page/PagePopupController.idl', | 249 'page/PagePopupController.idl', |
249 'page/Performance.idl', | 250 'page/Performance.idl', |
250 'page/PerformanceEntry.idl', | 251 'page/PerformanceEntry.idl', |
251 'page/PerformanceMark.idl', | 252 'page/PerformanceMark.idl', |
252 'page/PerformanceMeasure.idl', | 253 'page/PerformanceMeasure.idl', |
253 'page/PerformanceNavigation.idl', | 254 'page/PerformanceNavigation.idl', |
254 'page/PerformanceResourceTiming.idl', | 255 'page/PerformanceResourceTiming.idl', |
255 'page/PerformanceTiming.idl', | 256 'page/PerformanceTiming.idl', |
256 'page/Screen.idl', | 257 'page/Screen.idl', |
257 'page/SecurityPolicy.idl', | 258 'page/SecurityPolicy.idl', |
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1189 'page/LayoutMilestones.h', | 1190 'page/LayoutMilestones.h', |
1190 'page/Location.cpp', | 1191 'page/Location.cpp', |
1191 'page/Location.h', | 1192 'page/Location.h', |
1192 'page/MemoryInfo.cpp', | 1193 'page/MemoryInfo.cpp', |
1193 'page/MouseEventWithHitTestResults.cpp', | 1194 'page/MouseEventWithHitTestResults.cpp', |
1194 'page/MouseEventWithHitTestResults.h', | 1195 'page/MouseEventWithHitTestResults.h', |
1195 'page/Navigator.cpp', | 1196 'page/Navigator.cpp', |
1196 'page/Navigator.h', | 1197 'page/Navigator.h', |
1197 'page/NavigatorBase.cpp', | 1198 'page/NavigatorBase.cpp', |
1198 'page/NavigatorBase.h', | 1199 'page/NavigatorBase.h', |
| 1200 'page/NavigatorOnLine.h', |
1199 'page/Page.cpp', | 1201 'page/Page.cpp', |
1200 'page/PageConsole.cpp', | 1202 'page/PageConsole.cpp', |
1201 'page/PageGroup.cpp', | 1203 'page/PageGroup.cpp', |
1202 'page/PageGroupLoadDeferrer.cpp', | 1204 'page/PageGroupLoadDeferrer.cpp', |
1203 'page/PageGroupLoadDeferrer.h', | 1205 'page/PageGroupLoadDeferrer.h', |
1204 'page/PageLifecycleNotifier.cpp', | 1206 'page/PageLifecycleNotifier.cpp', |
1205 'page/PageLifecycleNotifier.h', | 1207 'page/PageLifecycleNotifier.h', |
1206 'page/PageLifecycleObserver.cpp', | 1208 'page/PageLifecycleObserver.cpp', |
1207 'page/PageLifecycleObserver.h', | 1209 'page/PageLifecycleObserver.h', |
1208 'page/PagePopupController.cpp', | 1210 'page/PagePopupController.cpp', |
(...skipping 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3839 'bison_exe': 'bison', | 3841 'bison_exe': 'bison', |
3840 # We specify a preprocess so it happens locally and won't get | 3842 # We specify a preprocess so it happens locally and won't get |
3841 # distributed to goma. | 3843 # distributed to goma. |
3842 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3844 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3843 # use /usr/bin/clang once we require Xcode 4.x. | 3845 # use /usr/bin/clang once we require Xcode 4.x. |
3844 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3846 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3845 }], | 3847 }], |
3846 ], | 3848 ], |
3847 } | 3849 } |
3848 } | 3850 } |
OLD | NEW |