| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'deprecated_perl_core_idl_files': [ | 3 'deprecated_perl_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 3733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3744 'testing/TypeConversions.h', | 3744 'testing/TypeConversions.h', |
| 3745 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp', | 3745 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp', |
| 3746 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h', | 3746 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h', |
| 3747 ], | 3747 ], |
| 3748 'webcore_platform_support_files': [ | 3748 'webcore_platform_support_files': [ |
| 3749 'platform/chromium/support/Platform.cpp', | 3749 'platform/chromium/support/Platform.cpp', |
| 3750 'platform/chromium/support/WebActiveGestureAnimation.cpp', | 3750 'platform/chromium/support/WebActiveGestureAnimation.cpp', |
| 3751 'platform/chromium/support/WebActiveGestureAnimation.h', | 3751 'platform/chromium/support/WebActiveGestureAnimation.h', |
| 3752 'platform/chromium/support/WebArrayBuffer.cpp', | 3752 'platform/chromium/support/WebArrayBuffer.cpp', |
| 3753 'platform/chromium/support/WebAudioBus.cpp', | 3753 'platform/chromium/support/WebAudioBus.cpp', |
| 3754 'platform/chromium/support/WebBlobInfo.cpp', |
| 3754 'platform/chromium/support/WebCrypto.cpp', | 3755 'platform/chromium/support/WebCrypto.cpp', |
| 3755 'platform/chromium/support/WebCryptoAlgorithm.cpp', | 3756 'platform/chromium/support/WebCryptoAlgorithm.cpp', |
| 3756 'platform/chromium/support/WebCryptoKey.cpp', | 3757 'platform/chromium/support/WebCryptoKey.cpp', |
| 3757 'platform/chromium/support/WebCursorInfo.cpp', | 3758 'platform/chromium/support/WebCursorInfo.cpp', |
| 3758 'platform/chromium/support/WebData.cpp', | 3759 'platform/chromium/support/WebData.cpp', |
| 3759 'platform/chromium/support/WebDeviceMotionData.cpp', | 3760 'platform/chromium/support/WebDeviceMotionData.cpp', |
| 3760 'platform/chromium/support/WebDeviceOrientationData.cpp', | 3761 'platform/chromium/support/WebDeviceOrientationData.cpp', |
| 3761 'platform/chromium/support/WebFileSystemCallbacks.cpp', | 3762 'platform/chromium/support/WebFileSystemCallbacks.cpp', |
| 3762 'platform/chromium/support/WebFloatQuad.cpp', | 3763 'platform/chromium/support/WebFloatQuad.cpp', |
| 3763 'platform/chromium/support/WebHTTPBody.cpp', | 3764 'platform/chromium/support/WebHTTPBody.cpp', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3875 'bison_exe': 'bison', | 3876 'bison_exe': 'bison', |
| 3876 # We specify a preprocess so it happens locally and won't get | 3877 # We specify a preprocess so it happens locally and won't get |
| 3877 # distributed to goma. | 3878 # distributed to goma. |
| 3878 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3879 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3879 # use /usr/bin/clang once we require Xcode 4.x. | 3880 # use /usr/bin/clang once we require Xcode 4.x. |
| 3880 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3881 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3881 }], | 3882 }], |
| 3882 ], | 3883 ], |
| 3883 } | 3884 } |
| 3884 } | 3885 } |
| OLD | NEW |