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

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

Issue 14071008: WebSocket object should fire error event when WebSocket server can't be connected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Add new layouttests into TestExceptions because it depends on chromium side patch Created 7 years, 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 3663 matching lines...) Expand 10 before | Expand all | Expand 10 after
3674 'platform/chromium/support/WebRTCICECandidate.cpp', 3674 'platform/chromium/support/WebRTCICECandidate.cpp',
3675 'platform/chromium/support/WebRTCSessionDescription.cpp', 3675 'platform/chromium/support/WebRTCSessionDescription.cpp',
3676 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp', 3676 'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp',
3677 'platform/chromium/support/WebRTCStatsRequest.cpp', 3677 'platform/chromium/support/WebRTCStatsRequest.cpp',
3678 'platform/chromium/support/WebRTCStatsResponse.cpp', 3678 'platform/chromium/support/WebRTCStatsResponse.cpp',
3679 'platform/chromium/support/WebRTCVoidRequest.cpp', 3679 'platform/chromium/support/WebRTCVoidRequest.cpp',
3680 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', 3680 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
3681 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', 3681 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
3682 'platform/chromium/support/WebScrollbarImpl.cpp', 3682 'platform/chromium/support/WebScrollbarImpl.cpp',
3683 'platform/chromium/support/WebScrollbarImpl.h', 3683 'platform/chromium/support/WebScrollbarImpl.h',
3684 'platform/chromium/support/WebSocketStreamError.cpp',
3684 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', 3685 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
3685 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', 3686 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
3686 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', 3687 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
3687 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', 3688 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
3688 'platform/chromium/support/WebThreadSafeData.cpp', 3689 'platform/chromium/support/WebThreadSafeData.cpp',
3689 'platform/chromium/support/WebTransformKeyframe.cpp', 3690 'platform/chromium/support/WebTransformKeyframe.cpp',
3690 'platform/chromium/support/WebURL.cpp', 3691 'platform/chromium/support/WebURL.cpp',
3691 'platform/chromium/support/WebURLError.cpp', 3692 'platform/chromium/support/WebURLError.cpp',
3692 'platform/chromium/support/WebURLRequest.cpp', 3693 'platform/chromium/support/WebURLRequest.cpp',
3693 'platform/chromium/support/WebURLRequestPrivate.h', 3694 'platform/chromium/support/WebURLRequestPrivate.h',
(...skipping 18 matching lines...) Expand all
3712 'bison_exe': 'bison', 3713 'bison_exe': 'bison',
3713 # We specify a preprocess so it happens locally and won't get 3714 # We specify a preprocess so it happens locally and won't get
3714 # distributed to goma. 3715 # distributed to goma.
3715 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3716 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3716 # use /usr/bin/clang once we require Xcode 4.x. 3717 # use /usr/bin/clang once we require Xcode 4.x.
3717 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3718 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3718 }], 3719 }],
3719 ], 3720 ],
3720 } 3721 }
3721 } 3722 }
OLDNEW
« no previous file with comments | « Source/Platform/chromium/public/WebSocketStreamError.h ('k') | Source/core/platform/chromium/support/WebSocketStreamError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698