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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1196 'page/PerformanceResourceTiming.cpp', | 1196 'page/PerformanceResourceTiming.cpp', |
1197 'page/PerformanceResourceTiming.h', | 1197 'page/PerformanceResourceTiming.h', |
1198 'page/PerformanceTiming.cpp', | 1198 'page/PerformanceTiming.cpp', |
1199 'page/PerformanceTiming.h', | 1199 'page/PerformanceTiming.h', |
1200 'page/PerformanceUserTiming.cpp', | 1200 'page/PerformanceUserTiming.cpp', |
1201 'page/PerformanceUserTiming.h', | 1201 'page/PerformanceUserTiming.h', |
1202 'page/PointerLockController.cpp', | 1202 'page/PointerLockController.cpp', |
1203 'page/PointerLockController.h', | 1203 'page/PointerLockController.h', |
1204 'page/PopupOpeningObserver.h', | 1204 'page/PopupOpeningObserver.h', |
1205 'page/PrintContext.cpp', | 1205 'page/PrintContext.cpp', |
| 1206 'page/ResourceTimingInfo.h', |
1206 'page/RuntimeCSSEnabled.cpp', | 1207 'page/RuntimeCSSEnabled.cpp', |
1207 'page/RuntimeCSSEnabled.h', | 1208 'page/RuntimeCSSEnabled.h', |
1208 'page/RuntimeEnabledFeaturesCustom.cpp', | 1209 'page/RuntimeEnabledFeaturesCustom.cpp', |
1209 'page/Screen.cpp', | 1210 'page/Screen.cpp', |
1210 'page/Screen.h', | 1211 'page/Screen.h', |
1211 'page/Settings.cpp', | 1212 'page/Settings.cpp', |
1212 'page/SpatialNavigation.cpp', | 1213 'page/SpatialNavigation.cpp', |
1213 'page/SpeechInput.cpp', | 1214 'page/SpeechInput.cpp', |
1214 'page/SpeechInput.h', | 1215 'page/SpeechInput.h', |
1215 'page/SpeechInputClient.h', | 1216 'page/SpeechInputClient.h', |
(...skipping 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3771 'bison_exe': 'bison', | 3772 'bison_exe': 'bison', |
3772 # We specify a preprocess so it happens locally and won't get | 3773 # We specify a preprocess so it happens locally and won't get |
3773 # distributed to goma. | 3774 # distributed to goma. |
3774 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3775 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3775 # use /usr/bin/clang once we require Xcode 4.x. | 3776 # use /usr/bin/clang once we require Xcode 4.x. |
3776 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3777 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3777 }], | 3778 }], |
3778 ], | 3779 ], |
3779 } | 3780 } |
3780 } | 3781 } |
OLD | NEW |