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

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

Issue 12319101: Merge 142765 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « Source/WebCore/Target.pri ('k') | Source/WebCore/WebCore.vcproj/WebCore.vcproj » ('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 '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 5113 matching lines...) Expand 10 before | Expand all | Expand 10 after
5124 'svg/SVGZoomEvent.h', 5124 'svg/SVGZoomEvent.h',
5125 'svg/animation/SMILTime.cpp', 5125 'svg/animation/SMILTime.cpp',
5126 'svg/animation/SMILTimeContainer.cpp', 5126 'svg/animation/SMILTimeContainer.cpp',
5127 'svg/animation/SMILTimeContainer.h', 5127 'svg/animation/SMILTimeContainer.h',
5128 'svg/animation/SVGSMILElement.cpp', 5128 'svg/animation/SVGSMILElement.cpp',
5129 'svg/graphics/SVGImageCache.cpp', 5129 'svg/graphics/SVGImageCache.cpp',
5130 'svg/graphics/SVGImageCache.h', 5130 'svg/graphics/SVGImageCache.h',
5131 'svg/graphics/SVGImageChromeClient.h', 5131 'svg/graphics/SVGImageChromeClient.h',
5132 'svg/graphics/SVGImage.cpp', 5132 'svg/graphics/SVGImage.cpp',
5133 'svg/graphics/SVGImage.h', 5133 'svg/graphics/SVGImage.h',
5134 'svg/graphics/SVGImageForContainer.h',
5135 'svg/graphics/SVGImageForContainer.cpp',
5134 'svg/graphics/filters/SVGFEImage.cpp', 5136 'svg/graphics/filters/SVGFEImage.cpp',
5135 'svg/graphics/filters/SVGFEImage.h', 5137 'svg/graphics/filters/SVGFEImage.h',
5136 'svg/graphics/filters/SVGFilter.cpp', 5138 'svg/graphics/filters/SVGFilter.cpp',
5137 'svg/graphics/filters/SVGFilter.h', 5139 'svg/graphics/filters/SVGFilter.h',
5138 'svg/graphics/filters/SVGFilterBuilder.cpp', 5140 'svg/graphics/filters/SVGFilterBuilder.cpp',
5139 'svg/graphics/filters/SVGFilterBuilder.h', 5141 'svg/graphics/filters/SVGFilterBuilder.h',
5140 'svg/properties/SVGAttributeToPropertyMap.cpp', 5142 'svg/properties/SVGAttributeToPropertyMap.cpp',
5141 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', 5143 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
5142 'svg/properties/SVGPathSegListPropertyTearOff.cpp', 5144 'svg/properties/SVGPathSegListPropertyTearOff.cpp',
5143 ], 5145 ],
(...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after
7274 'platform/chromium/support/WebURLResponse.cpp', 7276 'platform/chromium/support/WebURLResponse.cpp',
7275 'platform/chromium/support/WebURLResponsePrivate.h', 7277 'platform/chromium/support/WebURLResponsePrivate.h',
7276 'platform/chromium/support/WrappedResourceRequest.h', 7278 'platform/chromium/support/WrappedResourceRequest.h',
7277 'platform/chromium/support/WrappedResourceResponse.h', 7279 'platform/chromium/support/WrappedResourceResponse.h',
7278 ], 7280 ],
7279 'export_file_generator_files': [ 7281 'export_file_generator_files': [
7280 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 7282 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
7281 ], 7283 ],
7282 } 7284 }
7283 } 7285 }
OLDNEW
« no previous file with comments | « Source/WebCore/Target.pri ('k') | Source/WebCore/WebCore.vcproj/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698