| 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 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2679 'platform/animation/KeyframeValueList.cpp', | 2679 'platform/animation/KeyframeValueList.cpp', |
| 2680 'platform/animation/KeyframeValueList.h', | 2680 'platform/animation/KeyframeValueList.h', |
| 2681 'platform/chromium/ChromiumDataObject.cpp', | 2681 'platform/chromium/ChromiumDataObject.cpp', |
| 2682 'platform/chromium/ChromiumDataObject.h', | 2682 'platform/chromium/ChromiumDataObject.h', |
| 2683 'platform/chromium/ChromiumDataObjectItem.cpp', | 2683 'platform/chromium/ChromiumDataObjectItem.cpp', |
| 2684 'platform/chromium/ChromiumDataObjectItem.h', | 2684 'platform/chromium/ChromiumDataObjectItem.h', |
| 2685 'platform/chromium/FramelessScrollView.cpp', | 2685 'platform/chromium/FramelessScrollView.cpp', |
| 2686 'platform/chromium/FramelessScrollView.h', | 2686 'platform/chromium/FramelessScrollView.h', |
| 2687 'platform/chromium/FramelessScrollViewClient.h', | 2687 'platform/chromium/FramelessScrollViewClient.h', |
| 2688 'platform/chromium/HistogramSupportChromium.cpp', | 2688 'platform/chromium/HistogramSupportChromium.cpp', |
| 2689 'platform/chromium/KeyCodeConversion.h', | |
| 2690 'platform/chromium/KeyCodeConversionAndroid.cpp', | |
| 2691 'platform/chromium/KeyCodeConversionGtk.cpp', | |
| 2692 'platform/chromium/KeyboardCodes.h', | |
| 2693 'platform/chromium/MemoryUsageSupportChromium.cpp', | 2689 'platform/chromium/MemoryUsageSupportChromium.cpp', |
| 2694 'platform/chromium/MIMETypeRegistryChromium.cpp', | 2690 'platform/chromium/MIMETypeRegistryChromium.cpp', |
| 2695 'platform/chromium/PlatformScreenChromium.cpp', | 2691 'platform/chromium/PlatformScreenChromium.cpp', |
| 2696 'platform/chromium/PlatformThemeChromiumDefault.cpp', | 2692 'platform/chromium/PlatformThemeChromiumDefault.cpp', |
| 2697 'platform/chromium/PlatformThemeChromiumDefault.h', | 2693 'platform/chromium/PlatformThemeChromiumDefault.h', |
| 2698 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', | 2694 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', |
| 2699 'platform/graphics/BitmapImage.cpp', | 2695 'platform/graphics/BitmapImage.cpp', |
| 2700 'platform/graphics/ContentDecryptionModule.cpp', | 2696 'platform/graphics/ContentDecryptionModule.cpp', |
| 2701 'platform/graphics/ContentDecryptionModule.h', | 2697 'platform/graphics/ContentDecryptionModule.h', |
| 2702 'platform/graphics/ContentDecryptionModuleSession.cpp', | 2698 'platform/graphics/ContentDecryptionModuleSession.cpp', |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3656 'bison_exe': 'bison', | 3652 'bison_exe': 'bison', |
| 3657 # We specify a preprocess so it happens locally and won't get | 3653 # We specify a preprocess so it happens locally and won't get |
| 3658 # distributed to goma. | 3654 # distributed to goma. |
| 3659 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3655 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3660 # use /usr/bin/clang once we require Xcode 4.x. | 3656 # use /usr/bin/clang once we require Xcode 4.x. |
| 3661 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3657 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3662 }], | 3658 }], |
| 3663 ], | 3659 ], |
| 3664 } | 3660 } |
| 3665 } | 3661 } |
| OLD | NEW |