Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(870)

Side by Side Diff: Source/core/core.gypi

Issue 19401003: Revert "WebCrypto: Add SHA-1 support to crypto.subtle.digest()." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 3649 matching lines...) Expand 10 before | Expand all | Expand 10 after
3660 'testing/MockPagePopupDriver.cpp', 3660 'testing/MockPagePopupDriver.cpp',
3661 'testing/MockPagePopupDriver.h', 3661 'testing/MockPagePopupDriver.h',
3662 'testing/TypeConversions.h', 3662 'testing/TypeConversions.h',
3663 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', 3663 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp',
3664 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', 3664 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h',
3665 ], 3665 ],
3666 'webcore_platform_support_files': [ 3666 'webcore_platform_support_files': [
3667 'platform/chromium/support/Platform.cpp', 3667 'platform/chromium/support/Platform.cpp',
3668 'platform/chromium/support/WebActiveGestureAnimation.cpp', 3668 'platform/chromium/support/WebActiveGestureAnimation.cpp',
3669 'platform/chromium/support/WebActiveGestureAnimation.h', 3669 'platform/chromium/support/WebActiveGestureAnimation.h',
3670 'platform/chromium/support/WebArrayBuffer.cpp',
3671 'platform/chromium/support/WebAudioBus.cpp', 3670 'platform/chromium/support/WebAudioBus.cpp',
3672 'platform/chromium/support/WebCryptoAlgorithm.cpp', 3671 'platform/chromium/support/WebCryptoAlgorithm.cpp',
3673 'platform/chromium/support/WebCryptoKey.cpp', 3672 'platform/chromium/support/WebCryptoKey.cpp',
3674 'platform/chromium/support/WebCursorInfo.cpp', 3673 'platform/chromium/support/WebCursorInfo.cpp',
3675 'platform/chromium/support/WebData.cpp', 3674 'platform/chromium/support/WebData.cpp',
3676 'platform/chromium/support/WebDeviceMotionData.cpp', 3675 'platform/chromium/support/WebDeviceMotionData.cpp',
3677 'platform/chromium/support/WebFloatQuad.cpp', 3676 'platform/chromium/support/WebFloatQuad.cpp',
3678 'platform/chromium/support/WebHTTPBody.cpp', 3677 'platform/chromium/support/WebHTTPBody.cpp',
3679 'platform/chromium/support/WebHTTPLoadInfo.cpp', 3678 'platform/chromium/support/WebHTTPLoadInfo.cpp',
3680 'platform/chromium/support/WebMediaConstraints.cpp', 3679 'platform/chromium/support/WebMediaConstraints.cpp',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
3774 'bison_exe': 'bison', 3773 'bison_exe': 'bison',
3775 # We specify a preprocess so it happens locally and won't get 3774 # We specify a preprocess so it happens locally and won't get
3776 # distributed to goma. 3775 # distributed to goma.
3777 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3776 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3778 # use /usr/bin/clang once we require Xcode 4.x. 3777 # use /usr/bin/clang once we require Xcode 4.x.
3779 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3778 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3780 }], 3779 }],
3781 ], 3780 ],
3782 } 3781 }
3783 } 3782 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/ScriptValue.h ('k') | Source/core/platform/chromium/support/WebArrayBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698