| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "LifecycleNotifier.h", | 121 "LifecycleNotifier.h", |
| 122 "LifecycleObserver.h", | 122 "LifecycleObserver.h", |
| 123 "Logging.cpp", | 123 "Logging.cpp", |
| 124 "Logging.h", | 124 "Logging.h", |
| 125 "MIMETypeFromURL.cpp", | 125 "MIMETypeFromURL.cpp", |
| 126 "MIMETypeFromURL.h", | 126 "MIMETypeFromURL.h", |
| 127 "MIMETypeRegistry.cpp", | 127 "MIMETypeRegistry.cpp", |
| 128 "MIMETypeRegistry.h", | 128 "MIMETypeRegistry.h", |
| 129 "NotImplemented.cpp", | 129 "NotImplemented.cpp", |
| 130 "NotImplemented.h", | 130 "NotImplemented.h", |
| 131 "PODArena.h", | |
| 132 "PODFreeListArena.h", | |
| 133 "PODInterval.h", | |
| 134 "PODIntervalTree.h", | |
| 135 "PODRedBlackTree.h", | |
| 136 "ParsingUtilities.h", | 131 "ParsingUtilities.h", |
| 137 "Partitions.cpp", | 132 "Partitions.cpp", |
| 138 "Partitions.h", | 133 "Partitions.h", |
| 139 "PlatformEvent.h", | 134 "PlatformEvent.h", |
| 140 "PlatformGestureEvent.h", | 135 "PlatformGestureEvent.h", |
| 141 "PlatformKeyboardEvent.cpp", | 136 "PlatformKeyboardEvent.cpp", |
| 142 "PlatformKeyboardEvent.h", | 137 "PlatformKeyboardEvent.h", |
| 143 "PlatformMouseEvent.h", | 138 "PlatformMouseEvent.h", |
| 144 "PlatformScreen.cpp", | 139 "PlatformScreen.cpp", |
| 145 "PlatformScreen.h", | 140 "PlatformScreen.h", |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "fonts/opentype/OpenTypeSanitizer.cpp", | 277 "fonts/opentype/OpenTypeSanitizer.cpp", |
| 283 "fonts/opentype/OpenTypeSanitizer.h", | 278 "fonts/opentype/OpenTypeSanitizer.h", |
| 284 "fonts/opentype/OpenTypeTypes.h", | 279 "fonts/opentype/OpenTypeTypes.h", |
| 285 "fonts/opentype/OpenTypeVerticalData.cpp", | 280 "fonts/opentype/OpenTypeVerticalData.cpp", |
| 286 "fonts/opentype/OpenTypeVerticalData.h", | 281 "fonts/opentype/OpenTypeVerticalData.h", |
| 287 "fonts/skia/FontCacheSkia.cpp", | 282 "fonts/skia/FontCacheSkia.cpp", |
| 288 "fonts/skia/FontCustomPlatformDataSkia.cpp", | 283 "fonts/skia/FontCustomPlatformDataSkia.cpp", |
| 289 "fonts/skia/FontPlatformDataSkia.cpp", | 284 "fonts/skia/FontPlatformDataSkia.cpp", |
| 290 "fonts/skia/SimpleFontDataSkia.cpp", | 285 "fonts/skia/SimpleFontDataSkia.cpp", |
| 291 "geometry/FloatBoxExtent.h", | 286 "geometry/FloatBoxExtent.h", |
| 292 "geometry/FloatPolygon.cpp", | |
| 293 "geometry/FloatPolygon.h", | |
| 294 "geometry/FloatPoint.cpp", | 287 "geometry/FloatPoint.cpp", |
| 295 "geometry/FloatPoint.h", | 288 "geometry/FloatPoint.h", |
| 296 "geometry/FloatPoint3D.cpp", | 289 "geometry/FloatPoint3D.cpp", |
| 297 "geometry/FloatPoint3D.h", | 290 "geometry/FloatPoint3D.h", |
| 298 "geometry/FloatQuad.cpp", | 291 "geometry/FloatQuad.cpp", |
| 299 "geometry/FloatQuad.h", | 292 "geometry/FloatQuad.h", |
| 300 "geometry/FloatRect.cpp", | 293 "geometry/FloatRect.cpp", |
| 301 "geometry/FloatRect.h", | 294 "geometry/FloatRect.h", |
| 302 "geometry/FloatRoundedRect.cpp", | 295 "geometry/FloatRoundedRect.cpp", |
| 303 "geometry/FloatRoundedRect.h", | 296 "geometry/FloatRoundedRect.h", |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 | 703 |
| 711 test("platform_unittests") { | 704 test("platform_unittests") { |
| 712 visibility += ["//sky/*"] | 705 visibility += ["//sky/*"] |
| 713 output_name = "sky_platform_unittests" | 706 output_name = "sky_platform_unittests" |
| 714 | 707 |
| 715 sources = [ | 708 sources = [ |
| 716 "ClockTest.cpp", | 709 "ClockTest.cpp", |
| 717 "DecimalTest.cpp", | 710 "DecimalTest.cpp", |
| 718 "LayoutUnitTest.cpp", | 711 "LayoutUnitTest.cpp", |
| 719 "LifecycleContextTest.cpp", | 712 "LifecycleContextTest.cpp", |
| 720 "PODArenaTest.cpp", | |
| 721 "PODFreeListArenaTest.cpp", | |
| 722 "PODIntervalTreeTest.cpp", | |
| 723 "PODRedBlackTreeTest.cpp", | |
| 724 "PurgeableVectorTest.cpp", | 713 "PurgeableVectorTest.cpp", |
| 725 "SharedBufferTest.cpp", | 714 "SharedBufferTest.cpp", |
| 726 "TestingPlatformSupport.cpp", | 715 "TestingPlatformSupport.cpp", |
| 727 "TestingPlatformSupport.h", | 716 "TestingPlatformSupport.h", |
| 728 "TracedValueTest.cpp", | 717 "TracedValueTest.cpp", |
| 729 "animation/TimingFunctionTest.cpp", | 718 "animation/TimingFunctionTest.cpp", |
| 730 "animation/UnitBezierTest.cpp", | 719 "animation/UnitBezierTest.cpp", |
| 731 "clipboard/ClipboardUtilitiesTest.cpp", | 720 "clipboard/ClipboardUtilitiesTest.cpp", |
| 732 "fonts/FontCacheTest.cpp", | 721 "fonts/FontCacheTest.cpp", |
| 733 "fonts/FontDescriptionTest.cpp", | 722 "fonts/FontDescriptionTest.cpp", |
| 734 "fonts/FontTest.cpp", | 723 "fonts/FontTest.cpp", |
| 735 "fonts/GlyphBufferTest.cpp", | 724 "fonts/GlyphBufferTest.cpp", |
| 736 "fonts/GlyphPageTreeNodeTest.cpp", | 725 "fonts/GlyphPageTreeNodeTest.cpp", |
| 737 "fonts/android/FontCacheAndroidTest.cpp", | 726 "fonts/android/FontCacheAndroidTest.cpp", |
| 738 "geometry/FloatBoxTest.cpp", | 727 "geometry/FloatBoxTest.cpp", |
| 739 "geometry/FloatBoxTestHelpers.cpp", | 728 "geometry/FloatBoxTestHelpers.cpp", |
| 740 "geometry/FloatPolygonTest.cpp", | |
| 741 "geometry/FloatRoundedRectTest.cpp", | 729 "geometry/FloatRoundedRectTest.cpp", |
| 742 "geometry/RegionTest.cpp", | 730 "geometry/RegionTest.cpp", |
| 743 "geometry/RoundedRectTest.cpp", | 731 "geometry/RoundedRectTest.cpp", |
| 744 "graphics/GraphicsContextTest.cpp", | 732 "graphics/GraphicsContextTest.cpp", |
| 745 "graphics/ThreadSafeDataTransportTest.cpp", | 733 "graphics/ThreadSafeDataTransportTest.cpp", |
| 746 "graphics/filters/FilterOperationsTest.cpp", | 734 "graphics/filters/FilterOperationsTest.cpp", |
| 747 "graphics/filters/ImageFilterBuilderTest.cpp", | 735 "graphics/filters/ImageFilterBuilderTest.cpp", |
| 748 "graphics/gpu/DrawingBufferTest.cpp", | 736 "graphics/gpu/DrawingBufferTest.cpp", |
| 749 "image-decoders/ImageDecoderTest.cpp", | 737 "image-decoders/ImageDecoderTest.cpp", |
| 750 "mac/ScrollElasticityControllerTest.mm", | 738 "mac/ScrollElasticityControllerTest.mm", |
| 751 "network/HTTPParsersTest.cpp", | 739 "network/HTTPParsersTest.cpp", |
| 752 "testing/ArenaTestHelpers.h", | |
| 753 "testing/TreeTestHelpers.cpp", | 740 "testing/TreeTestHelpers.cpp", |
| 754 "testing/TreeTestHelpers.h", | 741 "testing/TreeTestHelpers.h", |
| 755 "testing/RunAllTests.cpp", | 742 "testing/RunAllTests.cpp", |
| 756 "transforms/TransformOperationsTest.cpp", | 743 "transforms/TransformOperationsTest.cpp", |
| 757 "transforms/TransformationMatrixTest.cpp", | 744 "transforms/TransformationMatrixTest.cpp", |
| 758 "text/BidiResolverTest.cpp", | 745 "text/BidiResolverTest.cpp", |
| 759 "text/SegmentedStringTest.cpp", | 746 "text/SegmentedStringTest.cpp", |
| 760 "text/UnicodeUtilitiesTest.cpp", | 747 "text/UnicodeUtilitiesTest.cpp", |
| 761 "weborigin/KURLTest.cpp", | 748 "weborigin/KURLTest.cpp", |
| 762 "weborigin/SecurityPolicyTest.cpp", | 749 "weborigin/SecurityPolicyTest.cpp", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 790 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 804 # TODO(GYP) | 791 # TODO(GYP) |
| 805 #'cflags': ['-marm'], | 792 #'cflags': ['-marm'], |
| 806 # 'conditions': [ | 793 # 'conditions': [ |
| 807 # ['OS=="android"', { | 794 # ['OS=="android"', { |
| 808 # 'cflags!': ['-mthumb'], | 795 # 'cflags!': ['-mthumb'], |
| 809 # }], | 796 # }], |
| 810 # ], | 797 # ], |
| 811 } | 798 } |
| 812 } | 799 } |
| OLD | NEW |