| 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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 "fonts/FontDescription.cpp", | 632 "fonts/FontDescription.cpp", |
| 633 "fonts/FontFaceCreationParams.h", | 633 "fonts/FontFaceCreationParams.h", |
| 634 "fonts/FontFallbackIterator.cpp", | 634 "fonts/FontFallbackIterator.cpp", |
| 635 "fonts/FontFallbackIterator.h", | 635 "fonts/FontFallbackIterator.h", |
| 636 "fonts/FontFallbackList.cpp", | 636 "fonts/FontFallbackList.cpp", |
| 637 "fonts/FontFallbackList.h", | 637 "fonts/FontFallbackList.h", |
| 638 "fonts/FontFallbackPriority.cpp", | 638 "fonts/FontFallbackPriority.cpp", |
| 639 "fonts/FontFallbackPriority.h", | 639 "fonts/FontFallbackPriority.h", |
| 640 "fonts/FontFamily.cpp", | 640 "fonts/FontFamily.cpp", |
| 641 "fonts/FontFamily.h", | 641 "fonts/FontFamily.h", |
| 642 "fonts/FontFeatureSettings.cpp", | |
| 643 "fonts/FontFeatureSettings.h", | |
| 644 "fonts/FontPlatformData.cpp", | 642 "fonts/FontPlatformData.cpp", |
| 645 "fonts/FontPlatformData.h", | 643 "fonts/FontPlatformData.h", |
| 646 "fonts/FontVariantNumeric.h", | 644 "fonts/FontVariantNumeric.h", |
| 647 "fonts/GenericFontFamilySettings.cpp", | 645 "fonts/GenericFontFamilySettings.cpp", |
| 648 "fonts/GenericFontFamilySettings.h", | 646 "fonts/GenericFontFamilySettings.h", |
| 649 "fonts/GlyphBuffer.h", | 647 "fonts/GlyphBuffer.h", |
| 650 "fonts/GlyphMetricsMap.h", | 648 "fonts/GlyphMetricsMap.h", |
| 651 "fonts/OrientationIterator.cpp", | 649 "fonts/OrientationIterator.cpp", |
| 652 "fonts/OrientationIterator.h", | 650 "fonts/OrientationIterator.h", |
| 653 "fonts/ScriptRunIterator.cpp", | 651 "fonts/ScriptRunIterator.cpp", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 671 "fonts/WebFontDecoder.h", | 669 "fonts/WebFontDecoder.h", |
| 672 "fonts/android/FontCacheAndroid.cpp", | 670 "fonts/android/FontCacheAndroid.cpp", |
| 673 "fonts/linux/FontCacheLinux.cpp", | 671 "fonts/linux/FontCacheLinux.cpp", |
| 674 "fonts/linux/FontPlatformDataLinux.cpp", | 672 "fonts/linux/FontPlatformDataLinux.cpp", |
| 675 "fonts/linux/FontRenderStyle.cpp", | 673 "fonts/linux/FontRenderStyle.cpp", |
| 676 "fonts/linux/FontRenderStyle.h", | 674 "fonts/linux/FontRenderStyle.h", |
| 677 "fonts/mac/FontCacheMac.mm", | 675 "fonts/mac/FontCacheMac.mm", |
| 678 "fonts/mac/FontFamilyMatcherMac.h", | 676 "fonts/mac/FontFamilyMatcherMac.h", |
| 679 "fonts/mac/FontFamilyMatcherMac.mm", | 677 "fonts/mac/FontFamilyMatcherMac.mm", |
| 680 "fonts/mac/FontPlatformDataMac.mm", | 678 "fonts/mac/FontPlatformDataMac.mm", |
| 679 "fonts/opentype/FontSettings.h", |
| 681 "fonts/opentype/OpenTypeCapsSupport.cpp", | 680 "fonts/opentype/OpenTypeCapsSupport.cpp", |
| 682 "fonts/opentype/OpenTypeCapsSupport.h", | 681 "fonts/opentype/OpenTypeCapsSupport.h", |
| 683 "fonts/opentype/OpenTypeCapsSupportMPL.cpp", | 682 "fonts/opentype/OpenTypeCapsSupportMPL.cpp", |
| 684 "fonts/opentype/OpenTypeTypes.h", | 683 "fonts/opentype/OpenTypeTypes.h", |
| 685 "fonts/opentype/OpenTypeVerticalData.cpp", | 684 "fonts/opentype/OpenTypeVerticalData.cpp", |
| 686 "fonts/opentype/OpenTypeVerticalData.h", | 685 "fonts/opentype/OpenTypeVerticalData.h", |
| 687 "fonts/shaping/CachingWordShapeIterator.cpp", | 686 "fonts/shaping/CachingWordShapeIterator.cpp", |
| 688 "fonts/shaping/CachingWordShapeIterator.h", | 687 "fonts/shaping/CachingWordShapeIterator.h", |
| 689 "fonts/shaping/CachingWordShaper.cpp", | 688 "fonts/shaping/CachingWordShaper.cpp", |
| 690 "fonts/shaping/CachingWordShaper.h", | 689 "fonts/shaping/CachingWordShaper.h", |
| (...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2066 "//third_party/WebKit/Source:inside_blink", | 2065 "//third_party/WebKit/Source:inside_blink", |
| 2067 ] | 2066 ] |
| 2068 | 2067 |
| 2069 deps = [ | 2068 deps = [ |
| 2070 ":test_support", | 2069 ":test_support", |
| 2071 "//cc/surfaces:surface_id", | 2070 "//cc/surfaces:surface_id", |
| 2072 "//testing/gmock", | 2071 "//testing/gmock", |
| 2073 "//testing/gtest", | 2072 "//testing/gtest", |
| 2074 ] | 2073 ] |
| 2075 } | 2074 } |
| OLD | NEW |