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 3661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3672 'testing/TypeConversions.h', | 3672 'testing/TypeConversions.h', |
3673 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', | 3673 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', |
3674 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', | 3674 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', |
3675 ], | 3675 ], |
3676 'webcore_platform_support_files': [ | 3676 'webcore_platform_support_files': [ |
3677 'platform/chromium/support/Platform.cpp', | 3677 'platform/chromium/support/Platform.cpp', |
3678 'platform/chromium/support/WebActiveGestureAnimation.cpp', | 3678 'platform/chromium/support/WebActiveGestureAnimation.cpp', |
3679 'platform/chromium/support/WebActiveGestureAnimation.h', | 3679 'platform/chromium/support/WebActiveGestureAnimation.h', |
3680 'platform/chromium/support/WebArrayBuffer.cpp', | 3680 'platform/chromium/support/WebArrayBuffer.cpp', |
3681 'platform/chromium/support/WebAudioBus.cpp', | 3681 'platform/chromium/support/WebAudioBus.cpp', |
| 3682 'platform/chromium/support/WebCrypto.cpp', |
3682 'platform/chromium/support/WebCryptoAlgorithm.cpp', | 3683 'platform/chromium/support/WebCryptoAlgorithm.cpp', |
3683 'platform/chromium/support/WebCryptoKey.cpp', | 3684 'platform/chromium/support/WebCryptoKey.cpp', |
3684 'platform/chromium/support/WebCursorInfo.cpp', | 3685 'platform/chromium/support/WebCursorInfo.cpp', |
3685 'platform/chromium/support/WebData.cpp', | 3686 'platform/chromium/support/WebData.cpp', |
3686 'platform/chromium/support/WebDeviceMotionData.cpp', | 3687 'platform/chromium/support/WebDeviceMotionData.cpp', |
3687 'platform/chromium/support/WebFloatQuad.cpp', | 3688 'platform/chromium/support/WebFloatQuad.cpp', |
3688 'platform/chromium/support/WebHTTPBody.cpp', | 3689 'platform/chromium/support/WebHTTPBody.cpp', |
3689 'platform/chromium/support/WebHTTPLoadInfo.cpp', | 3690 'platform/chromium/support/WebHTTPLoadInfo.cpp', |
3690 'platform/chromium/support/WebMediaConstraints.cpp', | 3691 'platform/chromium/support/WebMediaConstraints.cpp', |
3691 'platform/chromium/support/WebMediaStream.cpp', | 3692 'platform/chromium/support/WebMediaStream.cpp', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3783 'bison_exe': 'bison', | 3784 'bison_exe': 'bison', |
3784 # We specify a preprocess so it happens locally and won't get | 3785 # We specify a preprocess so it happens locally and won't get |
3785 # distributed to goma. | 3786 # distributed to goma. |
3786 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3787 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3787 # use /usr/bin/clang once we require Xcode 4.x. | 3788 # use /usr/bin/clang once we require Xcode 4.x. |
3788 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3789 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3789 }], | 3790 }], |
3790 ], | 3791 ], |
3791 } | 3792 } |
3792 } | 3793 } |
OLD | NEW |