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

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

Issue 14746002: Add WebPrescientNetworking to trigger preconnect from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minimize cl Created 7 years, 7 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 3037 matching lines...) Expand 10 before | Expand all | Expand 10 after
3048 'platform/network/HTTPHeaderMap.cpp', 3048 'platform/network/HTTPHeaderMap.cpp',
3049 'platform/network/HTTPParsers.cpp', 3049 'platform/network/HTTPParsers.cpp',
3050 'platform/network/HTTPParsers.h', 3050 'platform/network/HTTPParsers.h',
3051 'platform/network/HTTPRequest.cpp', 3051 'platform/network/HTTPRequest.cpp',
3052 'platform/network/HTTPRequest.h', 3052 'platform/network/HTTPRequest.h',
3053 'platform/network/MIMEHeader.cpp', 3053 'platform/network/MIMEHeader.cpp',
3054 'platform/network/NetworkStateNotifier.cpp', 3054 'platform/network/NetworkStateNotifier.cpp',
3055 'platform/network/NetworkStateNotifier.h', 3055 'platform/network/NetworkStateNotifier.h',
3056 'platform/network/ParsedContentType.cpp', 3056 'platform/network/ParsedContentType.cpp',
3057 'platform/network/ParsedContentType.h', 3057 'platform/network/ParsedContentType.h',
3058 'platform/network/Preconnect.h',
3059 'platform/network/Preconnect.cpp',
3058 'platform/network/ProxyServer.cpp', 3060 'platform/network/ProxyServer.cpp',
3059 'platform/network/ResourceError.cpp', 3061 'platform/network/ResourceError.cpp',
3060 'platform/network/ResourceError.h', 3062 'platform/network/ResourceError.h',
3061 'platform/network/ResourceHandle.cpp', 3063 'platform/network/ResourceHandle.cpp',
3062 'platform/network/ResourceHandleClient.cpp', 3064 'platform/network/ResourceHandleClient.cpp',
3063 'platform/network/ResourceHandleInternal.h', 3065 'platform/network/ResourceHandleInternal.h',
3064 'platform/network/ResourceLoadTiming.cpp', 3066 'platform/network/ResourceLoadTiming.cpp',
3065 'platform/network/ResourceRequest.cpp', 3067 'platform/network/ResourceRequest.cpp',
3066 'platform/network/ResourceRequest.h', 3068 'platform/network/ResourceRequest.h',
3067 'platform/network/ResourceResponse.cpp', 3069 'platform/network/ResourceResponse.cpp',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
3679 'bison_exe': 'bison', 3681 'bison_exe': 'bison',
3680 # We specify a preprocess so it happens locally and won't get 3682 # We specify a preprocess so it happens locally and won't get
3681 # distributed to goma. 3683 # distributed to goma.
3682 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3684 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3683 # use /usr/bin/clang once we require Xcode 4.x. 3685 # use /usr/bin/clang once we require Xcode 4.x.
3684 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3686 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3685 }], 3687 }],
3686 ], 3688 ],
3687 } 3689 }
3688 } 3690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698