Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2556683003: Reland: WebFonts cache-aware timeout adaptation (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/toolchain/toolchain.gni") 6 import("//build/toolchain/toolchain.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/WebKit/Source/bindings/bindings.gni") 10 import("//third_party/WebKit/Source/bindings/bindings.gni")
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 "fetch/ClientHintsPreferencesTest.cpp", 1142 "fetch/ClientHintsPreferencesTest.cpp",
1143 "fetch/CrossOriginAccessControlTest.cpp", 1143 "fetch/CrossOriginAccessControlTest.cpp",
1144 "fetch/FetchUtilsTest.cpp", 1144 "fetch/FetchUtilsTest.cpp",
1145 "fetch/ImageResourceTest.cpp", 1145 "fetch/ImageResourceTest.cpp",
1146 "fetch/MemoryCacheCorrectnessTest.cpp", 1146 "fetch/MemoryCacheCorrectnessTest.cpp",
1147 "fetch/MemoryCacheCorrectnessTestHelper.cpp", 1147 "fetch/MemoryCacheCorrectnessTestHelper.cpp",
1148 "fetch/MemoryCacheCorrectnessTestHelper.h", 1148 "fetch/MemoryCacheCorrectnessTestHelper.h",
1149 "fetch/MemoryCacheTest.cpp", 1149 "fetch/MemoryCacheTest.cpp",
1150 "fetch/MockFetchContext.h", 1150 "fetch/MockFetchContext.h",
1151 "fetch/MockResourceClients.cpp", 1151 "fetch/MockResourceClients.cpp",
1152 "fetch/MockResourceClients.h",
1152 "fetch/MultipartImageResourceParserTest.cpp", 1153 "fetch/MultipartImageResourceParserTest.cpp",
1153 "fetch/RawResourceTest.cpp", 1154 "fetch/RawResourceTest.cpp",
1154 "fetch/ResourceFetcherTest.cpp", 1155 "fetch/ResourceFetcherTest.cpp",
1155 "fetch/ResourceLoaderOptionsTest.cpp", 1156 "fetch/ResourceLoaderOptionsTest.cpp",
1156 "fetch/ResourceTest.cpp", 1157 "fetch/ResourceTest.cpp",
1157 "fileapi/FileListTest.cpp", 1158 "fileapi/FileListTest.cpp",
1158 "fileapi/FileTest.cpp", 1159 "fileapi/FileTest.cpp",
1159 "frame/FeaturePolicyInFrameTest.cpp", 1160 "frame/FeaturePolicyInFrameTest.cpp",
1160 "frame/FrameViewTest.cpp", 1161 "frame/FrameViewTest.cpp",
1161 "frame/HistoryTest.cpp", 1162 "frame/HistoryTest.cpp",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 "loader/DocumentLoadTimingTest.cpp", 1260 "loader/DocumentLoadTimingTest.cpp",
1260 "loader/FrameFetchContextTest.cpp", 1261 "loader/FrameFetchContextTest.cpp",
1261 "loader/LinkLoaderTest.cpp", 1262 "loader/LinkLoaderTest.cpp",
1262 "loader/MixedContentCheckerTest.cpp", 1263 "loader/MixedContentCheckerTest.cpp",
1263 "loader/PingLoaderTest.cpp", 1264 "loader/PingLoaderTest.cpp",
1264 "loader/ProgressTrackerTest.cpp", 1265 "loader/ProgressTrackerTest.cpp",
1265 "loader/TextResourceDecoderBuilderTest.cpp", 1266 "loader/TextResourceDecoderBuilderTest.cpp",
1266 "loader/ThreadableLoaderTest.cpp", 1267 "loader/ThreadableLoaderTest.cpp",
1267 "loader/resource/CSSStyleSheetResourceTest.cpp", 1268 "loader/resource/CSSStyleSheetResourceTest.cpp",
1268 "loader/resource/FontResourceTest.cpp", 1269 "loader/resource/FontResourceTest.cpp",
1270 "loader/resource/MockFontResourceClient.cpp",
1271 "loader/resource/MockFontResourceClient.h",
1269 "origin_trials/OriginTrialContextTest.cpp", 1272 "origin_trials/OriginTrialContextTest.cpp",
1270 "page/ChromeClientTest.cpp", 1273 "page/ChromeClientTest.cpp",
1271 "page/ContextMenuControllerTest.cpp", 1274 "page/ContextMenuControllerTest.cpp",
1272 "page/FocusControllerTest.cpp", 1275 "page/FocusControllerTest.cpp",
1273 "page/NetworkStateNotifierTest.cpp", 1276 "page/NetworkStateNotifierTest.cpp",
1274 "page/PagePopupClientTest.cpp", 1277 "page/PagePopupClientTest.cpp",
1275 "page/PrintContextTest.cpp", 1278 "page/PrintContextTest.cpp",
1276 "page/WindowFeaturesTest.cpp", 1279 "page/WindowFeaturesTest.cpp",
1277 "page/scrolling/ScrollStateTest.cpp", 1280 "page/scrolling/ScrollStateTest.cpp",
1278 "page/scrolling/SnapCoordinatorTest.cpp", 1281 "page/scrolling/SnapCoordinatorTest.cpp",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 sources = [ 1367 sources = [
1365 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1368 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1366 ] 1369 ]
1367 deps = [ 1370 deps = [
1368 ":core", 1371 ":core",
1369 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1372 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1370 ] 1373 ]
1371 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1374 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1372 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1375 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1373 } 1376 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698