| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "LengthPoint.h", | 255 "LengthPoint.h", |
| 256 "LengthSize.h", | 256 "LengthSize.h", |
| 257 "LifecycleNotifier.h", | 257 "LifecycleNotifier.h", |
| 258 "LifecycleObserver.h", | 258 "LifecycleObserver.h", |
| 259 "LinkHash.cpp", | 259 "LinkHash.cpp", |
| 260 "LinkHash.h", | 260 "LinkHash.h", |
| 261 "MIMETypeFromURL.cpp", | 261 "MIMETypeFromURL.cpp", |
| 262 "MIMETypeFromURL.h", | 262 "MIMETypeFromURL.h", |
| 263 "MIMETypeRegistry.cpp", | 263 "MIMETypeRegistry.cpp", |
| 264 "MIMETypeRegistry.h", | 264 "MIMETypeRegistry.h", |
| 265 "MemoryCacheDumpProvider.cpp", | |
| 266 "MemoryCacheDumpProvider.h", | |
| 267 "MemoryCoordinator.cpp", | 265 "MemoryCoordinator.cpp", |
| 268 "MemoryCoordinator.h", | 266 "MemoryCoordinator.h", |
| 269 "PODArena.h", | 267 "PODArena.h", |
| 270 "PODFreeListArena.h", | 268 "PODFreeListArena.h", |
| 271 "PODInterval.h", | 269 "PODInterval.h", |
| 272 "PODIntervalTree.h", | 270 "PODIntervalTree.h", |
| 273 "PODRedBlackTree.h", | 271 "PODRedBlackTree.h", |
| 274 "PartitionAllocMemoryDumpProvider.cpp", | 272 "PartitionAllocMemoryDumpProvider.cpp", |
| 275 "PartitionAllocMemoryDumpProvider.h", | 273 "PartitionAllocMemoryDumpProvider.h", |
| 276 "PasteMode.h", | 274 "PasteMode.h", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 302 "SharedBufferChunkReader.cpp", | 300 "SharedBufferChunkReader.cpp", |
| 303 "SharedBufferChunkReader.h", | 301 "SharedBufferChunkReader.h", |
| 304 "StorageQuotaCallbacks.h", | 302 "StorageQuotaCallbacks.h", |
| 305 "Supplementable.cpp", | 303 "Supplementable.cpp", |
| 306 "Supplementable.h", | 304 "Supplementable.h", |
| 307 "Theme.cpp", | 305 "Theme.cpp", |
| 308 "Theme.h", | 306 "Theme.h", |
| 309 "ThemeTypes.h", | 307 "ThemeTypes.h", |
| 310 "Timer.cpp", | 308 "Timer.cpp", |
| 311 "Timer.h", | 309 "Timer.h", |
| 312 "TraceEvent.h", | |
| 313 "TracedValue.cpp", | |
| 314 "TracedValue.h", | |
| 315 "UUID.cpp", | 310 "UUID.cpp", |
| 316 "UUID.h", | 311 "UUID.h", |
| 317 "UserGestureIndicator.cpp", | 312 "UserGestureIndicator.cpp", |
| 318 "UserGestureIndicator.h", | 313 "UserGestureIndicator.h", |
| 319 "WaitableEvent.cpp", | 314 "WaitableEvent.cpp", |
| 320 "WaitableEvent.h", | 315 "WaitableEvent.h", |
| 321 "WebIconSizesParser.cpp", | 316 "WebIconSizesParser.cpp", |
| 322 "WebScheduler.cpp", | 317 "WebScheduler.cpp", |
| 323 "WebTaskRunner.cpp", | 318 "WebTaskRunner.cpp", |
| 324 "WebThread.cpp", | 319 "WebThread.cpp", |
| (...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1284 "text/UnicodeBidi.h", | 1279 "text/UnicodeBidi.h", |
| 1285 "text/UnicodeRange.cpp", | 1280 "text/UnicodeRange.cpp", |
| 1286 "text/UnicodeRange.h", | 1281 "text/UnicodeRange.h", |
| 1287 "text/UnicodeUtilities.cpp", | 1282 "text/UnicodeUtilities.cpp", |
| 1288 "text/UnicodeUtilities.h", | 1283 "text/UnicodeUtilities.h", |
| 1289 "text/linux/HyphenationLinux.cpp", | 1284 "text/linux/HyphenationLinux.cpp", |
| 1290 "text/mac/HyphenationMac.cpp", | 1285 "text/mac/HyphenationMac.cpp", |
| 1291 "text/win/HyphenationWin.cpp", | 1286 "text/win/HyphenationWin.cpp", |
| 1292 "threading/BackgroundTaskRunner.cpp", | 1287 "threading/BackgroundTaskRunner.cpp", |
| 1293 "threading/BackgroundTaskRunner.h", | 1288 "threading/BackgroundTaskRunner.h", |
| 1289 "tracing/MemoryCacheDumpProvider.cpp", |
| 1290 "tracing/MemoryCacheDumpProvider.h", |
| 1291 "tracing/TraceEvent.h", |
| 1292 "tracing/TracedValue.cpp", |
| 1293 "tracing/TracedValue.h", |
| 1294 "tracing/web_memory_allocator_dump.cc", |
| 1295 "tracing/web_memory_allocator_dump.h", |
| 1296 "tracing/web_process_memory_dump.cc", |
| 1297 "tracing/web_process_memory_dump.h", |
| 1294 "transforms/AffineTransform.cpp", | 1298 "transforms/AffineTransform.cpp", |
| 1295 "transforms/AffineTransform.h", | 1299 "transforms/AffineTransform.h", |
| 1296 "transforms/IdentityTransformOperation.h", | 1300 "transforms/IdentityTransformOperation.h", |
| 1297 "transforms/InterpolatedTransformOperation.cpp", | 1301 "transforms/InterpolatedTransformOperation.cpp", |
| 1298 "transforms/InterpolatedTransformOperation.h", | 1302 "transforms/InterpolatedTransformOperation.h", |
| 1299 "transforms/Matrix3DTransformOperation.cpp", | 1303 "transforms/Matrix3DTransformOperation.cpp", |
| 1300 "transforms/Matrix3DTransformOperation.h", | 1304 "transforms/Matrix3DTransformOperation.h", |
| 1301 "transforms/MatrixTransformOperation.cpp", | 1305 "transforms/MatrixTransformOperation.cpp", |
| 1302 "transforms/MatrixTransformOperation.h", | 1306 "transforms/MatrixTransformOperation.h", |
| 1303 "transforms/PerspectiveTransformOperation.cpp", | 1307 "transforms/PerspectiveTransformOperation.cpp", |
| 1304 "transforms/PerspectiveTransformOperation.h", | 1308 "transforms/PerspectiveTransformOperation.h", |
| 1305 "transforms/RotateTransformOperation.cpp", | 1309 "transforms/RotateTransformOperation.cpp", |
| 1306 "transforms/RotateTransformOperation.h", | 1310 "transforms/RotateTransformOperation.h", |
| 1307 "transforms/Rotation.cpp", | 1311 "transforms/Rotation.cpp", |
| 1308 "transforms/Rotation.h", | 1312 "transforms/Rotation.h", |
| 1309 "transforms/ScaleTransformOperation.cpp", | 1313 "transforms/ScaleTransformOperation.cpp", |
| 1310 "transforms/ScaleTransformOperation.h", | 1314 "transforms/ScaleTransformOperation.h", |
| 1311 "transforms/SkewTransformOperation.cpp", | 1315 "transforms/SkewTransformOperation.cpp", |
| 1312 "transforms/SkewTransformOperation.h", | 1316 "transforms/SkewTransformOperation.h", |
| 1313 "transforms/TransformOperations.cpp", | 1317 "transforms/TransformOperations.cpp", |
| 1314 "transforms/TransformationMatrix.cpp", | 1318 "transforms/TransformationMatrix.cpp", |
| 1315 "transforms/TransformationMatrix.h", | 1319 "transforms/TransformationMatrix.h", |
| 1316 "transforms/TranslateTransformOperation.cpp", | 1320 "transforms/TranslateTransformOperation.cpp", |
| 1317 "transforms/TranslateTransformOperation.h", | 1321 "transforms/TranslateTransformOperation.h", |
| 1318 "web_memory_allocator_dump.cc", | |
| 1319 "web_memory_allocator_dump.h", | |
| 1320 "web_process_memory_dump.cc", | |
| 1321 "web_process_memory_dump.h", | |
| 1322 "weborigin/KURL.cpp", | 1322 "weborigin/KURL.cpp", |
| 1323 "weborigin/KURL.h", | 1323 "weborigin/KURL.h", |
| 1324 "weborigin/KURLHash.h", | 1324 "weborigin/KURLHash.h", |
| 1325 "weborigin/KnownPorts.cpp", | 1325 "weborigin/KnownPorts.cpp", |
| 1326 "weborigin/KnownPorts.h", | 1326 "weborigin/KnownPorts.h", |
| 1327 "weborigin/OriginAccessEntry.cpp", | 1327 "weborigin/OriginAccessEntry.cpp", |
| 1328 "weborigin/OriginAccessEntry.h", | 1328 "weborigin/OriginAccessEntry.h", |
| 1329 "weborigin/Referrer.h", | 1329 "weborigin/Referrer.h", |
| 1330 "weborigin/ReferrerPolicy.h", | 1330 "weborigin/ReferrerPolicy.h", |
| 1331 "weborigin/SchemeRegistry.cpp", | 1331 "weborigin/SchemeRegistry.cpp", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1598 "LayoutLocaleTest.cpp", | 1598 "LayoutLocaleTest.cpp", |
| 1599 "LayoutUnitTest.cpp", | 1599 "LayoutUnitTest.cpp", |
| 1600 "LifecycleContextTest.cpp", | 1600 "LifecycleContextTest.cpp", |
| 1601 "PODArenaTest.cpp", | 1601 "PODArenaTest.cpp", |
| 1602 "PODFreeListArenaTest.cpp", | 1602 "PODFreeListArenaTest.cpp", |
| 1603 "PODIntervalTreeTest.cpp", | 1603 "PODIntervalTreeTest.cpp", |
| 1604 "PODRedBlackTreeTest.cpp", | 1604 "PODRedBlackTreeTest.cpp", |
| 1605 "ScopedOrientationChangeIndicatorTest.cpp", | 1605 "ScopedOrientationChangeIndicatorTest.cpp", |
| 1606 "SharedBufferTest.cpp", | 1606 "SharedBufferTest.cpp", |
| 1607 "TimerTest.cpp", | 1607 "TimerTest.cpp", |
| 1608 "TracedValueTest.cpp", | |
| 1609 "UUIDTest.cpp", | 1608 "UUIDTest.cpp", |
| 1610 "UserGestureIndicatorTest.cpp", | 1609 "UserGestureIndicatorTest.cpp", |
| 1611 "WebIconSizesParserTest.cpp", | 1610 "WebIconSizesParserTest.cpp", |
| 1612 "WebScreenInfoTest.cpp", | 1611 "WebScreenInfoTest.cpp", |
| 1613 "WebVectorTest.cpp", | 1612 "WebVectorTest.cpp", |
| 1614 "animation/AnimationTranslationUtilTest.cpp", | 1613 "animation/AnimationTranslationUtilTest.cpp", |
| 1615 "animation/CompositorAnimationHostTest.cpp", | 1614 "animation/CompositorAnimationHostTest.cpp", |
| 1616 "animation/CompositorAnimationPlayerTest.cpp", | 1615 "animation/CompositorAnimationPlayerTest.cpp", |
| 1617 "animation/CompositorAnimationTest.cpp", | 1616 "animation/CompositorAnimationTest.cpp", |
| 1618 "animation/CompositorAnimationTimelineTest.cpp", | 1617 "animation/CompositorAnimationTimelineTest.cpp", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1720 "testing/TreeTestHelpers.h", | 1719 "testing/TreeTestHelpers.h", |
| 1721 "text/BidiResolverTest.cpp", | 1720 "text/BidiResolverTest.cpp", |
| 1722 "text/CharacterTest.cpp", | 1721 "text/CharacterTest.cpp", |
| 1723 "text/DateTimeFormatTest.cpp", | 1722 "text/DateTimeFormatTest.cpp", |
| 1724 "text/HyphenationTest.cpp", | 1723 "text/HyphenationTest.cpp", |
| 1725 "text/SegmentedStringTest.cpp", | 1724 "text/SegmentedStringTest.cpp", |
| 1726 "text/TextBreakIteratorTest.cpp", | 1725 "text/TextBreakIteratorTest.cpp", |
| 1727 "text/TextEncodingDetectorTest.cpp", | 1726 "text/TextEncodingDetectorTest.cpp", |
| 1728 "text/UnicodeUtilitiesTest.cpp", | 1727 "text/UnicodeUtilitiesTest.cpp", |
| 1729 "threading/BackgroundTaskRunnerTest.cpp", | 1728 "threading/BackgroundTaskRunnerTest.cpp", |
| 1729 "tracing/TracedValueTest.cpp", |
| 1730 "tracing/web_process_memory_dump_test.cc", |
| 1730 "transforms/AffineTransformTest.cpp", | 1731 "transforms/AffineTransformTest.cpp", |
| 1731 "transforms/RotationTest.cpp", | 1732 "transforms/RotationTest.cpp", |
| 1732 "transforms/TransformOperationsTest.cpp", | 1733 "transforms/TransformOperationsTest.cpp", |
| 1733 "transforms/TransformationMatrixTest.cpp", | 1734 "transforms/TransformationMatrixTest.cpp", |
| 1734 "web_process_memory_dump_test.cc", | |
| 1735 "weborigin/KURLTest.cpp", | 1735 "weborigin/KURLTest.cpp", |
| 1736 "weborigin/KnownPortsTest.cpp", | 1736 "weborigin/KnownPortsTest.cpp", |
| 1737 "weborigin/OriginAccessEntryTest.cpp", | 1737 "weborigin/OriginAccessEntryTest.cpp", |
| 1738 "weborigin/SchemeRegistryTest.cpp", | 1738 "weborigin/SchemeRegistryTest.cpp", |
| 1739 "weborigin/SecurityOriginTest.cpp", | 1739 "weborigin/SecurityOriginTest.cpp", |
| 1740 "weborigin/SecurityPolicyTest.cpp", | 1740 "weborigin/SecurityPolicyTest.cpp", |
| 1741 "weborigin/SuboriginTest.cpp", | 1741 "weborigin/SuboriginTest.cpp", |
| 1742 ] | 1742 ] |
| 1743 | 1743 |
| 1744 if (is_win) { | 1744 if (is_win) { |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1956 "//third_party/WebKit/Source:inside_blink", | 1956 "//third_party/WebKit/Source:inside_blink", |
| 1957 ] | 1957 ] |
| 1958 | 1958 |
| 1959 deps = [ | 1959 deps = [ |
| 1960 ":test_support", | 1960 ":test_support", |
| 1961 "//cc/surfaces:surface_id", | 1961 "//cc/surfaces:surface_id", |
| 1962 "//testing/gmock", | 1962 "//testing/gmock", |
| 1963 "//testing/gtest", | 1963 "//testing/gtest", |
| 1964 ] | 1964 ] |
| 1965 } | 1965 } |
| OLD | NEW |