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

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

Issue 26283005: Move blob-related code to platform/blob (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix win build 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/dom/DOMURL.cpp » ('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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'fetch/TextTrackResource.cpp', 955 'fetch/TextTrackResource.cpp',
956 'fetch/TextTrackResource.h', 956 'fetch/TextTrackResource.h',
957 'fetch/XSLStyleSheetResource.cpp', 957 'fetch/XSLStyleSheetResource.cpp',
958 'fetch/XSLStyleSheetResource.h', 958 'fetch/XSLStyleSheetResource.h',
959 'fetch/MemoryCache.cpp', 959 'fetch/MemoryCache.cpp',
960 'fetch/MemoryCache.h', 960 'fetch/MemoryCache.h',
961 'fileapi/Blob.cpp', 961 'fileapi/Blob.cpp',
962 'fileapi/Blob.h', 962 'fileapi/Blob.h',
963 'fileapi/BlobBuilder.cpp', 963 'fileapi/BlobBuilder.cpp',
964 'fileapi/BlobBuilder.h', 964 'fileapi/BlobBuilder.h',
965 'fileapi/BlobRegistry.cpp',
966 'fileapi/BlobRegistry.h',
967 'fileapi/BlobURL.cpp',
968 'fileapi/BlobURL.h',
969 'fileapi/File.cpp', 965 'fileapi/File.cpp',
970 'fileapi/File.h', 966 'fileapi/File.h',
971 'fileapi/FileError.cpp', 967 'fileapi/FileError.cpp',
972 'fileapi/FileError.h', 968 'fileapi/FileError.h',
973 'fileapi/FileList.cpp', 969 'fileapi/FileList.cpp',
974 'fileapi/FileList.h', 970 'fileapi/FileList.h',
975 'fileapi/FileReader.cpp', 971 'fileapi/FileReader.cpp',
976 'fileapi/FileReader.h', 972 'fileapi/FileReader.h',
977 'fileapi/FileReaderLoader.cpp', 973 'fileapi/FileReaderLoader.cpp',
978 'fileapi/FileReaderLoader.h', 974 'fileapi/FileReaderLoader.h',
(...skipping 2034 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 'platform/mediastream/RTCPeerConnectionHandlerClient.h', 3009 'platform/mediastream/RTCPeerConnectionHandlerClient.h',
3014 'platform/mediastream/RTCSessionDescriptionRequest.h', 3010 'platform/mediastream/RTCSessionDescriptionRequest.h',
3015 'platform/mediastream/RTCStatsRequest.h', 3011 'platform/mediastream/RTCStatsRequest.h',
3016 'platform/mediastream/RTCVoidRequest.h', 3012 'platform/mediastream/RTCVoidRequest.h',
3017 'platform/mock/GeolocationClientMock.cpp', 3013 'platform/mock/GeolocationClientMock.cpp',
3018 'platform/mock/PlatformSpeechSynthesizerMock.cpp', 3014 'platform/mock/PlatformSpeechSynthesizerMock.cpp',
3019 'platform/mock/PlatformSpeechSynthesizerMock.h', 3015 'platform/mock/PlatformSpeechSynthesizerMock.h',
3020 'platform/mock/ScrollbarThemeMock.cpp', 3016 'platform/mock/ScrollbarThemeMock.cpp',
3021 'platform/mock/ScrollbarThemeMock.h', 3017 'platform/mock/ScrollbarThemeMock.h',
3022 'platform/mock/ScrollbarThemeOverlayMock.h', 3018 'platform/mock/ScrollbarThemeOverlayMock.h',
3023 'platform/network/BlobData.cpp',
3024 'platform/network/BlobData.h',
3025 'platform/network/FormData.cpp', 3019 'platform/network/FormData.cpp',
3026 'platform/network/FormDataBuilder.cpp', 3020 'platform/network/FormDataBuilder.cpp',
3027 'platform/network/FormDataBuilder.h', 3021 'platform/network/FormDataBuilder.h',
3028 'platform/network/FormDataList.cpp', 3022 'platform/network/FormDataList.cpp',
3029 'platform/network/FormDataList.h', 3023 'platform/network/FormDataList.h',
3030 'platform/network/ResourceRequest.cpp', 3024 'platform/network/ResourceRequest.cpp',
3031 'platform/network/ResourceRequest.h', 3025 'platform/network/ResourceRequest.h',
3032 'platform/network/ResourceResponse.cpp', 3026 'platform/network/ResourceResponse.cpp',
3033 'platform/network/ResourceResponse.h', 3027 'platform/network/ResourceResponse.h',
3034 'platform/text/RegularExpression.cpp', 3028 'platform/text/RegularExpression.cpp',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
3554 'platform/chromium/support/WebScrollbarImpl.h', 3548 'platform/chromium/support/WebScrollbarImpl.h',
3555 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', 3549 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp',
3556 'platform/chromium/support/WebScrollbarThemeClientImpl.h', 3550 'platform/chromium/support/WebScrollbarThemeClientImpl.h',
3557 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', 3551 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
3558 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', 3552 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
3559 'platform/chromium/support/WebSourceInfo.cpp', 3553 'platform/chromium/support/WebSourceInfo.cpp',
3560 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', 3554 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
3561 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', 3555 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
3562 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', 3556 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
3563 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', 3557 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
3564 'platform/chromium/support/WebThreadSafeData.cpp',
3565 'platform/chromium/support/WebTransformKeyframe.cpp', 3558 'platform/chromium/support/WebTransformKeyframe.cpp',
3566 'platform/chromium/support/WebURLRequest.cpp', 3559 'platform/chromium/support/WebURLRequest.cpp',
3567 'platform/chromium/support/WebURLRequestPrivate.h', 3560 'platform/chromium/support/WebURLRequestPrivate.h',
3568 'platform/chromium/support/WebURLResponse.cpp', 3561 'platform/chromium/support/WebURLResponse.cpp',
3569 'platform/chromium/support/WebURLResponsePrivate.h', 3562 'platform/chromium/support/WebURLResponsePrivate.h',
3570 'platform/chromium/support/WrappedResourceRequest.h', 3563 'platform/chromium/support/WrappedResourceRequest.h',
3571 'platform/chromium/support/WrappedResourceResponse.h', 3564 'platform/chromium/support/WrappedResourceResponse.h',
3572 ], 3565 ],
3573 'core_unittest_files': [ 3566 'core_unittest_files': [
3574 'animation/AnimatableColorTest.cpp', 3567 'animation/AnimatableColorTest.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
3655 'bison_exe': 'bison', 3648 'bison_exe': 'bison',
3656 # 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
3657 # distributed to goma. 3650 # distributed to goma.
3658 # 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
3659 # use /usr/bin/clang once we require Xcode 4.x. 3652 # use /usr/bin/clang once we require Xcode 4.x.
3660 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3653 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3661 }], 3654 }],
3662 ], 3655 ],
3663 } 3656 }
3664 } 3657 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DOMURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698