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

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 7 years, 11 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 'project_dir': ['.'], 3 'project_dir': ['.'],
4 'webcore_bindings_idl_files': [ 4 'webcore_bindings_idl_files': [
5 'Modules/battery/BatteryManager.idl', 5 'Modules/battery/BatteryManager.idl',
6 'Modules/battery/NavigatorBattery.idl', 6 'Modules/battery/NavigatorBattery.idl',
7 'Modules/filesystem/DOMFileSystem.idl', 7 'Modules/filesystem/DOMFileSystem.idl',
8 'Modules/filesystem/DOMFileSystemSync.idl', 8 'Modules/filesystem/DOMFileSystemSync.idl',
9 'Modules/filesystem/DOMWindowFileSystem.idl', 9 'Modules/filesystem/DOMWindowFileSystem.idl',
10 'Modules/filesystem/DataTransferItemFileSystem.idl', 10 'Modules/filesystem/DataTransferItemFileSystem.idl',
(...skipping 1720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 'fileapi/FileReader.cpp', 1731 'fileapi/FileReader.cpp',
1732 'fileapi/FileReader.h', 1732 'fileapi/FileReader.h',
1733 'fileapi/FileReaderLoader.cpp', 1733 'fileapi/FileReaderLoader.cpp',
1734 'fileapi/FileReaderLoader.h', 1734 'fileapi/FileReaderLoader.h',
1735 'fileapi/FileReaderLoaderClient.h', 1735 'fileapi/FileReaderLoaderClient.h',
1736 'fileapi/FileReaderSync.cpp', 1736 'fileapi/FileReaderSync.cpp',
1737 'fileapi/FileReaderSync.h', 1737 'fileapi/FileReaderSync.h',
1738 'fileapi/FileThread.cpp', 1738 'fileapi/FileThread.cpp',
1739 'fileapi/FileThread.h', 1739 'fileapi/FileThread.h',
1740 'fileapi/FileThreadTask.h', 1740 'fileapi/FileThreadTask.h',
1741 'fileapi/ThreadableBlobRegistry.cpp',
1742 'fileapi/ThreadableBlobRegistry.h',
1743 'fileapi/WebKitBlobBuilder.cpp', 1741 'fileapi/WebKitBlobBuilder.cpp',
1744 'fileapi/WebKitBlobBuilder.h', 1742 'fileapi/WebKitBlobBuilder.h',
1745 'history/BackForwardController.cpp', 1743 'history/BackForwardController.cpp',
1746 'history/BackForwardListImpl.cpp', 1744 'history/BackForwardListImpl.cpp',
1747 'history/CachedFrame.cpp', 1745 'history/CachedFrame.cpp',
1748 'history/CachedPage.cpp', 1746 'history/CachedPage.cpp',
1749 'history/HistoryItem.cpp', 1747 'history/HistoryItem.cpp',
1750 'history/PageCache.cpp', 1748 'history/PageCache.cpp',
1751 'history/cf/HistoryPropertyList.cpp', 1749 'history/cf/HistoryPropertyList.cpp',
1752 'history/mac/HistoryItemMac.mm', 1750 'history/mac/HistoryItemMac.mm',
(...skipping 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after
4363 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp' , 4361 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp' ,
4364 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h', 4362 'platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h',
4365 'platform/mock/DeviceMotionClientMock.cpp', 4363 'platform/mock/DeviceMotionClientMock.cpp',
4366 'platform/mock/DeviceOrientationClientMock.cpp', 4364 'platform/mock/DeviceOrientationClientMock.cpp',
4367 'platform/mock/GeolocationClientMock.cpp', 4365 'platform/mock/GeolocationClientMock.cpp',
4368 'platform/mock/ScrollbarThemeMock.cpp', 4366 'platform/mock/ScrollbarThemeMock.cpp',
4369 'platform/mock/ScrollbarThemeMock.h', 4367 'platform/mock/ScrollbarThemeMock.h',
4370 'platform/network/AuthenticationChallengeBase.cpp', 4368 'platform/network/AuthenticationChallengeBase.cpp',
4371 'platform/network/BlobData.cpp', 4369 'platform/network/BlobData.cpp',
4372 'platform/network/BlobData.h', 4370 'platform/network/BlobData.h',
4371 'platform/network/BlobRegistry.cpp',
4373 'platform/network/BlobRegistry.h', 4372 'platform/network/BlobRegistry.h',
4374 'platform/network/BlobRegistryImpl.cpp', 4373 'platform/network/BlobRegistryImpl.cpp',
4375 'platform/network/BlobRegistryImpl.h', 4374 'platform/network/BlobRegistryImpl.h',
4376 'platform/network/BlobResourceHandle.cpp', 4375 'platform/network/BlobResourceHandle.cpp',
4377 'platform/network/BlobResourceHandle.h', 4376 'platform/network/BlobResourceHandle.h',
4378 'platform/network/BlobStorageData.h', 4377 'platform/network/BlobStorageData.h',
4379 'platform/network/Credential.cpp', 4378 'platform/network/Credential.cpp',
4380 'platform/network/CredentialStorage.cpp', 4379 'platform/network/CredentialStorage.cpp',
4381 'platform/network/DNS.h', 4380 'platform/network/DNS.h',
4382 'platform/network/DataURL.cpp', 4381 'platform/network/DataURL.cpp',
(...skipping 2825 matching lines...) Expand 10 before | Expand all | Expand 10 after
7208 'platform/chromium/support/WebURLResponse.cpp', 7207 'platform/chromium/support/WebURLResponse.cpp',
7209 'platform/chromium/support/WebURLResponsePrivate.h', 7208 'platform/chromium/support/WebURLResponsePrivate.h',
7210 'platform/chromium/support/WrappedResourceRequest.h', 7209 'platform/chromium/support/WrappedResourceRequest.h',
7211 'platform/chromium/support/WrappedResourceResponse.h', 7210 'platform/chromium/support/WrappedResourceResponse.h',
7212 ], 7211 ],
7213 'export_file_generator_files': [ 7212 'export_file_generator_files': [
7214 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 7213 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
7215 ], 7214 ],
7216 } 7215 }
7217 } 7216 }
OLDNEW
« no previous file with comments | « WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.cpp ('k') | WebCore/WebCore.gyp/WebCore.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698