| 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/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 visibility = [] # Allow re-assignment of list. | 215 visibility = [] # Allow re-assignment of list. |
| 216 visibility = [ | 216 visibility = [ |
| 217 "//third_party/WebKit/*", | 217 "//third_party/WebKit/*", |
| 218 "//url/mojo:url_mojom_origin_blink", | 218 "//url/mojo:url_mojom_origin_blink", |
| 219 "//url/mojo:url_mojom_gurl_blink", | 219 "//url/mojo:url_mojom_gurl_blink", |
| 220 ] | 220 ] |
| 221 output_name = "blink_platform" | 221 output_name = "blink_platform" |
| 222 | 222 |
| 223 sources = [ | 223 sources = [ |
| 224 "AsyncFileSystemCallbacks.h", | 224 "AsyncFileSystemCallbacks.h", |
| 225 "AsyncMethodRunner.h", |
| 225 "CalculationValue.h", | 226 "CalculationValue.h", |
| 226 "ContentDecryptionModuleResult.h", | 227 "ContentDecryptionModuleResult.h", |
| 227 "ContentSettingCallbacks.cpp", | 228 "ContentSettingCallbacks.cpp", |
| 228 "ContentSettingCallbacks.h", | 229 "ContentSettingCallbacks.h", |
| 229 "ContextMenu.cpp", | 230 "ContextMenu.cpp", |
| 230 "ContextMenu.h", | 231 "ContextMenu.h", |
| 231 "ContextMenuItem.cpp", | 232 "ContextMenuItem.cpp", |
| 232 "ContextMenuItem.h", | 233 "ContextMenuItem.h", |
| 234 "CrossOriginAttributeValue.h", |
| 233 "CrossThreadCopier.cpp", | 235 "CrossThreadCopier.cpp", |
| 234 "CrossThreadCopier.h", | 236 "CrossThreadCopier.h", |
| 237 "CrossThreadFunctional.h", |
| 235 "Crypto.cpp", | 238 "Crypto.cpp", |
| 236 "Crypto.h", | 239 "Crypto.h", |
| 237 "CryptoResult.h", | 240 "CryptoResult.h", |
| 238 "Cursor.cpp", | 241 "Cursor.cpp", |
| 239 "Cursor.h", | 242 "Cursor.h", |
| 240 "DateComponents.cpp", | 243 "DateComponents.cpp", |
| 241 "DateComponents.h", | 244 "DateComponents.h", |
| 242 "Decimal.cpp", | 245 "Decimal.cpp", |
| 243 "Decimal.h", | 246 "Decimal.h", |
| 244 "DragImage.cpp", | 247 "DragImage.cpp", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "MemoryCoordinator.cpp", | 286 "MemoryCoordinator.cpp", |
| 284 "MemoryCoordinator.h", | 287 "MemoryCoordinator.h", |
| 285 "PODArena.h", | 288 "PODArena.h", |
| 286 "PODFreeListArena.h", | 289 "PODFreeListArena.h", |
| 287 "PODInterval.h", | 290 "PODInterval.h", |
| 288 "PODIntervalTree.h", | 291 "PODIntervalTree.h", |
| 289 "PODRedBlackTree.h", | 292 "PODRedBlackTree.h", |
| 290 "PartitionAllocMemoryDumpProvider.cpp", | 293 "PartitionAllocMemoryDumpProvider.cpp", |
| 291 "PartitionAllocMemoryDumpProvider.h", | 294 "PartitionAllocMemoryDumpProvider.h", |
| 292 "PasteMode.h", | 295 "PasteMode.h", |
| 296 "PlatformExport.h", |
| 293 "PlatformResourceLoader.cpp", | 297 "PlatformResourceLoader.cpp", |
| 294 "PlatformResourceLoader.h", | 298 "PlatformResourceLoader.h", |
| 295 "PluginScriptForbiddenScope.cpp", | 299 "PluginScriptForbiddenScope.cpp", |
| 296 "PluginScriptForbiddenScope.h", | 300 "PluginScriptForbiddenScope.h", |
| 297 "PopupMenu.h", | 301 "PopupMenu.h", |
| 298 "Prerender.cpp", | 302 "Prerender.cpp", |
| 299 "Prerender.h", | 303 "Prerender.h", |
| 300 "PrerenderClient.h", | 304 "PrerenderClient.h", |
| 301 "ScopedOrientationChangeIndicator.cpp", | 305 "ScopedOrientationChangeIndicator.cpp", |
| 302 "ScopedOrientationChangeIndicator.h", | 306 "ScopedOrientationChangeIndicator.h", |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 "exported/WrappedResourceRequest.h", | 582 "exported/WrappedResourceRequest.h", |
| 579 "exported/WrappedResourceResponse.h", | 583 "exported/WrappedResourceResponse.h", |
| 580 "exported/linux/WebFontRenderStyle.cpp", | 584 "exported/linux/WebFontRenderStyle.cpp", |
| 581 "feature_policy/FeaturePolicy.cpp", | 585 "feature_policy/FeaturePolicy.cpp", |
| 582 "feature_policy/FeaturePolicy.h", | 586 "feature_policy/FeaturePolicy.h", |
| 583 "fonts/AcceptLanguagesResolver.cpp", | 587 "fonts/AcceptLanguagesResolver.cpp", |
| 584 "fonts/AcceptLanguagesResolver.h", | 588 "fonts/AcceptLanguagesResolver.h", |
| 585 "fonts/AlternateFontFamily.h", | 589 "fonts/AlternateFontFamily.h", |
| 586 "fonts/CharacterRange.h", | 590 "fonts/CharacterRange.h", |
| 587 "fonts/CustomFontData.h", | 591 "fonts/CustomFontData.h", |
| 592 "fonts/FallbackListCompositeKey.h", |
| 588 "fonts/Font.cpp", | 593 "fonts/Font.cpp", |
| 589 "fonts/Font.h", | 594 "fonts/Font.h", |
| 590 "fonts/FontBaseline.h", | 595 "fonts/FontBaseline.h", |
| 591 "fonts/FontCache.cpp", | 596 "fonts/FontCache.cpp", |
| 592 "fonts/FontCache.h", | 597 "fonts/FontCache.h", |
| 593 "fonts/FontCacheClient.h", | 598 "fonts/FontCacheClient.h", |
| 594 "fonts/FontCacheKey.h", | 599 "fonts/FontCacheKey.h", |
| 595 "fonts/FontCacheMemoryDumpProvider.cpp", | 600 "fonts/FontCacheMemoryDumpProvider.cpp", |
| 596 "fonts/FontCacheMemoryDumpProvider.h", | 601 "fonts/FontCacheMemoryDumpProvider.h", |
| 597 "fonts/FontCustomPlatformData.cpp", | 602 "fonts/FontCustomPlatformData.cpp", |
| 598 "fonts/FontCustomPlatformData.h", | 603 "fonts/FontCustomPlatformData.h", |
| 599 "fonts/FontData.cpp", | 604 "fonts/FontData.cpp", |
| 600 "fonts/FontData.h", | 605 "fonts/FontData.h", |
| 601 "fonts/FontDataCache.cpp", | 606 "fonts/FontDataCache.cpp", |
| 602 "fonts/FontDataCache.h", | 607 "fonts/FontDataCache.h", |
| 603 "fonts/FontDataForRangeSet.cpp", | 608 "fonts/FontDataForRangeSet.cpp", |
| 604 "fonts/FontDataForRangeSet.h", | 609 "fonts/FontDataForRangeSet.h", |
| 605 "fonts/FontDescription.cpp", | 610 "fonts/FontDescription.cpp", |
| 606 "fonts/FontFaceCreationParams.h", | 611 "fonts/FontFaceCreationParams.h", |
| 607 "fonts/FontFallbackIterator.cpp", | 612 "fonts/FontFallbackIterator.cpp", |
| 608 "fonts/FontFallbackIterator.h", | 613 "fonts/FontFallbackIterator.h", |
| 609 "fonts/FontFallbackList.cpp", | 614 "fonts/FontFallbackList.cpp", |
| 610 "fonts/FontFallbackList.h", | 615 "fonts/FontFallbackList.h", |
| 611 "fonts/FontFallbackPriority.cpp", | 616 "fonts/FontFallbackPriority.cpp", |
| 612 "fonts/FontFallbackPriority.h", | 617 "fonts/FontFallbackPriority.h", |
| 613 "fonts/FontFamily.cpp", | 618 "fonts/FontFamily.cpp", |
| 614 "fonts/FontFamily.h", | 619 "fonts/FontFamily.h", |
| 620 "fonts/FontMetrics.h", |
| 621 "fonts/FontOrientation.h", |
| 615 "fonts/FontPlatformData.cpp", | 622 "fonts/FontPlatformData.cpp", |
| 616 "fonts/FontPlatformData.h", | 623 "fonts/FontPlatformData.h", |
| 624 "fonts/FontSmoothingMode.h", |
| 625 "fonts/FontTraits.h", |
| 617 "fonts/FontVariantNumeric.h", | 626 "fonts/FontVariantNumeric.h", |
| 627 "fonts/FontWidthVariant.h", |
| 618 "fonts/GenericFontFamilySettings.cpp", | 628 "fonts/GenericFontFamilySettings.cpp", |
| 619 "fonts/GenericFontFamilySettings.h", | 629 "fonts/GenericFontFamilySettings.h", |
| 620 "fonts/GlyphMetricsMap.h", | 630 "fonts/GlyphMetricsMap.h", |
| 621 "fonts/OrientationIterator.cpp", | 631 "fonts/OrientationIterator.cpp", |
| 622 "fonts/OrientationIterator.h", | 632 "fonts/OrientationIterator.h", |
| 623 "fonts/ScriptRunIterator.cpp", | 633 "fonts/ScriptRunIterator.cpp", |
| 624 "fonts/ScriptRunIterator.h", | 634 "fonts/ScriptRunIterator.h", |
| 625 "fonts/SegmentedFontData.cpp", | 635 "fonts/SegmentedFontData.cpp", |
| 626 "fonts/SegmentedFontData.h", | 636 "fonts/SegmentedFontData.h", |
| 627 "fonts/SimpleFontData.cpp", | 637 "fonts/SimpleFontData.cpp", |
| 628 "fonts/SimpleFontData.h", | 638 "fonts/SimpleFontData.h", |
| 629 "fonts/SmallCapsIterator.cpp", | 639 "fonts/SmallCapsIterator.cpp", |
| 630 "fonts/SmallCapsIterator.h", | 640 "fonts/SmallCapsIterator.h", |
| 631 "fonts/SymbolsIterator.cpp", | 641 "fonts/SymbolsIterator.cpp", |
| 632 "fonts/SymbolsIterator.h", | 642 "fonts/SymbolsIterator.h", |
| 643 "fonts/TextRenderingMode.h", |
| 644 "fonts/TypesettingFeatures.h", |
| 633 "fonts/UTF16TextIterator.cpp", | 645 "fonts/UTF16TextIterator.cpp", |
| 634 "fonts/UTF16TextIterator.h", | 646 "fonts/UTF16TextIterator.h", |
| 635 "fonts/UnicodeRangeSet.cpp", | 647 "fonts/UnicodeRangeSet.cpp", |
| 636 "fonts/UnicodeRangeSet.h", | 648 "fonts/UnicodeRangeSet.h", |
| 637 "fonts/VDMXParser.cpp", | 649 "fonts/VDMXParser.cpp", |
| 638 "fonts/VDMXParser.h", | 650 "fonts/VDMXParser.h", |
| 639 "fonts/WebFontDecoder.cpp", | 651 "fonts/WebFontDecoder.cpp", |
| 640 "fonts/WebFontDecoder.h", | 652 "fonts/WebFontDecoder.h", |
| 641 "fonts/android/FontCacheAndroid.cpp", | 653 "fonts/android/FontCacheAndroid.cpp", |
| 642 "fonts/linux/FontCacheLinux.cpp", | 654 "fonts/linux/FontCacheLinux.cpp", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 "graphics/ColorSpace.cpp", | 775 "graphics/ColorSpace.cpp", |
| 764 "graphics/ColorSpace.h", | 776 "graphics/ColorSpace.h", |
| 765 "graphics/ColorSpaceProfileData.cpp", | 777 "graphics/ColorSpaceProfileData.cpp", |
| 766 "graphics/ColorSpaceProfileData.h", | 778 "graphics/ColorSpaceProfileData.h", |
| 767 "graphics/CompositingReasons.cpp", | 779 "graphics/CompositingReasons.cpp", |
| 768 "graphics/CompositingReasons.h", | 780 "graphics/CompositingReasons.h", |
| 769 "graphics/CompositorElementId.cpp", | 781 "graphics/CompositorElementId.cpp", |
| 770 "graphics/CompositorElementId.h", | 782 "graphics/CompositorElementId.h", |
| 771 "graphics/CompositorFilterOperations.cpp", | 783 "graphics/CompositorFilterOperations.cpp", |
| 772 "graphics/CompositorFilterOperations.h", | 784 "graphics/CompositorFilterOperations.h", |
| 785 "graphics/CompositorMutableProperties.h", |
| 773 "graphics/CompositorMutableState.cpp", | 786 "graphics/CompositorMutableState.cpp", |
| 774 "graphics/CompositorMutableState.h", | 787 "graphics/CompositorMutableState.h", |
| 775 "graphics/CompositorMutableStateProvider.cpp", | 788 "graphics/CompositorMutableStateProvider.cpp", |
| 776 "graphics/CompositorMutableStateProvider.h", | 789 "graphics/CompositorMutableStateProvider.h", |
| 790 "graphics/CompositorMutation.h", |
| 777 "graphics/CompositorMutationsTarget.h", | 791 "graphics/CompositorMutationsTarget.h", |
| 778 "graphics/CompositorMutator.h", | 792 "graphics/CompositorMutator.h", |
| 779 "graphics/CompositorMutatorClient.cpp", | 793 "graphics/CompositorMutatorClient.cpp", |
| 780 "graphics/CompositorMutatorClient.h", | 794 "graphics/CompositorMutatorClient.h", |
| 781 "graphics/ContentLayerDelegate.cpp", | 795 "graphics/ContentLayerDelegate.cpp", |
| 782 "graphics/ContentLayerDelegate.h", | 796 "graphics/ContentLayerDelegate.h", |
| 783 "graphics/ContiguousContainer.cpp", | 797 "graphics/ContiguousContainer.cpp", |
| 784 "graphics/ContiguousContainer.h", | 798 "graphics/ContiguousContainer.h", |
| 785 "graphics/CrossfadeGeneratedImage.cpp", | 799 "graphics/CrossfadeGeneratedImage.cpp", |
| 786 "graphics/CrossfadeGeneratedImage.h", | 800 "graphics/CrossfadeGeneratedImage.h", |
| 801 "graphics/DashArray.h", |
| 787 "graphics/DecodingImageGenerator.cpp", | 802 "graphics/DecodingImageGenerator.cpp", |
| 788 "graphics/DecodingImageGenerator.h", | 803 "graphics/DecodingImageGenerator.h", |
| 789 "graphics/DeferredImageDecoder.cpp", | 804 "graphics/DeferredImageDecoder.cpp", |
| 790 "graphics/DeferredImageDecoder.h", | 805 "graphics/DeferredImageDecoder.h", |
| 791 "graphics/DrawLooperBuilder.cpp", | 806 "graphics/DrawLooperBuilder.cpp", |
| 792 "graphics/DrawLooperBuilder.h", | 807 "graphics/DrawLooperBuilder.h", |
| 793 "graphics/ExpensiveCanvasHeuristicParameters.h", | 808 "graphics/ExpensiveCanvasHeuristicParameters.h", |
| 794 "graphics/FirstPaintInvalidationTracking.cpp", | 809 "graphics/FirstPaintInvalidationTracking.cpp", |
| 795 "graphics/FirstPaintInvalidationTracking.h", | 810 "graphics/FirstPaintInvalidationTracking.h", |
| 796 "graphics/FrameData.cpp", | 811 "graphics/FrameData.cpp", |
| (...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1579 configs -= [ "//build/config/compiler:default_symbols" ] | 1594 configs -= [ "//build/config/compiler:default_symbols" ] |
| 1580 configs += [ "//build/config/compiler:no_symbols" ] | 1595 configs += [ "//build/config/compiler:no_symbols" ] |
| 1581 } | 1596 } |
| 1582 } | 1597 } |
| 1583 | 1598 |
| 1584 static_library("test_support") { | 1599 static_library("test_support") { |
| 1585 visibility += [ "//third_party/WebKit/*" ] | 1600 visibility += [ "//third_party/WebKit/*" ] |
| 1586 testonly = true | 1601 testonly = true |
| 1587 | 1602 |
| 1588 sources = [ | 1603 sources = [ |
| 1604 "graphics/gpu/DrawingBufferTestHelpers.h", |
| 1589 "network/mime/MockMimeRegistry.h", | 1605 "network/mime/MockMimeRegistry.h", |
| 1590 "scheduler/base/task_queue_manager_delegate_for_test.cc", | 1606 "scheduler/base/task_queue_manager_delegate_for_test.cc", |
| 1607 "scheduler/base/test_task_time_observer.h", |
| 1591 "scheduler/base/test_time_source.cc", | 1608 "scheduler/base/test_time_source.cc", |
| 1592 "scheduler/base/test_time_source.h", | 1609 "scheduler/base/test_time_source.h", |
| 1593 "scheduler/child/scheduler_tqm_delegate_for_test.cc", | 1610 "scheduler/child/scheduler_tqm_delegate_for_test.cc", |
| 1594 "scheduler/child/scheduler_tqm_delegate_for_test.h", | 1611 "scheduler/child/scheduler_tqm_delegate_for_test.h", |
| 1595 "scheduler/test/fake_renderer_scheduler.cc", | 1612 "scheduler/test/fake_renderer_scheduler.cc", |
| 1596 "scheduler/test/fake_web_task_runner.cc", | 1613 "scheduler/test/fake_web_task_runner.cc", |
| 1597 "scheduler/test/fake_web_task_runner.h", | 1614 "scheduler/test/fake_web_task_runner.h", |
| 1598 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", | 1615 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc", |
| 1599 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", | 1616 "scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h", |
| 1600 "scheduler/test/renderer_scheduler_test_support.cc", | 1617 "scheduler/test/renderer_scheduler_test_support.cc", |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2128 "//third_party/WebKit/Source:config", | 2145 "//third_party/WebKit/Source:config", |
| 2129 "//third_party/WebKit/Source:inside_blink", | 2146 "//third_party/WebKit/Source:inside_blink", |
| 2130 ] | 2147 ] |
| 2131 | 2148 |
| 2132 deps = [ | 2149 deps = [ |
| 2133 ":test_support", | 2150 ":test_support", |
| 2134 "//testing/gmock", | 2151 "//testing/gmock", |
| 2135 "//testing/gtest", | 2152 "//testing/gtest", |
| 2136 ] | 2153 ] |
| 2137 } | 2154 } |
| OLD | NEW |