| 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 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2620 'platform/Pasteboard.cpp', | 2620 'platform/Pasteboard.cpp', |
| 2621 'platform/Pasteboard.h', | 2621 'platform/Pasteboard.h', |
| 2622 'platform/PlatformInstrumentation.cpp', | 2622 'platform/PlatformInstrumentation.cpp', |
| 2623 'platform/PlatformInstrumentation.h', | 2623 'platform/PlatformInstrumentation.h', |
| 2624 'platform/PlatformSpeechSynthesisUtterance.cpp', | 2624 'platform/PlatformSpeechSynthesisUtterance.cpp', |
| 2625 'platform/PlatformSpeechSynthesisUtterance.h', | 2625 'platform/PlatformSpeechSynthesisUtterance.h', |
| 2626 'platform/PlatformSpeechSynthesisVoice.cpp', | 2626 'platform/PlatformSpeechSynthesisVoice.cpp', |
| 2627 'platform/PlatformSpeechSynthesisVoice.h', | 2627 'platform/PlatformSpeechSynthesisVoice.h', |
| 2628 'platform/PlatformSpeechSynthesizer.cpp', | 2628 'platform/PlatformSpeechSynthesizer.cpp', |
| 2629 'platform/PlatformSpeechSynthesizer.h', | 2629 'platform/PlatformSpeechSynthesizer.h', |
| 2630 'platform/PlatformTouchEvent.h', | |
| 2631 'platform/PlatformTouchPoint.h', | |
| 2632 'platform/Prerender.cpp', | 2630 'platform/Prerender.cpp', |
| 2633 'platform/Prerender.h', | 2631 'platform/Prerender.h', |
| 2634 'platform/PrerenderClient.h', | 2632 'platform/PrerenderClient.h', |
| 2635 'platform/ScrollAnimator.cpp', | 2633 'platform/ScrollAnimator.cpp', |
| 2636 'platform/ScrollAnimator.h', | 2634 'platform/ScrollAnimator.h', |
| 2637 'platform/ScrollAnimatorNone.cpp', | 2635 'platform/ScrollAnimatorNone.cpp', |
| 2638 'platform/ScrollAnimatorNone.h', | 2636 'platform/ScrollAnimatorNone.h', |
| 2639 'platform/ScrollView.cpp', | 2637 'platform/ScrollView.cpp', |
| 2640 'platform/ScrollableArea.cpp', | 2638 'platform/ScrollableArea.cpp', |
| 2641 'platform/Scrollbar.cpp', | 2639 'platform/Scrollbar.cpp', |
| (...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3749 'bison_exe': 'bison', | 3747 'bison_exe': 'bison', |
| 3750 # We specify a preprocess so it happens locally and won't get | 3748 # We specify a preprocess so it happens locally and won't get |
| 3751 # distributed to goma. | 3749 # distributed to goma. |
| 3752 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3750 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3753 # use /usr/bin/clang once we require Xcode 4.x. | 3751 # use /usr/bin/clang once we require Xcode 4.x. |
| 3754 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3752 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3755 }], | 3753 }], |
| 3756 ], | 3754 ], |
| 3757 } | 3755 } |
| 3758 } | 3756 } |
| OLD | NEW |