| 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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 "fonts/UnicodeRangeSet.h", | 704 "fonts/UnicodeRangeSet.h", |
| 705 "fonts/VDMXParser.cpp", | 705 "fonts/VDMXParser.cpp", |
| 706 "fonts/VDMXParser.h", | 706 "fonts/VDMXParser.h", |
| 707 "fonts/WebFontDecoder.cpp", | 707 "fonts/WebFontDecoder.cpp", |
| 708 "fonts/WebFontDecoder.h", | 708 "fonts/WebFontDecoder.h", |
| 709 "fonts/android/FontCacheAndroid.cpp", | 709 "fonts/android/FontCacheAndroid.cpp", |
| 710 "fonts/linux/FontCacheLinux.cpp", | 710 "fonts/linux/FontCacheLinux.cpp", |
| 711 "fonts/linux/FontPlatformDataLinux.cpp", | 711 "fonts/linux/FontPlatformDataLinux.cpp", |
| 712 "fonts/linux/FontRenderStyle.cpp", | 712 "fonts/linux/FontRenderStyle.cpp", |
| 713 "fonts/linux/FontRenderStyle.h", | 713 "fonts/linux/FontRenderStyle.h", |
| 714 "fonts/mac/CoreTextVariationsSupport.cpp", |
| 715 "fonts/mac/CoreTextVariationsSupport.h", |
| 714 "fonts/mac/FontCacheMac.mm", | 716 "fonts/mac/FontCacheMac.mm", |
| 715 "fonts/mac/FontFamilyMatcherMac.h", | 717 "fonts/mac/FontFamilyMatcherMac.h", |
| 716 "fonts/mac/FontFamilyMatcherMac.mm", | 718 "fonts/mac/FontFamilyMatcherMac.mm", |
| 717 "fonts/mac/FontPlatformDataMac.mm", | 719 "fonts/mac/FontPlatformDataMac.mm", |
| 718 "fonts/opentype/FontSettings.cpp", | 720 "fonts/opentype/FontSettings.cpp", |
| 719 "fonts/opentype/FontSettings.h", | 721 "fonts/opentype/FontSettings.h", |
| 720 "fonts/opentype/OpenTypeCapsSupport.cpp", | 722 "fonts/opentype/OpenTypeCapsSupport.cpp", |
| 721 "fonts/opentype/OpenTypeCapsSupport.h", | 723 "fonts/opentype/OpenTypeCapsSupport.h", |
| 722 "fonts/opentype/OpenTypeCapsSupportMPL.cpp", | 724 "fonts/opentype/OpenTypeCapsSupportMPL.cpp", |
| 723 "fonts/opentype/OpenTypeTypes.h", | 725 "fonts/opentype/OpenTypeTypes.h", |
| (...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2231 "//third_party/WebKit/Source:config", | 2233 "//third_party/WebKit/Source:config", |
| 2232 "//third_party/WebKit/Source:inside_blink", | 2234 "//third_party/WebKit/Source:inside_blink", |
| 2233 ] | 2235 ] |
| 2234 | 2236 |
| 2235 deps = [ | 2237 deps = [ |
| 2236 ":test_support", | 2238 ":test_support", |
| 2237 "//testing/gmock", | 2239 "//testing/gmock", |
| 2238 "//testing/gtest", | 2240 "//testing/gtest", |
| 2239 ] | 2241 ] |
| 2240 } | 2242 } |
| OLD | NEW |