| 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/CSSMediaRule.idl', | 10 'css/CSSMediaRule.idl', |
| (...skipping 3671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3682 'testing/MockPagePopupDriver.cpp', | 3682 'testing/MockPagePopupDriver.cpp', |
| 3683 'testing/MockPagePopupDriver.h', | 3683 'testing/MockPagePopupDriver.h', |
| 3684 'testing/TypeConversions.h', | 3684 'testing/TypeConversions.h', |
| 3685 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', | 3685 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', |
| 3686 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', | 3686 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', |
| 3687 ], | 3687 ], |
| 3688 'webcore_platform_support_files': [ | 3688 'webcore_platform_support_files': [ |
| 3689 'platform/chromium/support/Platform.cpp', | 3689 'platform/chromium/support/Platform.cpp', |
| 3690 'platform/chromium/support/WebActiveGestureAnimation.cpp', | 3690 'platform/chromium/support/WebActiveGestureAnimation.cpp', |
| 3691 'platform/chromium/support/WebActiveGestureAnimation.h', | 3691 'platform/chromium/support/WebActiveGestureAnimation.h', |
| 3692 'platform/chromium/support/WebArrayBuffer.cpp', |
| 3692 'platform/chromium/support/WebAudioBus.cpp', | 3693 'platform/chromium/support/WebAudioBus.cpp', |
| 3693 'platform/chromium/support/WebCryptoAlgorithm.cpp', | 3694 'platform/chromium/support/WebCryptoAlgorithm.cpp', |
| 3694 'platform/chromium/support/WebCryptoKey.cpp', | 3695 'platform/chromium/support/WebCryptoKey.cpp', |
| 3695 'platform/chromium/support/WebCursorInfo.cpp', | 3696 'platform/chromium/support/WebCursorInfo.cpp', |
| 3696 'platform/chromium/support/WebData.cpp', | 3697 'platform/chromium/support/WebData.cpp', |
| 3697 'platform/chromium/support/WebDeviceMotionData.cpp', | 3698 'platform/chromium/support/WebDeviceMotionData.cpp', |
| 3698 'platform/chromium/support/WebFloatQuad.cpp', | 3699 'platform/chromium/support/WebFloatQuad.cpp', |
| 3699 'platform/chromium/support/WebHTTPBody.cpp', | 3700 'platform/chromium/support/WebHTTPBody.cpp', |
| 3700 'platform/chromium/support/WebHTTPLoadInfo.cpp', | 3701 'platform/chromium/support/WebHTTPLoadInfo.cpp', |
| 3701 'platform/chromium/support/WebMediaConstraints.cpp', | 3702 'platform/chromium/support/WebMediaConstraints.cpp', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3795 'bison_exe': 'bison', | 3796 'bison_exe': 'bison', |
| 3796 # We specify a preprocess so it happens locally and won't get | 3797 # We specify a preprocess so it happens locally and won't get |
| 3797 # distributed to goma. | 3798 # distributed to goma. |
| 3798 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3799 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3799 # use /usr/bin/clang once we require Xcode 4.x. | 3800 # use /usr/bin/clang once we require Xcode 4.x. |
| 3800 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3801 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3801 }], | 3802 }], |
| 3802 ], | 3803 ], |
| 3803 } | 3804 } |
| 3804 } | 3805 } |
| OLD | NEW |