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

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

Issue 27537012: Break core/platform/network dependency on core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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
« no previous file with comments | « no previous file | Source/core/html/DOMFormData.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 '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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2081 matching lines...) Expand 10 before | Expand all | Expand 10 after
2092 'events/WheelEvent.h', 2092 'events/WheelEvent.h',
2093 'events/WindowEventContext.cpp', 2093 'events/WindowEventContext.cpp',
2094 'events/WindowEventContext.h', 2094 'events/WindowEventContext.h',
2095 ], 2095 ],
2096 'webcore_html_files': [ 2096 'webcore_html_files': [
2097 'html/ClassList.cpp', 2097 'html/ClassList.cpp',
2098 'html/ClassList.h', 2098 'html/ClassList.h',
2099 'html/DOMFormData.cpp', 2099 'html/DOMFormData.cpp',
2100 'html/DOMFormData.h', 2100 'html/DOMFormData.h',
2101 'html/FormAssociatedElement.cpp', 2101 'html/FormAssociatedElement.cpp',
2102 'html/FormDataList.cpp',
2103 'html/FormDataList.h',
2102 'html/HTMLAllCollection.cpp', 2104 'html/HTMLAllCollection.cpp',
2103 'html/HTMLAllCollection.h', 2105 'html/HTMLAllCollection.h',
2104 'html/HTMLAnchorElement.cpp', 2106 'html/HTMLAnchorElement.cpp',
2105 'html/HTMLAnchorElement.h', 2107 'html/HTMLAnchorElement.h',
2106 'html/HTMLAppletElement.cpp', 2108 'html/HTMLAppletElement.cpp',
2107 'html/HTMLAreaElement.cpp', 2109 'html/HTMLAreaElement.cpp',
2108 'html/HTMLAreaElement.h', 2110 'html/HTMLAreaElement.h',
2109 'html/HTMLAudioElement.cpp', 2111 'html/HTMLAudioElement.cpp',
2110 'html/HTMLAudioElement.h', 2112 'html/HTMLAudioElement.h',
2111 'html/HTMLBDIElement.h', 2113 'html/HTMLBDIElement.h',
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 'platform/mediastream/RTCVoidRequest.h', 3014 'platform/mediastream/RTCVoidRequest.h',
3013 'platform/mock/GeolocationClientMock.cpp', 3015 'platform/mock/GeolocationClientMock.cpp',
3014 'platform/mock/PlatformSpeechSynthesizerMock.cpp', 3016 'platform/mock/PlatformSpeechSynthesizerMock.cpp',
3015 'platform/mock/PlatformSpeechSynthesizerMock.h', 3017 'platform/mock/PlatformSpeechSynthesizerMock.h',
3016 'platform/mock/ScrollbarThemeMock.cpp', 3018 'platform/mock/ScrollbarThemeMock.cpp',
3017 'platform/mock/ScrollbarThemeMock.h', 3019 'platform/mock/ScrollbarThemeMock.h',
3018 'platform/mock/ScrollbarThemeOverlayMock.h', 3020 'platform/mock/ScrollbarThemeOverlayMock.h',
3019 'platform/network/FormData.cpp', 3021 'platform/network/FormData.cpp',
3020 'platform/network/FormDataBuilder.cpp', 3022 'platform/network/FormDataBuilder.cpp',
3021 'platform/network/FormDataBuilder.h', 3023 'platform/network/FormDataBuilder.h',
3022 'platform/network/FormDataList.cpp',
3023 'platform/network/FormDataList.h',
3024 'platform/network/ResourceRequest.cpp', 3024 'platform/network/ResourceRequest.cpp',
3025 'platform/network/ResourceRequest.h', 3025 'platform/network/ResourceRequest.h',
3026 'platform/network/ResourceResponse.cpp', 3026 'platform/network/ResourceResponse.cpp',
3027 'platform/network/ResourceResponse.h', 3027 'platform/network/ResourceResponse.h',
3028 'platform/text/RegularExpression.cpp', 3028 'platform/text/RegularExpression.cpp',
3029 ], 3029 ],
3030 'webcore_platform_geometry_files': [ 3030 'webcore_platform_geometry_files': [
3031 'platform/graphics/FloatPolygon.cpp', 3031 'platform/graphics/FloatPolygon.cpp',
3032 ], 3032 ],
3033 'webcore_svg_files': [ 3033 'webcore_svg_files': [
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 'bison_exe': 'bison', 3648 'bison_exe': 'bison',
3649 # We specify a preprocess so it happens locally and won't get 3649 # We specify a preprocess so it happens locally and won't get
3650 # distributed to goma. 3650 # distributed to goma.
3651 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3651 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3652 # use /usr/bin/clang once we require Xcode 4.x. 3652 # use /usr/bin/clang once we require Xcode 4.x.
3653 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3653 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3654 }], 3654 }],
3655 ], 3655 ],
3656 } 3656 }
3657 } 3657 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/DOMFormData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698