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

Side by Side Diff: WebCore/WebCore.gypi

Issue 11192017: ********** WebCore blob hacking (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/Source/
Patch Set: Created 8 years 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 'project_dir': ['.'], 3 'project_dir': ['.'],
4 # These headers are part of WebCore's private API in the Apple Mac build . 4 # These headers are part of WebCore's private API in the Apple Mac build .
5 'webcore_privateheader_files': [ 5 'webcore_privateheader_files': [
6 'Modules/geolocation/Geolocation.h', 6 'Modules/geolocation/Geolocation.h',
7 'Modules/geolocation/GeolocationController.h', 7 'Modules/geolocation/GeolocationController.h',
8 'Modules/geolocation/GeolocationError.h', 8 'Modules/geolocation/GeolocationError.h',
9 'Modules/geolocation/GeolocationPosition.h', 9 'Modules/geolocation/GeolocationPosition.h',
10 'Modules/geolocation/Geoposition.h', 10 'Modules/geolocation/Geoposition.h',
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 'fileapi/FileReader.cpp', 2768 'fileapi/FileReader.cpp',
2769 'fileapi/FileReader.h', 2769 'fileapi/FileReader.h',
2770 'fileapi/FileReaderLoader.cpp', 2770 'fileapi/FileReaderLoader.cpp',
2771 'fileapi/FileReaderLoader.h', 2771 'fileapi/FileReaderLoader.h',
2772 'fileapi/FileReaderLoaderClient.h', 2772 'fileapi/FileReaderLoaderClient.h',
2773 'fileapi/FileReaderSync.cpp', 2773 'fileapi/FileReaderSync.cpp',
2774 'fileapi/FileReaderSync.h', 2774 'fileapi/FileReaderSync.h',
2775 'fileapi/FileThread.cpp', 2775 'fileapi/FileThread.cpp',
2776 'fileapi/FileThread.h', 2776 'fileapi/FileThread.h',
2777 'fileapi/FileThreadTask.h', 2777 'fileapi/FileThreadTask.h',
2778 'fileapi/ThreadableBlobRegistry.cpp',
2779 'fileapi/ThreadableBlobRegistry.h',
kinuko 2013/01/07 09:38:06 yay
2780 'fileapi/WebKitBlobBuilder.cpp', 2778 'fileapi/WebKitBlobBuilder.cpp',
2781 'fileapi/WebKitBlobBuilder.h', 2779 'fileapi/WebKitBlobBuilder.h',
2782 'history/BackForwardController.cpp', 2780 'history/BackForwardController.cpp',
2783 'history/BackForwardListImpl.cpp', 2781 'history/BackForwardListImpl.cpp',
2784 'history/CachedFrame.cpp', 2782 'history/CachedFrame.cpp',
2785 'history/CachedPage.cpp', 2783 'history/CachedPage.cpp',
2786 'history/HistoryItem.cpp', 2784 'history/HistoryItem.cpp',
2787 'history/PageCache.cpp', 2785 'history/PageCache.cpp',
2788 'history/cf/HistoryPropertyList.cpp', 2786 'history/cf/HistoryPropertyList.cpp',
2789 'history/mac/HistoryItemMac.mm', 2787 'history/mac/HistoryItemMac.mm',
(...skipping 2539 matching lines...) Expand 10 before | Expand all | Expand 10 after
5329 'platform/mac/WebFontCache.mm', 5327 'platform/mac/WebFontCache.mm',
5330 'platform/mac/WidgetMac.mm', 5328 'platform/mac/WidgetMac.mm',
5331 'platform/mock/DeviceMotionClientMock.cpp', 5329 'platform/mock/DeviceMotionClientMock.cpp',
5332 'platform/mock/DeviceOrientationClientMock.cpp', 5330 'platform/mock/DeviceOrientationClientMock.cpp',
5333 'platform/mock/GeolocationClientMock.cpp', 5331 'platform/mock/GeolocationClientMock.cpp',
5334 'platform/mock/ScrollbarThemeMock.cpp', 5332 'platform/mock/ScrollbarThemeMock.cpp',
5335 'platform/mock/ScrollbarThemeMock.h', 5333 'platform/mock/ScrollbarThemeMock.h',
5336 'platform/network/AuthenticationChallengeBase.cpp', 5334 'platform/network/AuthenticationChallengeBase.cpp',
5337 'platform/network/BlobData.cpp', 5335 'platform/network/BlobData.cpp',
5338 'platform/network/BlobData.h', 5336 'platform/network/BlobData.h',
5337 'platform/network/BlobRegistry.cpp',
5339 'platform/network/BlobRegistry.h', 5338 'platform/network/BlobRegistry.h',
5340 'platform/network/BlobRegistryImpl.cpp', 5339 'platform/network/BlobRegistryImpl.cpp',
5341 'platform/network/BlobRegistryImpl.h', 5340 'platform/network/BlobRegistryImpl.h',
5342 'platform/network/BlobResourceHandle.cpp', 5341 'platform/network/BlobResourceHandle.cpp',
5343 'platform/network/BlobResourceHandle.h', 5342 'platform/network/BlobResourceHandle.h',
5344 'platform/network/BlobStorageData.h', 5343 'platform/network/BlobStorageData.h',
5345 'platform/network/Credential.cpp', 5344 'platform/network/Credential.cpp',
5346 'platform/network/CredentialStorage.cpp', 5345 'platform/network/CredentialStorage.cpp',
5347 'platform/network/DNS.h', 5346 'platform/network/DNS.h',
5348 'platform/network/DataURL.cpp', 5347 'platform/network/DataURL.cpp',
(...skipping 2806 matching lines...) Expand 10 before | Expand all | Expand 10 after
8155 'platform/chromium/support/WebURLResponse.cpp', 8154 'platform/chromium/support/WebURLResponse.cpp',
8156 'platform/chromium/support/WebURLResponsePrivate.h', 8155 'platform/chromium/support/WebURLResponsePrivate.h',
8157 'platform/chromium/support/WrappedResourceRequest.h', 8156 'platform/chromium/support/WrappedResourceRequest.h',
8158 'platform/chromium/support/WrappedResourceResponse.h', 8157 'platform/chromium/support/WrappedResourceResponse.h',
8159 ], 8158 ],
8160 'export_file_generator_files': [ 8159 'export_file_generator_files': [
8161 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 8160 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
8162 ], 8161 ],
8163 } 8162 }
8164 } 8163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698