| 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 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2791 'platform/chromium/PlatformThemeChromiumDefault.cpp', | 2791 'platform/chromium/PlatformThemeChromiumDefault.cpp', |
| 2792 'platform/chromium/PlatformThemeChromiumDefault.h', | 2792 'platform/chromium/PlatformThemeChromiumDefault.h', |
| 2793 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', | 2793 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', |
| 2794 'platform/chromium/SSLKeyGeneratorChromium.cpp', | 2794 'platform/chromium/SSLKeyGeneratorChromium.cpp', |
| 2795 'platform/chromium/SharedTimerChromium.cpp', | 2795 'platform/chromium/SharedTimerChromium.cpp', |
| 2796 'platform/chromium/StatsCounterChromium.cpp', | 2796 'platform/chromium/StatsCounterChromium.cpp', |
| 2797 'platform/chromium/SuddenTerminationChromium.cpp', | 2797 'platform/chromium/SuddenTerminationChromium.cpp', |
| 2798 'platform/chromium/TraceEvent.h', | 2798 'platform/chromium/TraceEvent.h', |
| 2799 'platform/cocoa/KeyEventCocoa.h', | 2799 'platform/cocoa/KeyEventCocoa.h', |
| 2800 'platform/cocoa/KeyEventCocoa.mm', | 2800 'platform/cocoa/KeyEventCocoa.mm', |
| 2801 'platform/graphics/ANGLEWebKitBridge.cpp', | |
| 2802 'platform/graphics/ANGLEWebKitBridge.h', | |
| 2803 'platform/graphics/BitmapImage.cpp', | 2801 'platform/graphics/BitmapImage.cpp', |
| 2804 'platform/graphics/ContentDecryptionModule.cpp', | 2802 'platform/graphics/ContentDecryptionModule.cpp', |
| 2805 'platform/graphics/ContentDecryptionModule.h', | 2803 'platform/graphics/ContentDecryptionModule.h', |
| 2806 'platform/graphics/ContentDecryptionModuleSession.cpp', | 2804 'platform/graphics/ContentDecryptionModuleSession.cpp', |
| 2807 'platform/graphics/ContentDecryptionModuleSession.h', | 2805 'platform/graphics/ContentDecryptionModuleSession.h', |
| 2808 'platform/graphics/Color.cpp', | 2806 'platform/graphics/Color.cpp', |
| 2809 'platform/graphics/CrossfadeGeneratedImage.cpp', | 2807 'platform/graphics/CrossfadeGeneratedImage.cpp', |
| 2810 'platform/graphics/CrossfadeGeneratedImage.h', | 2808 'platform/graphics/CrossfadeGeneratedImage.h', |
| 2811 'platform/graphics/DrawLooper.cpp', | 2809 'platform/graphics/DrawLooper.cpp', |
| 2812 'platform/graphics/DrawLooper.h', | 2810 'platform/graphics/DrawLooper.h', |
| (...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3819 'bison_exe': 'bison', | 3817 'bison_exe': 'bison', |
| 3820 # We specify a preprocess so it happens locally and won't get | 3818 # We specify a preprocess so it happens locally and won't get |
| 3821 # distributed to goma. | 3819 # distributed to goma. |
| 3822 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3820 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3823 # use /usr/bin/clang once we require Xcode 4.x. | 3821 # use /usr/bin/clang once we require Xcode 4.x. |
| 3824 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3822 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3825 }], | 3823 }], |
| 3826 ], | 3824 ], |
| 3827 } | 3825 } |
| 3828 } | 3826 } |
| OLD | NEW |