| 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 2605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2616 'platform/LifecycleContext.h', | 2616 'platform/LifecycleContext.h', |
| 2617 'platform/LifecycleNotifier.cpp', | 2617 'platform/LifecycleNotifier.cpp', |
| 2618 'platform/LifecycleNotifier.h', | 2618 'platform/LifecycleNotifier.h', |
| 2619 'platform/LifecycleObserver.cpp', | 2619 'platform/LifecycleObserver.cpp', |
| 2620 'platform/LifecycleObserver.h', | 2620 'platform/LifecycleObserver.h', |
| 2621 'platform/MIMETypeFromURL.cpp', | 2621 'platform/MIMETypeFromURL.cpp', |
| 2622 'platform/MIMETypeFromURL.h', | 2622 'platform/MIMETypeFromURL.h', |
| 2623 'platform/ParsingUtilities.h', | 2623 'platform/ParsingUtilities.h', |
| 2624 'platform/Pasteboard.cpp', | 2624 'platform/Pasteboard.cpp', |
| 2625 'platform/Pasteboard.h', | 2625 'platform/Pasteboard.h', |
| 2626 'platform/PlatformEvent.cpp', | |
| 2627 'platform/PlatformEvent.h', | |
| 2628 'platform/PlatformInstrumentation.cpp', | 2626 'platform/PlatformInstrumentation.cpp', |
| 2629 'platform/PlatformInstrumentation.h', | 2627 'platform/PlatformInstrumentation.h', |
| 2630 'platform/PlatformSpeechSynthesisUtterance.cpp', | 2628 'platform/PlatformSpeechSynthesisUtterance.cpp', |
| 2631 'platform/PlatformSpeechSynthesisUtterance.h', | 2629 'platform/PlatformSpeechSynthesisUtterance.h', |
| 2632 'platform/PlatformSpeechSynthesisVoice.cpp', | 2630 'platform/PlatformSpeechSynthesisVoice.cpp', |
| 2633 'platform/PlatformSpeechSynthesisVoice.h', | 2631 'platform/PlatformSpeechSynthesisVoice.h', |
| 2634 'platform/PlatformSpeechSynthesizer.cpp', | 2632 'platform/PlatformSpeechSynthesizer.cpp', |
| 2635 'platform/PlatformSpeechSynthesizer.h', | 2633 'platform/PlatformSpeechSynthesizer.h', |
| 2636 'platform/PlatformTouchEvent.h', | 2634 'platform/PlatformTouchEvent.h', |
| 2637 'platform/PlatformTouchPoint.h', | 2635 'platform/PlatformTouchPoint.h', |
| (...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3786 'bison_exe': 'bison', | 3784 'bison_exe': 'bison', |
| 3787 # We specify a preprocess so it happens locally and won't get | 3785 # We specify a preprocess so it happens locally and won't get |
| 3788 # distributed to goma. | 3786 # distributed to goma. |
| 3789 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3787 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3790 # use /usr/bin/clang once we require Xcode 4.x. | 3788 # use /usr/bin/clang once we require Xcode 4.x. |
| 3791 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3789 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3792 }], | 3790 }], |
| 3793 ], | 3791 ], |
| 3794 } | 3792 } |
| 3795 } | 3793 } |
| OLD | NEW |