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

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

Issue 2501543002: Loading: move FontResource to core/loader/resource (Closed)
Patch Set: Created 4 years, 1 month 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
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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 "layout/shapes/BoxShapeTest.cpp", 1248 "layout/shapes/BoxShapeTest.cpp",
1249 "layout/svg/LayoutSVGRootTest.cpp", 1249 "layout/svg/LayoutSVGRootTest.cpp",
1250 "loader/DocumentLoadTimingTest.cpp", 1250 "loader/DocumentLoadTimingTest.cpp",
1251 "loader/FrameFetchContextTest.cpp", 1251 "loader/FrameFetchContextTest.cpp",
1252 "loader/LinkLoaderTest.cpp", 1252 "loader/LinkLoaderTest.cpp",
1253 "loader/MixedContentCheckerTest.cpp", 1253 "loader/MixedContentCheckerTest.cpp",
1254 "loader/PingLoaderTest.cpp", 1254 "loader/PingLoaderTest.cpp",
1255 "loader/ProgressTrackerTest.cpp", 1255 "loader/ProgressTrackerTest.cpp",
1256 "loader/TextResourceDecoderBuilderTest.cpp", 1256 "loader/TextResourceDecoderBuilderTest.cpp",
1257 "loader/ThreadableLoaderTest.cpp", 1257 "loader/ThreadableLoaderTest.cpp",
1258 "loader/resource/FontResourceTest.cpp",
1258 "origin_trials/OriginTrialContextTest.cpp", 1259 "origin_trials/OriginTrialContextTest.cpp",
1259 "page/ChromeClientTest.cpp", 1260 "page/ChromeClientTest.cpp",
1260 "page/ContextMenuControllerTest.cpp", 1261 "page/ContextMenuControllerTest.cpp",
1261 "page/FocusControllerTest.cpp", 1262 "page/FocusControllerTest.cpp",
1262 "page/NetworkStateNotifierTest.cpp", 1263 "page/NetworkStateNotifierTest.cpp",
1263 "page/PagePopupClientTest.cpp", 1264 "page/PagePopupClientTest.cpp",
1264 "page/PrintContextTest.cpp", 1265 "page/PrintContextTest.cpp",
1265 "page/WindowFeaturesTest.cpp", 1266 "page/WindowFeaturesTest.cpp",
1266 "page/scrolling/ScrollStateTest.cpp", 1267 "page/scrolling/ScrollStateTest.cpp",
1267 "page/scrolling/SnapCoordinatorTest.cpp", 1268 "page/scrolling/SnapCoordinatorTest.cpp",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 sources = [ 1352 sources = [
1352 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1353 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1353 ] 1354 ]
1354 deps = [ 1355 deps = [
1355 ":core", 1356 ":core",
1356 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1357 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1357 ] 1358 ]
1358 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1359 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1359 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1360 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1360 } 1361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698