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

Side by Side Diff: webkit/build/WebCore/SConscript

Issue 17421: Rename AffineTransformSkia to TransformationMatrixSkia, Chromium side... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | webkit/build/WebCore/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 # Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 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('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 if env.Bit('windows'): 9 if env.Bit('windows'):
10 env.Append( 10 env.Append(
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 '$WEBCORE_DIR/platform/graphics/chromium/FontCustomPlatformData.cpp', 490 '$WEBCORE_DIR/platform/graphics/chromium/FontCustomPlatformData.cpp',
491 491
492 '$WEBCORE_DIR/platform/graphics/transforms/ScaleTransformOperation.cpp', 492 '$WEBCORE_DIR/platform/graphics/transforms/ScaleTransformOperation.cpp',
493 '$WEBCORE_DIR/platform/graphics/transforms/TranslateTransformOperation.cpp', 493 '$WEBCORE_DIR/platform/graphics/transforms/TranslateTransformOperation.cpp',
494 '$WEBCORE_DIR/platform/graphics/transforms/RotateTransformOperation.cpp', 494 '$WEBCORE_DIR/platform/graphics/transforms/RotateTransformOperation.cpp',
495 '$WEBCORE_DIR/platform/graphics/transforms/TransformOperations.cpp', 495 '$WEBCORE_DIR/platform/graphics/transforms/TransformOperations.cpp',
496 '$WEBCORE_DIR/platform/graphics/transforms/MatrixTransformOperation.cpp', 496 '$WEBCORE_DIR/platform/graphics/transforms/MatrixTransformOperation.cpp',
497 '$WEBCORE_DIR/platform/graphics/transforms/SkewTransformOperation.cpp', 497 '$WEBCORE_DIR/platform/graphics/transforms/SkewTransformOperation.cpp',
498 '$WEBCORE_DIR/platform/graphics/transforms/TransformationMatrix.cpp', 498 '$WEBCORE_DIR/platform/graphics/transforms/TransformationMatrix.cpp',
499 499
500 '$WEBCORE_DIR/platform/graphics/skia/AffineTransformSkia.cpp',
501 '$WEBCORE_DIR/platform/graphics/skia/FloatPointSkia.cpp', 500 '$WEBCORE_DIR/platform/graphics/skia/FloatPointSkia.cpp',
502 '$WEBCORE_DIR/platform/graphics/skia/FloatRectSkia.cpp', 501 '$WEBCORE_DIR/platform/graphics/skia/FloatRectSkia.cpp',
503 '$WEBCORE_DIR/platform/graphics/skia/GradientSkia.cpp', 502 '$WEBCORE_DIR/platform/graphics/skia/GradientSkia.cpp',
504 '$WEBCORE_DIR/platform/graphics/skia/GraphicsContextSkia.cpp', 503 '$WEBCORE_DIR/platform/graphics/skia/GraphicsContextSkia.cpp',
505 '$WEBCORE_DIR/platform/graphics/skia/ImageBufferSkia.cpp', 504 '$WEBCORE_DIR/platform/graphics/skia/ImageBufferSkia.cpp',
506 '$WEBCORE_DIR/platform/graphics/skia/ImageSkia.cpp', 505 '$WEBCORE_DIR/platform/graphics/skia/ImageSkia.cpp',
507 '$WEBCORE_DIR/platform/graphics/skia/ImageSourceSkia.cpp', 506 '$WEBCORE_DIR/platform/graphics/skia/ImageSourceSkia.cpp',
508 '$WEBCORE_DIR/platform/graphics/skia/IntPointSkia.cpp', 507 '$WEBCORE_DIR/platform/graphics/skia/IntPointSkia.cpp',
509 '$WEBCORE_DIR/platform/graphics/skia/IntRectSkia.cpp', 508 '$WEBCORE_DIR/platform/graphics/skia/IntRectSkia.cpp',
510 '$WEBCORE_DIR/platform/graphics/skia/NativeImageSkia.cpp', 509 '$WEBCORE_DIR/platform/graphics/skia/NativeImageSkia.cpp',
511 '$WEBCORE_DIR/platform/graphics/skia/PathSkia.cpp', 510 '$WEBCORE_DIR/platform/graphics/skia/PathSkia.cpp',
512 '$WEBCORE_DIR/platform/graphics/skia/PatternSkia.cpp', 511 '$WEBCORE_DIR/platform/graphics/skia/PatternSkia.cpp',
513 '$WEBCORE_DIR/platform/graphics/skia/PlatformContextSkia.cpp', 512 '$WEBCORE_DIR/platform/graphics/skia/PlatformContextSkia.cpp',
514 '$WEBCORE_DIR/platform/graphics/skia/SkiaUtils.cpp', 513 '$WEBCORE_DIR/platform/graphics/skia/SkiaUtils.cpp',
514 '$WEBCORE_DIR/platform/graphics/skia/TransformationMatrixSkia.cpp',
515 515
516 '$WEBCORE_DIR/platform/network/AuthenticationChallengeBase.cpp', 516 '$WEBCORE_DIR/platform/network/AuthenticationChallengeBase.cpp',
517 '$WEBCORE_DIR/platform/network/Credential.cpp', 517 '$WEBCORE_DIR/platform/network/Credential.cpp',
518 '$WEBCORE_DIR/platform/network/FormData.cpp', 518 '$WEBCORE_DIR/platform/network/FormData.cpp',
519 '$WEBCORE_DIR/platform/network/FormDataBuilder.cpp', 519 '$WEBCORE_DIR/platform/network/FormDataBuilder.cpp',
520 '$WEBCORE_DIR/platform/network/HTTPParsers.cpp', 520 '$WEBCORE_DIR/platform/network/HTTPParsers.cpp',
521 '$WEBCORE_DIR/platform/network/NetworkStateNotifier.cpp', 521 '$WEBCORE_DIR/platform/network/NetworkStateNotifier.cpp',
522 '$WEBCORE_DIR/platform/network/ProtectionSpace.cpp', 522 '$WEBCORE_DIR/platform/network/ProtectionSpace.cpp',
523 '$WEBCORE_DIR/platform/network/ResourceErrorBase.cpp', 523 '$WEBCORE_DIR/platform/network/ResourceErrorBase.cpp',
524 #'$WEBCORE_DIR/platform/network/ResourceHandle.cpp', 524 #'$WEBCORE_DIR/platform/network/ResourceHandle.cpp',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 958
959 env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj', 959 env.ChromeMSVSProject('$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
960 dependencies = [ 960 dependencies = [
961 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', 961 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
962 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', 962 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
963 '$LIBXML_DIR/build/libxml_config.vcproj', 963 '$LIBXML_DIR/build/libxml_config.vcproj',
964 '$LIBXSLT_DIR/build/libxslt_config.vcproj', 964 '$LIBXSLT_DIR/build/libxslt_config.vcproj',
965 '$SQLITE_DIR/sqlite.vcproj', 965 '$SQLITE_DIR/sqlite.vcproj',
966 ], 966 ],
967 guid='{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}') 967 guid='{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}')
OLDNEW
« no previous file with comments | « DEPS ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698