| 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 2676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2687 'platform/chromium/FramelessScrollView.cpp', | 2687 'platform/chromium/FramelessScrollView.cpp', |
| 2688 'platform/chromium/FramelessScrollView.h', | 2688 'platform/chromium/FramelessScrollView.h', |
| 2689 'platform/chromium/FramelessScrollViewClient.h', | 2689 'platform/chromium/FramelessScrollViewClient.h', |
| 2690 'platform/chromium/HistogramSupportChromium.cpp', | 2690 'platform/chromium/HistogramSupportChromium.cpp', |
| 2691 'platform/chromium/KeyCodeConversion.h', | 2691 'platform/chromium/KeyCodeConversion.h', |
| 2692 'platform/chromium/KeyCodeConversionAndroid.cpp', | 2692 'platform/chromium/KeyCodeConversionAndroid.cpp', |
| 2693 'platform/chromium/KeyCodeConversionGtk.cpp', | 2693 'platform/chromium/KeyCodeConversionGtk.cpp', |
| 2694 'platform/chromium/KeyboardCodes.h', | 2694 'platform/chromium/KeyboardCodes.h', |
| 2695 'platform/chromium/MemoryUsageSupportChromium.cpp', | 2695 'platform/chromium/MemoryUsageSupportChromium.cpp', |
| 2696 'platform/chromium/MIMETypeRegistryChromium.cpp', | 2696 'platform/chromium/MIMETypeRegistryChromium.cpp', |
| 2697 'platform/chromium/PasteMode.h', | |
| 2698 'platform/chromium/PlatformScreenChromium.cpp', | 2697 'platform/chromium/PlatformScreenChromium.cpp', |
| 2699 'platform/chromium/PlatformThemeChromiumDefault.cpp', | 2698 'platform/chromium/PlatformThemeChromiumDefault.cpp', |
| 2700 'platform/chromium/PlatformThemeChromiumDefault.h', | 2699 'platform/chromium/PlatformThemeChromiumDefault.h', |
| 2701 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', | 2700 'platform/chromium/PlatformSpeechSynthesizerChromium.cpp', |
| 2702 'platform/graphics/BitmapImage.cpp', | 2701 'platform/graphics/BitmapImage.cpp', |
| 2703 'platform/graphics/ContentDecryptionModule.cpp', | 2702 'platform/graphics/ContentDecryptionModule.cpp', |
| 2704 'platform/graphics/ContentDecryptionModule.h', | 2703 'platform/graphics/ContentDecryptionModule.h', |
| 2705 'platform/graphics/ContentDecryptionModuleSession.cpp', | 2704 'platform/graphics/ContentDecryptionModuleSession.cpp', |
| 2706 'platform/graphics/ContentDecryptionModuleSession.h', | 2705 'platform/graphics/ContentDecryptionModuleSession.h', |
| 2707 'platform/graphics/Color.cpp', | 2706 'platform/graphics/Color.cpp', |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3674 'bison_exe': 'bison', | 3673 'bison_exe': 'bison', |
| 3675 # We specify a preprocess so it happens locally and won't get | 3674 # We specify a preprocess so it happens locally and won't get |
| 3676 # distributed to goma. | 3675 # distributed to goma. |
| 3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3676 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3678 # use /usr/bin/clang once we require Xcode 4.x. | 3677 # use /usr/bin/clang once we require Xcode 4.x. |
| 3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3678 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3680 }], | 3679 }], |
| 3681 ], | 3680 ], |
| 3682 } | 3681 } |
| 3683 } | 3682 } |
| OLD | NEW |