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