| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//sky/engine/build/scripts/scripts.gni") | 6 import("//sky/engine/build/scripts/scripts.gni") |
| 7 import("//sky/engine/config.gni") | 7 import("//sky/engine/config.gni") |
| 8 | 8 |
| 9 # Most targets in this file are private actions so use that as the default. | 9 # Most targets in this file are private actions so use that as the default. |
| 10 visibility = [":*"] | 10 visibility = [":*"] |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 ":runtime_enabled_features", | 77 ":runtime_enabled_features", |
| 78 ] | 78 ] |
| 79 } | 79 } |
| 80 | 80 |
| 81 component("platform") { | 81 component("platform") { |
| 82 visibility += ["//sky/*"] | 82 visibility += ["//sky/*"] |
| 83 | 83 |
| 84 output_name = "sky_platform" | 84 output_name = "sky_platform" |
| 85 | 85 |
| 86 sources = [ | 86 sources = [ |
| 87 "animation/AnimationUtilities.h", |
| 88 "animation/AnimationValue.h", |
| 89 "animation/KeyframeValueList.cpp", |
| 90 "animation/KeyframeValueList.h", |
| 91 "animation/TimingFunction.cpp", |
| 92 "animation/TimingFunction.h", |
| 93 "animation/UnitBezier.h", |
| 94 "AsyncMethodRunner.h", |
| 87 "CalculationValue.h", | 95 "CalculationValue.h", |
| 88 "CheckedInt.h", | 96 "CheckedInt.h", |
| 97 "clipboard/ClipboardMimeTypes.cpp", |
| 98 "clipboard/ClipboardMimeTypes.h", |
| 99 "clipboard/ClipboardUtilities.cpp", |
| 100 "clipboard/ClipboardUtilities.h", |
| 101 "clipboard/ClipboardUtilitiesPosix.cpp", |
| 89 "Clock.cpp", | 102 "Clock.cpp", |
| 90 "Clock.h", | 103 "Clock.h", |
| 104 "ColorSuggestion.h", |
| 91 "ContentType.cpp", | 105 "ContentType.cpp", |
| 92 "ContentType.h", | 106 "ContentType.h", |
| 93 "Cursor.cpp", | 107 "Cursor.cpp", |
| 94 "Cursor.h", | 108 "Cursor.h", |
| 95 "DateComponents.cpp", | 109 "DateComponents.cpp", |
| 96 "DateComponents.h", | 110 "DateComponents.h", |
| 97 "Decimal.cpp", | 111 "Decimal.cpp", |
| 98 "Decimal.h", | 112 "Decimal.h", |
| 99 "EventDispatchForbiddenScope.h", | 113 "EventDispatchForbiddenScope.h", |
| 100 "EventTracer.cpp", | 114 "EventTracer.cpp", |
| 101 "EventTracer.h", | 115 "EventTracer.h", |
| 102 "FloatConversion.h", | 116 "exported/linux/WebFontInfo.cpp", |
| 103 "HostWindow.h", | 117 "exported/linux/WebFontRenderStyle.cpp", |
| 104 "JSONValues.cpp", | |
| 105 "JSONValues.h", | |
| 106 "KeyboardCodes.h", | |
| 107 "Language.cpp", | |
| 108 "Language.h", | |
| 109 "LayoutTestSupport.cpp", | |
| 110 "LayoutTestSupport.h", | |
| 111 "LayoutUnit.h", | |
| 112 "Length.cpp", | |
| 113 "Length.h", | |
| 114 "LengthBox.cpp", | |
| 115 "LengthBox.h", | |
| 116 "LengthFunctions.cpp", | |
| 117 "LengthFunctions.h", | |
| 118 "LengthPoint.h", | |
| 119 "LengthSize.h", | |
| 120 "LifecycleContext.h", | |
| 121 "LifecycleNotifier.h", | |
| 122 "LifecycleObserver.h", | |
| 123 "Logging.cpp", | |
| 124 "Logging.h", | |
| 125 "MIMETypeFromURL.cpp", | |
| 126 "MIMETypeFromURL.h", | |
| 127 "MIMETypeRegistry.cpp", | |
| 128 "MIMETypeRegistry.h", | |
| 129 "NotImplemented.cpp", | |
| 130 "NotImplemented.h", | |
| 131 "ParsingUtilities.h", | |
| 132 "Partitions.cpp", | |
| 133 "Partitions.h", | |
| 134 "PlatformEvent.h", | |
| 135 "PlatformGestureEvent.h", | |
| 136 "PlatformKeyboardEvent.cpp", | |
| 137 "PlatformKeyboardEvent.h", | |
| 138 "PlatformMouseEvent.h", | |
| 139 "PlatformScreen.cpp", | |
| 140 "PlatformScreen.h", | |
| 141 "PlatformThreadData.cpp", | |
| 142 "PlatformThreadData.h", | |
| 143 "PlatformTouchEvent.h", | |
| 144 "PlatformTouchPoint.h", | |
| 145 "PlatformWheelEvent.h", | |
| 146 "PurgeableVector.cpp", | |
| 147 "PurgeableVector.h", | |
| 148 "RefCountedSupplement.h", | |
| 149 "ScriptForbiddenScope.cpp", | |
| 150 "ScriptForbiddenScope.h", | |
| 151 "SharedBuffer.cpp", | |
| 152 "SharedBuffer.h", | |
| 153 "SharedBufferChunkReader.cpp", | |
| 154 "SharedBufferChunkReader.h", | |
| 155 "SharedTimer.cpp", | |
| 156 "SharedTimer.h", | |
| 157 "Supplementable.h", | |
| 158 "ThreadTimers.cpp", | |
| 159 "ThreadTimers.h", | |
| 160 "Timer.cpp", | |
| 161 "Timer.h", | |
| 162 "TraceEvent.h", | |
| 163 "TracedValue.cpp", | |
| 164 "TracedValue.h", | |
| 165 "UserGestureIndicator.cpp", | |
| 166 "UserGestureIndicator.h", | |
| 167 "WebThread.cpp", | |
| 168 "Widget.cpp", | |
| 169 "Widget.h", | |
| 170 "WindowsKeyboardCodes.h", | |
| 171 "animation/AnimationUtilities.h", | |
| 172 "animation/AnimationValue.h", | |
| 173 "animation/KeyframeValueList.cpp", | |
| 174 "animation/KeyframeValueList.h", | |
| 175 "animation/TimingFunction.cpp", | |
| 176 "animation/TimingFunction.h", | |
| 177 "animation/UnitBezier.h", | |
| 178 "clipboard/ClipboardMimeTypes.cpp", | |
| 179 "clipboard/ClipboardMimeTypes.h", | |
| 180 "clipboard/ClipboardUtilities.cpp", | |
| 181 "clipboard/ClipboardUtilities.h", | |
| 182 "clipboard/ClipboardUtilitiesPosix.cpp", | |
| 183 "exported/Platform.cpp", | 118 "exported/Platform.cpp", |
| 184 "exported/ServiceProvider.cpp", | 119 "exported/ServiceProvider.cpp", |
| 185 "exported/WebActiveGestureAnimation.cpp", | 120 "exported/WebActiveGestureAnimation.cpp", |
| 186 "exported/WebActiveGestureAnimation.h", | 121 "exported/WebActiveGestureAnimation.h", |
| 187 "exported/WebArrayBuffer.cpp", | 122 "exported/WebArrayBuffer.cpp", |
| 188 "exported/WebCString.cpp", | |
| 189 "exported/WebCommon.cpp", | 123 "exported/WebCommon.cpp", |
| 190 "exported/WebConvertableToTraceFormat.cpp", | 124 "exported/WebConvertableToTraceFormat.cpp", |
| 125 "exported/WebCString.cpp", |
| 191 "exported/WebCursorInfo.cpp", | 126 "exported/WebCursorInfo.cpp", |
| 192 "exported/WebData.cpp", | 127 "exported/WebData.cpp", |
| 193 "exported/WebFilterKeyframe.cpp", | 128 "exported/WebFilterKeyframe.cpp", |
| 194 "exported/WebHTTPBody.cpp", | 129 "exported/WebHTTPBody.cpp", |
| 195 "exported/WebHTTPLoadInfo.cpp", | 130 "exported/WebHTTPLoadInfo.cpp", |
| 196 "exported/WebImageSkia.cpp", | 131 "exported/WebImageSkia.cpp", |
| 197 "exported/WebScrollbarImpl.cpp", | 132 "exported/WebScrollbarImpl.cpp", |
| 198 "exported/WebScrollbarImpl.h", | 133 "exported/WebScrollbarImpl.h", |
| 199 "exported/WebScrollbarThemeGeometryNative.cpp", | 134 "exported/WebScrollbarThemeGeometryNative.cpp", |
| 200 "exported/WebScrollbarThemeGeometryNative.h", | 135 "exported/WebScrollbarThemeGeometryNative.h", |
| 201 "exported/WebString.cpp", | 136 "exported/WebString.cpp", |
| 202 "exported/WebTransformKeyframe.cpp", | 137 "exported/WebTransformKeyframe.cpp", |
| 203 "exported/WebURL.cpp", | 138 "exported/WebURL.cpp", |
| 204 "exported/WebURLError.cpp", | 139 "exported/WebURLError.cpp", |
| 205 "exported/WebURLLoadTiming.cpp", | 140 "exported/WebURLLoadTiming.cpp", |
| 206 "exported/WebURLRequest.cpp", | 141 "exported/WebURLRequest.cpp", |
| 207 "exported/WebURLRequestPrivate.h", | 142 "exported/WebURLRequestPrivate.h", |
| 208 "exported/WebURLResponse.cpp", | 143 "exported/WebURLResponse.cpp", |
| 209 "exported/WebURLResponsePrivate.h", | 144 "exported/WebURLResponsePrivate.h", |
| 210 "exported/WrappedResourceRequest.h", | 145 "exported/WrappedResourceRequest.h", |
| 211 "exported/WrappedResourceResponse.h", | 146 "exported/WrappedResourceResponse.h", |
| 212 "exported/linux/WebFontInfo.cpp", | |
| 213 "exported/linux/WebFontRenderStyle.cpp", | |
| 214 "fetcher/DataPipeDrainer.cpp", | 147 "fetcher/DataPipeDrainer.cpp", |
| 215 "fetcher/DataPipeDrainer.h", | 148 "fetcher/DataPipeDrainer.h", |
| 216 "fetcher/MojoFetcher.cpp", | 149 "fetcher/MojoFetcher.cpp", |
| 217 "fetcher/MojoFetcher.h", | 150 "fetcher/MojoFetcher.h", |
| 151 "FloatConversion.h", |
| 218 "fonts/AlternateFontFamily.h", | 152 "fonts/AlternateFontFamily.h", |
| 153 "fonts/android/FontCacheAndroid.cpp", |
| 219 "fonts/Character.cpp", | 154 "fonts/Character.cpp", |
| 220 "fonts/Character.h", | 155 "fonts/Character.h", |
| 221 "fonts/CustomFontData.h", | 156 "fonts/CustomFontData.h", |
| 222 "fonts/FixedPitchFontType.h", | 157 "fonts/FixedPitchFontType.h", |
| 223 "fonts/Font.cpp", | 158 "fonts/Font.cpp", |
| 224 "fonts/Font.h", | 159 "fonts/Font.h", |
| 225 "fonts/FontBaseline.h", | 160 "fonts/FontBaseline.h", |
| 226 "fonts/FontCache.cpp", | 161 "fonts/FontCache.cpp", |
| 227 "fonts/FontCache.h", | 162 "fonts/FontCache.h", |
| 228 "fonts/FontCacheClient.h", | 163 "fonts/FontCacheClient.h", |
| 229 "fonts/FontCacheKey.h", | 164 "fonts/FontCacheKey.h", |
| 230 "fonts/FontCustomPlatformData.h", | 165 "fonts/FontCustomPlatformData.h", |
| 231 "fonts/FontData.cpp", | 166 "fonts/FontData.cpp", |
| 232 "fonts/FontData.h", | 167 "fonts/FontData.h", |
| 233 "fonts/FontDataCache.cpp", | 168 "fonts/FontDataCache.cpp", |
| 234 "fonts/FontDataCache.h", | 169 "fonts/FontDataCache.h", |
| 235 "fonts/FontDescription.cpp", | 170 "fonts/FontDescription.cpp", |
| 171 "fonts/FontDescription.h", |
| 236 "fonts/FontFaceCreationParams.h", | 172 "fonts/FontFaceCreationParams.h", |
| 237 "fonts/FontFallbackList.cpp", | 173 "fonts/FontFallbackList.cpp", |
| 238 "fonts/FontFallbackList.h", | 174 "fonts/FontFallbackList.h", |
| 239 "fonts/FontFamily.cpp", | 175 "fonts/FontFamily.cpp", |
| 240 "fonts/FontFamily.h", | 176 "fonts/FontFamily.h", |
| 241 "fonts/FontFeatureSettings.cpp", | 177 "fonts/FontFeatureSettings.cpp", |
| 242 "fonts/FontFeatureSettings.h", | 178 "fonts/FontFeatureSettings.h", |
| 179 "fonts/FontMetrics.h", |
| 180 "fonts/FontOrientation.h", |
| 243 "fonts/FontPlatformData.cpp", | 181 "fonts/FontPlatformData.cpp", |
| 244 "fonts/FontPlatformData.h", | 182 "fonts/FontPlatformData.h", |
| 245 "fonts/FontPlatformFeatures.h", | 183 "fonts/FontPlatformFeatures.h", |
| 246 "fonts/FontRenderStyle.h", | 184 "fonts/FontRenderStyle.h", |
| 185 "fonts/FontSelector.h", |
| 186 "fonts/FontSmoothingMode.h", |
| 187 "fonts/FontTraits.h", |
| 188 "fonts/FontWidthVariant.h", |
| 247 "fonts/GenericFontFamilySettings.cpp", | 189 "fonts/GenericFontFamilySettings.cpp", |
| 248 "fonts/GenericFontFamilySettings.h", | 190 "fonts/GenericFontFamilySettings.h", |
| 191 "fonts/Glyph.h", |
| 249 "fonts/GlyphBuffer.h", | 192 "fonts/GlyphBuffer.h", |
| 250 "fonts/GlyphMetricsMap.h", | 193 "fonts/GlyphMetricsMap.h", |
| 251 "fonts/GlyphPage.h", | 194 "fonts/GlyphPage.h", |
| 252 "fonts/GlyphPageTreeNode.cpp", | 195 "fonts/GlyphPageTreeNode.cpp", |
| 253 "fonts/GlyphPageTreeNode.h", | 196 "fonts/GlyphPageTreeNode.h", |
| 254 "fonts/Latin1TextIterator.h", | |
| 255 "fonts/SegmentedFontData.cpp", | |
| 256 "fonts/SegmentedFontData.h", | |
| 257 "fonts/SimpleFontData.cpp", | |
| 258 "fonts/SimpleFontData.h", | |
| 259 "fonts/TextBlob.h", | |
| 260 "fonts/VDMXParser.cpp", | |
| 261 "fonts/VDMXParser.h", | |
| 262 "fonts/WidthCache.h", | |
| 263 "fonts/WidthIterator.cpp", | |
| 264 "fonts/WidthIterator.h", | |
| 265 "fonts/android/FontCacheAndroid.cpp", | |
| 266 "fonts/harfbuzz/FontHarfBuzz.cpp", | 197 "fonts/harfbuzz/FontHarfBuzz.cpp", |
| 267 "fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp", | 198 "fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp", |
| 268 "fonts/harfbuzz/FontPlatformDataHarfBuzz.h", | 199 "fonts/harfbuzz/FontPlatformDataHarfBuzz.h", |
| 269 "fonts/harfbuzz/HarfBuzzFace.cpp", | 200 "fonts/harfbuzz/HarfBuzzFace.cpp", |
| 270 "fonts/harfbuzz/HarfBuzzFace.h", | 201 "fonts/harfbuzz/HarfBuzzFace.h", |
| 271 "fonts/harfbuzz/HarfBuzzFaceCoreText.cpp", | 202 "fonts/harfbuzz/HarfBuzzFaceCoreText.cpp", |
| 272 "fonts/harfbuzz/HarfBuzzFaceSkia.cpp", | 203 "fonts/harfbuzz/HarfBuzzFaceSkia.cpp", |
| 273 "fonts/harfbuzz/HarfBuzzShaper.cpp", | 204 "fonts/harfbuzz/HarfBuzzShaper.cpp", |
| 274 "fonts/harfbuzz/HarfBuzzShaper.h", | 205 "fonts/harfbuzz/HarfBuzzShaper.h", |
| 206 "fonts/Latin1TextIterator.h", |
| 275 "fonts/linux/FontCacheLinux.cpp", | 207 "fonts/linux/FontCacheLinux.cpp", |
| 276 "fonts/linux/FontPlatformDataLinux.cpp", | 208 "fonts/linux/FontPlatformDataLinux.cpp", |
| 277 "fonts/opentype/OpenTypeSanitizer.cpp", | 209 "fonts/opentype/OpenTypeSanitizer.cpp", |
| 278 "fonts/opentype/OpenTypeSanitizer.h", | 210 "fonts/opentype/OpenTypeSanitizer.h", |
| 279 "fonts/opentype/OpenTypeTypes.h", | 211 "fonts/opentype/OpenTypeTypes.h", |
| 280 "fonts/opentype/OpenTypeVerticalData.cpp", | 212 "fonts/opentype/OpenTypeVerticalData.cpp", |
| 281 "fonts/opentype/OpenTypeVerticalData.h", | 213 "fonts/opentype/OpenTypeVerticalData.h", |
| 214 "fonts/SegmentedFontData.cpp", |
| 215 "fonts/SegmentedFontData.h", |
| 216 "fonts/SimpleFontData.cpp", |
| 217 "fonts/SimpleFontData.h", |
| 282 "fonts/skia/FontCacheSkia.cpp", | 218 "fonts/skia/FontCacheSkia.cpp", |
| 283 "fonts/skia/FontCustomPlatformDataSkia.cpp", | 219 "fonts/skia/FontCustomPlatformDataSkia.cpp", |
| 284 "fonts/skia/FontPlatformDataSkia.cpp", | 220 "fonts/skia/FontPlatformDataSkia.cpp", |
| 285 "fonts/skia/SimpleFontDataSkia.cpp", | 221 "fonts/skia/SimpleFontDataSkia.cpp", |
| 222 "fonts/TextBlob.h", |
| 223 "fonts/TextRenderingMode.h", |
| 224 "fonts/TypesettingFeatures.h", |
| 225 "fonts/VDMXParser.cpp", |
| 226 "fonts/VDMXParser.h", |
| 227 "fonts/WidthCache.h", |
| 228 "fonts/WidthIterator.cpp", |
| 229 "fonts/WidthIterator.h", |
| 230 "geometry/FloatBox.h", |
| 286 "geometry/FloatBoxExtent.h", | 231 "geometry/FloatBoxExtent.h", |
| 287 "geometry/FloatPoint.cpp", | 232 "geometry/FloatPoint.cpp", |
| 288 "geometry/FloatPoint.h", | 233 "geometry/FloatPoint.h", |
| 289 "geometry/FloatPoint3D.cpp", | 234 "geometry/FloatPoint3D.cpp", |
| 290 "geometry/FloatPoint3D.h", | 235 "geometry/FloatPoint3D.h", |
| 291 "geometry/FloatQuad.cpp", | 236 "geometry/FloatQuad.cpp", |
| 292 "geometry/FloatQuad.h", | 237 "geometry/FloatQuad.h", |
| 293 "geometry/FloatRect.cpp", | 238 "geometry/FloatRect.cpp", |
| 294 "geometry/FloatRect.h", | 239 "geometry/FloatRect.h", |
| 295 "geometry/FloatRoundedRect.cpp", | 240 "geometry/FloatRoundedRect.cpp", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 307 "geometry/LayoutPoint.h", | 252 "geometry/LayoutPoint.h", |
| 308 "geometry/LayoutRect.cpp", | 253 "geometry/LayoutRect.cpp", |
| 309 "geometry/LayoutRect.h", | 254 "geometry/LayoutRect.h", |
| 310 "geometry/LayoutSize.h", | 255 "geometry/LayoutSize.h", |
| 311 "geometry/Region.cpp", | 256 "geometry/Region.cpp", |
| 312 "geometry/Region.h", | 257 "geometry/Region.h", |
| 313 "geometry/RoundedRect.cpp", | 258 "geometry/RoundedRect.cpp", |
| 314 "geometry/RoundedRect.h", | 259 "geometry/RoundedRect.h", |
| 315 "geometry/TransformState.cpp", | 260 "geometry/TransformState.cpp", |
| 316 "geometry/TransformState.h", | 261 "geometry/TransformState.h", |
| 262 "graphics/BitmapImage.cpp", |
| 263 "graphics/BitmapImage.h", |
| 264 "graphics/Canvas2DImageBufferSurface.h", |
| 265 "graphics/Canvas2DLayerBridge.cpp", |
| 266 "graphics/Canvas2DLayerBridge.h", |
| 267 "graphics/Canvas2DLayerManager.cpp", |
| 268 "graphics/Canvas2DLayerManager.h", |
| 269 "graphics/Color.cpp", |
| 270 "graphics/Color.h", |
| 271 "graphics/ColorSpace.cpp", |
| 272 "graphics/ColorSpace.h", |
| 273 "graphics/CompositingReasons.cpp", |
| 274 "graphics/CompositingReasons.h", |
| 275 "graphics/CrossfadeGeneratedImage.cpp", |
| 276 "graphics/CrossfadeGeneratedImage.h", |
| 277 "graphics/DashArray.h", |
| 278 "graphics/DecodingImageGenerator.cpp", |
| 279 "graphics/DecodingImageGenerator.h", |
| 280 "graphics/DeferredImageDecoder.cpp", |
| 281 "graphics/DeferredImageDecoder.h", |
| 282 "graphics/DisplayList.cpp", |
| 283 "graphics/DisplayList.h", |
| 284 "graphics/DrawLooperBuilder.cpp", |
| 285 "graphics/DrawLooperBuilder.h", |
| 286 "graphics/filters/DistantLightSource.cpp", |
| 287 "graphics/filters/DistantLightSource.h", |
| 317 "graphics/filters/FEBlend.cpp", | 288 "graphics/filters/FEBlend.cpp", |
| 318 "graphics/filters/FEBlend.h", | 289 "graphics/filters/FEBlend.h", |
| 319 "graphics/filters/FEColorMatrix.cpp", | 290 "graphics/filters/FEColorMatrix.cpp", |
| 320 "graphics/filters/FEColorMatrix.h", | 291 "graphics/filters/FEColorMatrix.h", |
| 321 "graphics/filters/FEComponentTransfer.cpp", | 292 "graphics/filters/FEComponentTransfer.cpp", |
| 322 "graphics/filters/FEComponentTransfer.h", | 293 "graphics/filters/FEComponentTransfer.h", |
| 323 "graphics/filters/FEComposite.cpp", | 294 "graphics/filters/FEComposite.cpp", |
| 324 "graphics/filters/FEComposite.h", | 295 "graphics/filters/FEComposite.h", |
| 325 "graphics/filters/FEConvolveMatrix.cpp", | 296 "graphics/filters/FEConvolveMatrix.cpp", |
| 326 "graphics/filters/FEConvolveMatrix.h", | 297 "graphics/filters/FEConvolveMatrix.h", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 350 "graphics/filters/FETurbulence.h", | 321 "graphics/filters/FETurbulence.h", |
| 351 "graphics/filters/Filter.h", | 322 "graphics/filters/Filter.h", |
| 352 "graphics/filters/FilterEffect.cpp", | 323 "graphics/filters/FilterEffect.cpp", |
| 353 "graphics/filters/FilterEffect.h", | 324 "graphics/filters/FilterEffect.h", |
| 354 "graphics/filters/FilterOperation.cpp", | 325 "graphics/filters/FilterOperation.cpp", |
| 355 "graphics/filters/FilterOperation.h", | 326 "graphics/filters/FilterOperation.h", |
| 356 "graphics/filters/FilterOperations.cpp", | 327 "graphics/filters/FilterOperations.cpp", |
| 357 "graphics/filters/FilterOperations.h", | 328 "graphics/filters/FilterOperations.h", |
| 358 "graphics/filters/LightSource.cpp", | 329 "graphics/filters/LightSource.cpp", |
| 359 "graphics/filters/LightSource.h", | 330 "graphics/filters/LightSource.h", |
| 360 "graphics/filters/DistantLightSource.cpp", | |
| 361 "graphics/filters/DistantLightSource.h", | |
| 362 "graphics/filters/ParallelJobs.h", | 331 "graphics/filters/ParallelJobs.h", |
| 363 "graphics/filters/PointLightSource.cpp", | 332 "graphics/filters/PointLightSource.cpp", |
| 364 "graphics/filters/PointLightSource.h", | 333 "graphics/filters/PointLightSource.h", |
| 365 "graphics/filters/ReferenceFilter.cpp", | 334 "graphics/filters/ReferenceFilter.cpp", |
| 366 "graphics/filters/ReferenceFilter.h", | 335 "graphics/filters/ReferenceFilter.h", |
| 367 "graphics/filters/SkiaImageFilterBuilder.cpp", | 336 "graphics/filters/SkiaImageFilterBuilder.cpp", |
| 368 "graphics/filters/SkiaImageFilterBuilder.h", | 337 "graphics/filters/SkiaImageFilterBuilder.h", |
| 369 "graphics/filters/SourceAlpha.cpp", | 338 "graphics/filters/SourceAlpha.cpp", |
| 370 "graphics/filters/SourceAlpha.h", | 339 "graphics/filters/SourceAlpha.h", |
| 371 "graphics/filters/SourceGraphic.cpp", | 340 "graphics/filters/SourceGraphic.cpp", |
| 372 "graphics/filters/SourceGraphic.h", | 341 "graphics/filters/SourceGraphic.h", |
| 373 "graphics/filters/SpotLightSource.cpp", | 342 "graphics/filters/SpotLightSource.cpp", |
| 374 "graphics/filters/SpotLightSource.h", | 343 "graphics/filters/SpotLightSource.h", |
| 344 "graphics/FrameData.cpp", |
| 345 "graphics/FrameData.h", |
| 346 "graphics/GeneratedImage.cpp", |
| 347 "graphics/GeneratedImage.h", |
| 375 "graphics/gpu/DrawingBuffer.cpp", | 348 "graphics/gpu/DrawingBuffer.cpp", |
| 376 "graphics/gpu/DrawingBuffer.h", | 349 "graphics/gpu/DrawingBuffer.h", |
| 377 "graphics/gpu/Extensions3DUtil.cpp", | 350 "graphics/gpu/Extensions3DUtil.cpp", |
| 378 "graphics/gpu/Extensions3DUtil.h", | 351 "graphics/gpu/Extensions3DUtil.h", |
| 379 "graphics/gpu/WebGLImageBufferSurface.cpp", | 352 "graphics/gpu/WebGLImageBufferSurface.cpp", |
| 380 "graphics/gpu/WebGLImageBufferSurface.h", | 353 "graphics/gpu/WebGLImageBufferSurface.h", |
| 381 "graphics/gpu/WebGLImageConversion.cpp", | 354 "graphics/gpu/WebGLImageConversion.cpp", |
| 382 "graphics/gpu/WebGLImageConversion.h", | 355 "graphics/gpu/WebGLImageConversion.h", |
| 383 "graphics/skia/GaneshUtils.cpp", | |
| 384 "graphics/skia/GaneshUtils.h", | |
| 385 "graphics/skia/NativeImageSkia.cpp", | |
| 386 "graphics/skia/NativeImageSkia.h", | |
| 387 "graphics/skia/SkSizeHash.h", | |
| 388 "graphics/skia/SkiaUtils.cpp", | |
| 389 "graphics/skia/SkiaUtils.h", | |
| 390 "graphics/BitmapImage.cpp", | |
| 391 "graphics/BitmapImage.h", | |
| 392 "graphics/Canvas2DImageBufferSurface.h", | |
| 393 "graphics/Canvas2DLayerBridge.cpp", | |
| 394 "graphics/Canvas2DLayerBridge.h", | |
| 395 "graphics/Canvas2DLayerManager.cpp", | |
| 396 "graphics/Canvas2DLayerManager.h", | |
| 397 "graphics/Color.cpp", | |
| 398 "graphics/Color.h", | |
| 399 "graphics/ColorSpace.cpp", | |
| 400 "graphics/ColorSpace.h", | |
| 401 "graphics/CompositingReasons.h", | |
| 402 "graphics/CompositingReasons.cpp", | |
| 403 "graphics/CrossfadeGeneratedImage.cpp", | |
| 404 "graphics/CrossfadeGeneratedImage.h", | |
| 405 "graphics/DecodingImageGenerator.cpp", | |
| 406 "graphics/DecodingImageGenerator.h", | |
| 407 "graphics/DeferredImageDecoder.cpp", | |
| 408 "graphics/DeferredImageDecoder.h", | |
| 409 "graphics/DisplayList.cpp", | |
| 410 "graphics/DisplayList.h", | |
| 411 "graphics/DrawLooperBuilder.cpp", | |
| 412 "graphics/DrawLooperBuilder.h", | |
| 413 "graphics/FrameData.cpp", | |
| 414 "graphics/FrameData.h", | |
| 415 "graphics/GeneratedImage.cpp", | |
| 416 "graphics/GeneratedImage.h", | |
| 417 "graphics/Gradient.cpp", | 356 "graphics/Gradient.cpp", |
| 418 "graphics/Gradient.h", | 357 "graphics/Gradient.h", |
| 419 "graphics/GradientGeneratedImage.cpp", | 358 "graphics/GradientGeneratedImage.cpp", |
| 420 "graphics/GradientGeneratedImage.h", | 359 "graphics/GradientGeneratedImage.h", |
| 421 "graphics/GraphicsContext.cpp", | 360 "graphics/GraphicsContext.cpp", |
| 422 "graphics/GraphicsContext.h", | 361 "graphics/GraphicsContext.h", |
| 423 "graphics/GraphicsContextAnnotation.h", | 362 "graphics/GraphicsContextAnnotation.h", |
| 424 "graphics/GraphicsContextCullSaver.h", | 363 "graphics/GraphicsContextCullSaver.h", |
| 425 "graphics/GraphicsContextRecorder.cpp", | 364 "graphics/GraphicsContextRecorder.cpp", |
| 426 "graphics/GraphicsContextRecorder.h", | 365 "graphics/GraphicsContextRecorder.h", |
| 427 "graphics/GraphicsContextState.cpp", | 366 "graphics/GraphicsContextState.cpp", |
| 428 "graphics/GraphicsContextState.h", | 367 "graphics/GraphicsContextState.h", |
| 429 "graphics/GraphicsContextStateSaver.h", | 368 "graphics/GraphicsContextStateSaver.h", |
| 430 "graphics/GraphicsLayer.cpp", | 369 "graphics/GraphicsLayer.cpp", |
| 431 "graphics/GraphicsLayer.h", | 370 "graphics/GraphicsLayer.h", |
| 371 "graphics/GraphicsLayerClient.h", |
| 432 "graphics/GraphicsLayerDebugInfo.cpp", | 372 "graphics/GraphicsLayerDebugInfo.cpp", |
| 433 "graphics/GraphicsLayerDebugInfo.h", | 373 "graphics/GraphicsLayerDebugInfo.h", |
| 434 "graphics/GraphicsLayerClient.h", | |
| 435 "graphics/GraphicsLayerFactory.h", | 374 "graphics/GraphicsLayerFactory.h", |
| 436 "graphics/GraphicsTypes.cpp", | 375 "graphics/GraphicsTypes.cpp", |
| 437 "graphics/GraphicsTypes.h", | 376 "graphics/GraphicsTypes.h", |
| 438 "graphics/GraphicsTypes3D.h", | 377 "graphics/GraphicsTypes3D.h", |
| 439 "graphics/Image.cpp", | 378 "graphics/Image.cpp", |
| 440 "graphics/Image.h", | 379 "graphics/Image.h", |
| 441 "graphics/ImageBuffer.cpp", | 380 "graphics/ImageBuffer.cpp", |
| 442 "graphics/ImageBuffer.h", | 381 "graphics/ImageBuffer.h", |
| 443 "graphics/ImageBufferClient.h", | 382 "graphics/ImageBufferClient.h", |
| 444 "graphics/ImageBufferSurface.cpp", | 383 "graphics/ImageBufferSurface.cpp", |
| 445 "graphics/ImageBufferSurface.h", | 384 "graphics/ImageBufferSurface.h", |
| 446 "graphics/ImageDecodingStore.cpp", | 385 "graphics/ImageDecodingStore.cpp", |
| 447 "graphics/ImageDecodingStore.h", | 386 "graphics/ImageDecodingStore.h", |
| 448 "graphics/ImageFilter.cpp", | 387 "graphics/ImageFilter.cpp", |
| 449 "graphics/ImageFilter.h", | 388 "graphics/ImageFilter.h", |
| 450 "graphics/ImageFrameGenerator.cpp", | 389 "graphics/ImageFrameGenerator.cpp", |
| 451 "graphics/ImageFrameGenerator.h", | 390 "graphics/ImageFrameGenerator.h", |
| 452 "graphics/ImageObserver.cpp", | 391 "graphics/ImageObserver.cpp", |
| 453 "graphics/ImageObserver.h", | 392 "graphics/ImageObserver.h", |
| 454 "graphics/ImageOrientation.cpp", | 393 "graphics/ImageOrientation.cpp", |
| 455 "graphics/ImageOrientation.h", | 394 "graphics/ImageOrientation.h", |
| 456 "graphics/ImageSource.cpp", | 395 "graphics/ImageSource.cpp", |
| 457 "graphics/ImageSource.h", | 396 "graphics/ImageSource.h", |
| 397 "graphics/InterceptingCanvas.h", |
| 458 "graphics/LoggingCanvas.cpp", | 398 "graphics/LoggingCanvas.cpp", |
| 459 "graphics/LoggingCanvas.h", | 399 "graphics/LoggingCanvas.h", |
| 460 "graphics/OpaqueRectTrackingContentLayerDelegate.cpp", | 400 "graphics/OpaqueRectTrackingContentLayerDelegate.cpp", |
| 461 "graphics/OpaqueRectTrackingContentLayerDelegate.h", | 401 "graphics/OpaqueRectTrackingContentLayerDelegate.h", |
| 462 "graphics/Path.cpp", | 402 "graphics/Path.cpp", |
| 463 "graphics/Path.h", | 403 "graphics/Path.h", |
| 464 "graphics/PathTraversalState.cpp", | 404 "graphics/PathTraversalState.cpp", |
| 465 "graphics/PathTraversalState.h", | 405 "graphics/PathTraversalState.h", |
| 466 "graphics/Pattern.cpp", | 406 "graphics/Pattern.cpp", |
| 467 "graphics/Pattern.h", | 407 "graphics/Pattern.h", |
| 468 "graphics/ProfilingCanvas.cpp", | 408 "graphics/ProfilingCanvas.cpp", |
| 469 "graphics/ProfilingCanvas.h", | 409 "graphics/ProfilingCanvas.h", |
| 470 "graphics/RegionTracker.cpp", | 410 "graphics/RegionTracker.cpp", |
| 471 "graphics/RegionTracker.h", | 411 "graphics/RegionTracker.h", |
| 472 "graphics/ReplayingCanvas.cpp", | 412 "graphics/ReplayingCanvas.cpp", |
| 473 "graphics/ReplayingCanvas.h", | 413 "graphics/ReplayingCanvas.h", |
| 414 "graphics/skia/GaneshUtils.cpp", |
| 415 "graphics/skia/GaneshUtils.h", |
| 416 "graphics/skia/NativeImageSkia.cpp", |
| 417 "graphics/skia/NativeImageSkia.h", |
| 418 "graphics/skia/SkiaUtils.cpp", |
| 419 "graphics/skia/SkiaUtils.h", |
| 420 "graphics/skia/SkSizeHash.h", |
| 474 "graphics/StrokeData.cpp", | 421 "graphics/StrokeData.cpp", |
| 475 "graphics/StrokeData.h", | 422 "graphics/StrokeData.h", |
| 476 "graphics/ThreadSafeDataTransport.cpp", | 423 "graphics/ThreadSafeDataTransport.cpp", |
| 477 "graphics/ThreadSafeDataTransport.h", | 424 "graphics/ThreadSafeDataTransport.h", |
| 478 "graphics/UnacceleratedImageBufferSurface.cpp", | 425 "graphics/UnacceleratedImageBufferSurface.cpp", |
| 479 "graphics/UnacceleratedImageBufferSurface.h", | 426 "graphics/UnacceleratedImageBufferSurface.h", |
| 480 "image-decoders/ImageDecoder.cpp", | 427 "HostWindow.h", |
| 481 "image-decoders/ImageDecoder.h", | |
| 482 "image-decoders/ImageFrame.cpp", | |
| 483 "image-decoders/ImageFrame.h", | |
| 484 "image-decoders/bmp/BMPImageDecoder.cpp", | 428 "image-decoders/bmp/BMPImageDecoder.cpp", |
| 485 "image-decoders/bmp/BMPImageDecoder.h", | 429 "image-decoders/bmp/BMPImageDecoder.h", |
| 486 "image-decoders/bmp/BMPImageReader.cpp", | 430 "image-decoders/bmp/BMPImageReader.cpp", |
| 487 "image-decoders/bmp/BMPImageReader.h", | 431 "image-decoders/bmp/BMPImageReader.h", |
| 488 "image-decoders/gif/GIFImageDecoder.cpp", | 432 "image-decoders/gif/GIFImageDecoder.cpp", |
| 489 "image-decoders/gif/GIFImageDecoder.h", | 433 "image-decoders/gif/GIFImageDecoder.h", |
| 490 "image-decoders/gif/GIFImageReader.cpp", | 434 "image-decoders/gif/GIFImageReader.cpp", |
| 491 "image-decoders/gif/GIFImageReader.h", | 435 "image-decoders/gif/GIFImageReader.h", |
| 492 "image-decoders/ico/ICOImageDecoder.cpp", | 436 "image-decoders/ico/ICOImageDecoder.cpp", |
| 493 "image-decoders/ico/ICOImageDecoder.h", | 437 "image-decoders/ico/ICOImageDecoder.h", |
| 438 "image-decoders/ImageDecoder.cpp", |
| 439 "image-decoders/ImageDecoder.h", |
| 440 "image-decoders/ImageFrame.cpp", |
| 441 "image-decoders/ImageFrame.h", |
| 494 "image-decoders/jpeg/JPEGImageDecoder.cpp", | 442 "image-decoders/jpeg/JPEGImageDecoder.cpp", |
| 495 "image-decoders/jpeg/JPEGImageDecoder.h", | 443 "image-decoders/jpeg/JPEGImageDecoder.h", |
| 496 "image-decoders/png/PNGImageDecoder.cpp", | 444 "image-decoders/png/PNGImageDecoder.cpp", |
| 497 "image-decoders/png/PNGImageDecoder.h", | 445 "image-decoders/png/PNGImageDecoder.h", |
| 498 "image-encoders/skia/JPEGImageEncoder.cpp", | 446 "image-encoders/skia/JPEGImageEncoder.cpp", |
| 499 "image-encoders/skia/JPEGImageEncoder.h", | 447 "image-encoders/skia/JPEGImageEncoder.h", |
| 500 "image-encoders/skia/PNGImageEncoder.cpp", | 448 "image-encoders/skia/PNGImageEncoder.cpp", |
| 501 "image-encoders/skia/PNGImageEncoder.h", | 449 "image-encoders/skia/PNGImageEncoder.h", |
| 450 "JSONValues.cpp", |
| 451 "JSONValues.h", |
| 452 "KeyboardCodes.h", |
| 453 "Language.cpp", |
| 454 "Language.h", |
| 455 "LayoutTestSupport.cpp", |
| 456 "LayoutTestSupport.h", |
| 457 "LayoutUnit.h", |
| 458 "Length.cpp", |
| 459 "Length.h", |
| 460 "LengthBox.cpp", |
| 461 "LengthBox.h", |
| 462 "LengthFunctions.cpp", |
| 463 "LengthFunctions.h", |
| 464 "LengthPoint.h", |
| 465 "LengthSize.h", |
| 466 "LifecycleContext.h", |
| 467 "LifecycleNotifier.h", |
| 468 "LifecycleObserver.h", |
| 469 "Logging.cpp", |
| 470 "Logging.h", |
| 471 "MIMETypeFromURL.cpp", |
| 472 "MIMETypeFromURL.h", |
| 473 "MIMETypeRegistry.cpp", |
| 474 "MIMETypeRegistry.h", |
| 475 "network/FormData.cpp", |
| 476 "network/FormData.h", |
| 477 "network/FormDataBuilder.cpp", |
| 478 "network/FormDataBuilder.h", |
| 502 "network/HTTPHeaderMap.cpp", | 479 "network/HTTPHeaderMap.cpp", |
| 503 "network/HTTPHeaderMap.h", | 480 "network/HTTPHeaderMap.h", |
| 504 "network/HTTPParsers.cpp", | 481 "network/HTTPParsers.cpp", |
| 505 "network/HTTPParsers.h", | 482 "network/HTTPParsers.h", |
| 506 "network/HTTPRequest.cpp", | 483 "network/HTTPRequest.cpp", |
| 507 "network/HTTPRequest.h", | 484 "network/HTTPRequest.h", |
| 508 "network/ParsedContentType.cpp", | 485 "network/ParsedContentType.cpp", |
| 509 "network/ParsedContentType.h", | 486 "network/ParsedContentType.h", |
| 510 "network/ProxyServer.cpp", | 487 "network/ProxyServer.cpp", |
| 511 "network/ProxyServer.h", | 488 "network/ProxyServer.h", |
| 512 "network/ResourceError.cpp", | 489 "network/ResourceError.cpp", |
| 513 "network/ResourceError.h", | 490 "network/ResourceError.h", |
| 514 "network/FormData.cpp", | 491 "network/ResourceLoadInfo.h", |
| 515 "network/FormData.h", | 492 "network/ResourceLoadPriority.h", |
| 516 "network/FormDataBuilder.cpp", | 493 "network/ResourceLoadTiming.h", |
| 517 "network/FormDataBuilder.h", | |
| 518 "network/ResourceRequest.cpp", | 494 "network/ResourceRequest.cpp", |
| 519 "network/ResourceRequest.h", | 495 "network/ResourceRequest.h", |
| 520 "network/ResourceResponse.cpp", | 496 "network/ResourceResponse.cpp", |
| 521 "network/ResourceResponse.h", | 497 "network/ResourceResponse.h", |
| 498 "NotImplemented.cpp", |
| 499 "NotImplemented.h", |
| 500 "ParsingUtilities.h", |
| 501 "Partitions.cpp", |
| 502 "Partitions.h", |
| 503 "PlatformEvent.h", |
| 504 "PlatformExport.h", |
| 505 "PlatformGestureEvent.h", |
| 506 "PlatformKeyboardEvent.cpp", |
| 507 "PlatformKeyboardEvent.h", |
| 508 "PlatformMouseEvent.h", |
| 509 "PlatformScreen.cpp", |
| 510 "PlatformScreen.h", |
| 511 "PlatformThreadData.cpp", |
| 512 "PlatformThreadData.h", |
| 513 "PlatformTouchEvent.h", |
| 514 "PlatformTouchPoint.h", |
| 515 "PlatformWheelEvent.h", |
| 516 "PurgeableVector.cpp", |
| 517 "PurgeableVector.h", |
| 518 "RefCountedSupplement.h", |
| 519 "ScriptForbiddenScope.cpp", |
| 520 "ScriptForbiddenScope.h", |
| 522 "scroll/ProgrammaticScrollAnimator.cpp", | 521 "scroll/ProgrammaticScrollAnimator.cpp", |
| 523 "scroll/ProgrammaticScrollAnimator.h", | 522 "scroll/ProgrammaticScrollAnimator.h", |
| 523 "scroll/ScrollableArea.cpp", |
| 524 "scroll/ScrollableArea.h", |
| 524 "scroll/ScrollAnimator.cpp", | 525 "scroll/ScrollAnimator.cpp", |
| 525 "scroll/ScrollAnimator.h", | 526 "scroll/ScrollAnimator.h", |
| 526 "scroll/ScrollTypes.h", | |
| 527 "scroll/ScrollableArea.cpp", | |
| 528 "scroll/ScrollableArea.h", | |
| 529 "scroll/Scrollbar.cpp", | 527 "scroll/Scrollbar.cpp", |
| 530 "scroll/Scrollbar.h", | 528 "scroll/Scrollbar.h", |
| 529 "scroll/ScrollTypes.h", |
| 530 "SharedBuffer.cpp", |
| 531 "SharedBuffer.h", |
| 532 "SharedBufferChunkReader.cpp", |
| 533 "SharedBufferChunkReader.h", |
| 534 "SharedTimer.cpp", |
| 535 "SharedTimer.h", |
| 536 "Supplementable.h", |
| 531 "text/BidiCharacterRun.cpp", | 537 "text/BidiCharacterRun.cpp", |
| 532 "text/BidiCharacterRun.h", | 538 "text/BidiCharacterRun.h", |
| 533 "text/BidiContext.cpp", | 539 "text/BidiContext.cpp", |
| 534 "text/BidiContext.h", | 540 "text/BidiContext.h", |
| 535 "text/BidiResolver.h", | 541 "text/BidiResolver.h", |
| 536 "text/BidiRunList.h", | 542 "text/BidiRunList.h", |
| 537 "text/BidiTextRun.cpp", | 543 "text/BidiTextRun.cpp", |
| 538 "text/BidiTextRun.h", | 544 "text/BidiTextRun.h", |
| 539 "text/DateTimeFormat.cpp", | 545 "text/DateTimeFormat.cpp", |
| 540 "text/DateTimeFormat.h", | 546 "text/DateTimeFormat.h", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 557 "text/TextBoundaries.cpp", | 563 "text/TextBoundaries.cpp", |
| 558 "text/TextBoundaries.h", | 564 "text/TextBoundaries.h", |
| 559 "text/TextBreakIterator.cpp", | 565 "text/TextBreakIterator.cpp", |
| 560 "text/TextBreakIterator.h", | 566 "text/TextBreakIterator.h", |
| 561 "text/TextBreakIteratorICU.cpp", | 567 "text/TextBreakIteratorICU.cpp", |
| 562 "text/TextBreakIteratorInternalICU.cpp", | 568 "text/TextBreakIteratorInternalICU.cpp", |
| 563 "text/TextBreakIteratorInternalICU.h", | 569 "text/TextBreakIteratorInternalICU.h", |
| 564 "text/TextCheckerClient.h", | 570 "text/TextCheckerClient.h", |
| 565 "text/TextChecking.h", | 571 "text/TextChecking.h", |
| 566 "text/TextDecoration.h", | 572 "text/TextDecoration.h", |
| 573 "text/TextDirection.h", |
| 567 "text/TextPath.h", | 574 "text/TextPath.h", |
| 568 "text/TextRun.cpp", | 575 "text/TextRun.cpp", |
| 569 "text/TextRun.h", | 576 "text/TextRun.h", |
| 570 "text/TextRunIterator.h", | 577 "text/TextRunIterator.h", |
| 571 "text/TextStream.cpp", | 578 "text/TextStream.cpp", |
| 572 "text/TextStream.h", | 579 "text/TextStream.h", |
| 573 "text/UnicodeBidi.h", | 580 "text/UnicodeBidi.h", |
| 574 "text/UnicodeRange.cpp", | 581 "text/UnicodeRange.cpp", |
| 575 "text/UnicodeRange.h", | 582 "text/UnicodeRange.h", |
| 576 "text/UnicodeUtilities.cpp", | 583 "text/UnicodeUtilities.cpp", |
| 577 "text/UnicodeUtilities.h", | 584 "text/UnicodeUtilities.h", |
| 585 "ThreadTimers.cpp", |
| 586 "ThreadTimers.h", |
| 587 "Timer.cpp", |
| 588 "Timer.h", |
| 589 "TracedValue.cpp", |
| 590 "TracedValue.h", |
| 591 "TraceEvent.h", |
| 578 "transforms/AffineTransform.cpp", | 592 "transforms/AffineTransform.cpp", |
| 579 "transforms/AffineTransform.h", | 593 "transforms/AffineTransform.h", |
| 580 "transforms/IdentityTransformOperation.h", | 594 "transforms/IdentityTransformOperation.h", |
| 595 "transforms/InterpolatedTransformOperation.cpp", |
| 581 "transforms/InterpolatedTransformOperation.h", | 596 "transforms/InterpolatedTransformOperation.h", |
| 582 "transforms/InterpolatedTransformOperation.cpp", | |
| 583 "transforms/Matrix3DTransformOperation.cpp", | 597 "transforms/Matrix3DTransformOperation.cpp", |
| 584 "transforms/Matrix3DTransformOperation.h", | 598 "transforms/Matrix3DTransformOperation.h", |
| 585 "transforms/MatrixTransformOperation.cpp", | 599 "transforms/MatrixTransformOperation.cpp", |
| 586 "transforms/MatrixTransformOperation.h", | 600 "transforms/MatrixTransformOperation.h", |
| 587 "transforms/PerspectiveTransformOperation.cpp", | 601 "transforms/PerspectiveTransformOperation.cpp", |
| 588 "transforms/PerspectiveTransformOperation.h", | 602 "transforms/PerspectiveTransformOperation.h", |
| 589 "transforms/RotateTransformOperation.cpp", | 603 "transforms/RotateTransformOperation.cpp", |
| 590 "transforms/RotateTransformOperation.h", | 604 "transforms/RotateTransformOperation.h", |
| 591 "transforms/ScaleTransformOperation.cpp", | 605 "transforms/ScaleTransformOperation.cpp", |
| 592 "transforms/ScaleTransformOperation.h", | 606 "transforms/ScaleTransformOperation.h", |
| 593 "transforms/SkewTransformOperation.cpp", | 607 "transforms/SkewTransformOperation.cpp", |
| 594 "transforms/SkewTransformOperation.h", | 608 "transforms/SkewTransformOperation.h", |
| 609 "transforms/TransformationMatrix.cpp", |
| 610 "transforms/TransformationMatrix.h", |
| 611 "transforms/TransformOperation.h", |
| 595 "transforms/TransformOperations.cpp", | 612 "transforms/TransformOperations.cpp", |
| 613 "transforms/TransformOperations.h", |
| 596 "transforms/TranslateTransformOperation.cpp", | 614 "transforms/TranslateTransformOperation.cpp", |
| 597 "transforms/TranslateTransformOperation.h", | 615 "transforms/TranslateTransformOperation.h", |
| 598 "transforms/TransformationMatrix.cpp", | 616 "UserGestureIndicator.cpp", |
| 599 "transforms/TransformationMatrix.h", | 617 "UserGestureIndicator.h", |
| 618 "weborigin/KnownPorts.cpp", |
| 619 "weborigin/KnownPorts.h", |
| 600 "weborigin/KURL.cpp", | 620 "weborigin/KURL.cpp", |
| 601 "weborigin/KURL.h", | 621 "weborigin/KURL.h", |
| 602 "weborigin/KURLHash.h", | 622 "weborigin/KURLHash.h", |
| 603 "weborigin/KnownPorts.cpp", | |
| 604 "weborigin/KnownPorts.h", | |
| 605 "weborigin/Referrer.h", | 623 "weborigin/Referrer.h", |
| 606 "weborigin/ReferrerPolicy.h", | 624 "weborigin/ReferrerPolicy.h", |
| 607 "weborigin/SchemeRegistry.cpp", | 625 "weborigin/SchemeRegistry.cpp", |
| 608 "weborigin/SchemeRegistry.h", | 626 "weborigin/SchemeRegistry.h", |
| 609 "weborigin/SecurityPolicy.cpp", | 627 "weborigin/SecurityPolicy.cpp", |
| 610 "weborigin/SecurityPolicy.h", | 628 "weborigin/SecurityPolicy.h", |
| 629 "WebThread.cpp", |
| 630 "Widget.cpp", |
| 631 "Widget.h", |
| 632 "WindowsKeyboardCodes.h", |
| 611 ] | 633 ] |
| 612 | 634 |
| 613 # Add in the generated files. | 635 # Add in the generated files. |
| 614 sources += | 636 sources += |
| 615 get_target_outputs(":font_family_names") + | 637 get_target_outputs(":font_family_names") + |
| 616 get_target_outputs(":runtime_enabled_features") + | 638 get_target_outputs(":runtime_enabled_features") + |
| 617 get_target_outputs(":color_data") | 639 get_target_outputs(":color_data") |
| 618 | 640 |
| 619 configs += [ | 641 configs += [ |
| 620 "//sky/engine:config", | 642 "//sky/engine:config", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 812 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 791 # TODO(GYP) | 813 # TODO(GYP) |
| 792 #'cflags': ['-marm'], | 814 #'cflags': ['-marm'], |
| 793 # 'conditions': [ | 815 # 'conditions': [ |
| 794 # ['OS=="android"', { | 816 # ['OS=="android"', { |
| 795 # 'cflags!': ['-mthumb'], | 817 # 'cflags!': ['-mthumb'], |
| 796 # }], | 818 # }], |
| 797 # ], | 819 # ], |
| 798 } | 820 } |
| 799 } | 821 } |
| OLD | NEW |