| 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 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1193 'page/PerformanceResourceTiming.cpp', | 1193 'page/PerformanceResourceTiming.cpp', |
| 1194 'page/PerformanceResourceTiming.h', | 1194 'page/PerformanceResourceTiming.h', |
| 1195 'page/PerformanceTiming.cpp', | 1195 'page/PerformanceTiming.cpp', |
| 1196 'page/PerformanceTiming.h', | 1196 'page/PerformanceTiming.h', |
| 1197 'page/PerformanceUserTiming.cpp', | 1197 'page/PerformanceUserTiming.cpp', |
| 1198 'page/PerformanceUserTiming.h', | 1198 'page/PerformanceUserTiming.h', |
| 1199 'page/PointerLockController.cpp', | 1199 'page/PointerLockController.cpp', |
| 1200 'page/PointerLockController.h', | 1200 'page/PointerLockController.h', |
| 1201 'page/PopupOpeningObserver.h', | 1201 'page/PopupOpeningObserver.h', |
| 1202 'page/PrintContext.cpp', | 1202 'page/PrintContext.cpp', |
| 1203 'page/ResourceTimingInfo.h', | |
| 1204 'page/RuntimeCSSEnabled.cpp', | 1203 'page/RuntimeCSSEnabled.cpp', |
| 1205 'page/RuntimeCSSEnabled.h', | 1204 'page/RuntimeCSSEnabled.h', |
| 1206 'page/RuntimeEnabledFeaturesCustom.cpp', | 1205 'page/RuntimeEnabledFeaturesCustom.cpp', |
| 1207 'page/Screen.cpp', | 1206 'page/Screen.cpp', |
| 1208 'page/Screen.h', | 1207 'page/Screen.h', |
| 1209 'page/Settings.cpp', | 1208 'page/Settings.cpp', |
| 1210 'page/SpatialNavigation.cpp', | 1209 'page/SpatialNavigation.cpp', |
| 1211 'page/SpeechInput.cpp', | 1210 'page/SpeechInput.cpp', |
| 1212 'page/SpeechInput.h', | 1211 'page/SpeechInput.h', |
| 1213 'page/SpeechInputClient.h', | 1212 'page/SpeechInputClient.h', |
| (...skipping 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3698 'bison_exe': 'bison', | 3697 'bison_exe': 'bison', |
| 3699 # We specify a preprocess so it happens locally and won't get | 3698 # We specify a preprocess so it happens locally and won't get |
| 3700 # distributed to goma. | 3699 # distributed to goma. |
| 3701 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3700 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3702 # use /usr/bin/clang once we require Xcode 4.x. | 3701 # use /usr/bin/clang once we require Xcode 4.x. |
| 3703 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3702 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3704 }], | 3703 }], |
| 3705 ], | 3704 ], |
| 3706 } | 3705 } |
| 3707 } | 3706 } |
| OLD | NEW |