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/CSSFilterRule.idl', | 6 'css/CSSFilterRule.idl', |
7 'css/CSSFilterValue.idl', | 7 'css/CSSFilterValue.idl', |
8 'css/CSSFontFaceLoadEvent.idl', | 8 'css/CSSFontFaceLoadEvent.idl', |
9 'css/CSSFontFaceRule.idl', | 9 'css/CSSFontFaceRule.idl', |
10 'css/CSSHostRule.idl', | 10 'css/CSSHostRule.idl', |
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1187 'page/PerformanceResourceTiming.cpp', | 1187 'page/PerformanceResourceTiming.cpp', |
1188 'page/PerformanceResourceTiming.h', | 1188 'page/PerformanceResourceTiming.h', |
1189 'page/PerformanceTiming.cpp', | 1189 'page/PerformanceTiming.cpp', |
1190 'page/PerformanceTiming.h', | 1190 'page/PerformanceTiming.h', |
1191 'page/PerformanceUserTiming.cpp', | 1191 'page/PerformanceUserTiming.cpp', |
1192 'page/PerformanceUserTiming.h', | 1192 'page/PerformanceUserTiming.h', |
1193 'page/PointerLockController.cpp', | 1193 'page/PointerLockController.cpp', |
1194 'page/PointerLockController.h', | 1194 'page/PointerLockController.h', |
1195 'page/PopupOpeningObserver.h', | 1195 'page/PopupOpeningObserver.h', |
1196 'page/PrintContext.cpp', | 1196 'page/PrintContext.cpp', |
| 1197 'page/ResourceTimingInfo.h', |
1197 'page/RuntimeCSSEnabled.cpp', | 1198 'page/RuntimeCSSEnabled.cpp', |
1198 'page/RuntimeCSSEnabled.h', | 1199 'page/RuntimeCSSEnabled.h', |
1199 'page/RuntimeEnabledFeaturesCustom.cpp', | 1200 'page/RuntimeEnabledFeaturesCustom.cpp', |
1200 'page/Screen.cpp', | 1201 'page/Screen.cpp', |
1201 'page/Screen.h', | 1202 'page/Screen.h', |
1202 'page/Settings.cpp', | 1203 'page/Settings.cpp', |
1203 'page/SpatialNavigation.cpp', | 1204 'page/SpatialNavigation.cpp', |
1204 'page/SpeechInput.cpp', | 1205 'page/SpeechInput.cpp', |
1205 'page/SpeechInput.h', | 1206 'page/SpeechInput.h', |
1206 'page/SpeechInputClient.h', | 1207 'page/SpeechInputClient.h', |
(...skipping 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3692 'bison_exe': 'bison', | 3693 'bison_exe': 'bison', |
3693 # We specify a preprocess so it happens locally and won't get | 3694 # We specify a preprocess so it happens locally and won't get |
3694 # distributed to goma. | 3695 # distributed to goma. |
3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3696 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3696 # use /usr/bin/clang once we require Xcode 4.x. | 3697 # use /usr/bin/clang once we require Xcode 4.x. |
3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3698 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3698 }], | 3699 }], |
3699 ], | 3700 ], |
3700 } | 3701 } |
3701 } | 3702 } |
OLD | NEW |