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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 'page/SpeechInputResult.h', | 1275 'page/SpeechInputResult.h', |
1276 'page/SpeechInputResultList.cpp', | 1276 'page/SpeechInputResultList.cpp', |
1277 'page/SpeechInputResultList.h', | 1277 'page/SpeechInputResultList.h', |
1278 'page/SuspendableTimer.cpp', | 1278 'page/SuspendableTimer.cpp', |
1279 'page/SuspendableTimer.h', | 1279 'page/SuspendableTimer.h', |
1280 'page/TouchAdjustment.cpp', | 1280 'page/TouchAdjustment.cpp', |
1281 'page/TouchAdjustment.h', | 1281 'page/TouchAdjustment.h', |
1282 'page/TouchDisambiguation.cpp', | 1282 'page/TouchDisambiguation.cpp', |
1283 'page/TouchDisambiguation.h', | 1283 'page/TouchDisambiguation.h', |
1284 'page/UseCounter.cpp', | 1284 'page/UseCounter.cpp', |
1285 'page/UserContentURLPattern.cpp', | |
1286 'page/WindowFeatures.cpp', | 1285 'page/WindowFeatures.cpp', |
1287 'page/WindowFocusAllowedIndicator.cpp', | 1286 'page/WindowFocusAllowedIndicator.cpp', |
1288 'page/WorkerNavigator.cpp', | 1287 'page/WorkerNavigator.cpp', |
1289 'page/WorkerNavigator.h', | 1288 'page/WorkerNavigator.h', |
1290 'page/animation/AnimationBase.cpp', | 1289 'page/animation/AnimationBase.cpp', |
1291 'page/animation/AnimationBase.h', | 1290 'page/animation/AnimationBase.h', |
1292 'page/animation/AnimationController.cpp', | 1291 'page/animation/AnimationController.cpp', |
1293 'page/animation/AnimationControllerPrivate.h', | 1292 'page/animation/AnimationControllerPrivate.h', |
1294 'page/animation/CompositeAnimation.cpp', | 1293 'page/animation/CompositeAnimation.cpp', |
1295 'page/animation/CompositeAnimation.h', | 1294 'page/animation/CompositeAnimation.h', |
(...skipping 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3844 'bison_exe': 'bison', | 3843 'bison_exe': 'bison', |
3845 # We specify a preprocess so it happens locally and won't get | 3844 # We specify a preprocess so it happens locally and won't get |
3846 # distributed to goma. | 3845 # distributed to goma. |
3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3846 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3848 # use /usr/bin/clang once we require Xcode 4.x. | 3847 # use /usr/bin/clang once we require Xcode 4.x. |
3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3848 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3850 }], | 3849 }], |
3851 ], | 3850 ], |
3852 } | 3851 } |
3853 } | 3852 } |
OLD | NEW |