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

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

Issue 2504883003: Loading: move *StyleSheetResource to core/loader/resource (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/CSSStyleSheetResourceTest.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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 "animation/animatable/AnimatableValueTestHelper.h", 1061 "animation/animatable/AnimatableValueTestHelper.h",
1062 "animation/animatable/AnimatableValueTestHelperTest.cpp", 1062 "animation/animatable/AnimatableValueTestHelperTest.cpp",
1063 "clipboard/DataObjectTest.cpp", 1063 "clipboard/DataObjectTest.cpp",
1064 "css/ActiveStyleSheetsTest.cpp", 1064 "css/ActiveStyleSheetsTest.cpp",
1065 "css/AffectedByFocusTest.cpp", 1065 "css/AffectedByFocusTest.cpp",
1066 "css/CSSCalculationValueTest.cpp", 1066 "css/CSSCalculationValueTest.cpp",
1067 "css/CSSFontFaceSourceTest.cpp", 1067 "css/CSSFontFaceSourceTest.cpp",
1068 "css/CSSPageRuleTest.cpp", 1068 "css/CSSPageRuleTest.cpp",
1069 "css/CSSSelectorTest.cpp", 1069 "css/CSSSelectorTest.cpp",
1070 "css/CSSStyleDeclarationTest.cpp", 1070 "css/CSSStyleDeclarationTest.cpp",
1071 "css/CSSStyleSheetResourceTest.cpp",
1072 "css/CSSTestHelper.cpp", 1071 "css/CSSTestHelper.cpp",
1073 "css/CSSTestHelper.h", 1072 "css/CSSTestHelper.h",
1074 "css/CSSValueTestHelper.h", 1073 "css/CSSValueTestHelper.h",
1075 "css/DragUpdateTest.cpp", 1074 "css/DragUpdateTest.cpp",
1076 "css/MediaQueryEvaluatorTest.cpp", 1075 "css/MediaQueryEvaluatorTest.cpp",
1077 "css/MediaQueryListTest.cpp", 1076 "css/MediaQueryListTest.cpp",
1078 "css/MediaQueryMatcherTest.cpp", 1077 "css/MediaQueryMatcherTest.cpp",
1079 "css/MediaQuerySetTest.cpp", 1078 "css/MediaQuerySetTest.cpp",
1080 "css/MediaValuesInitialViewportTest.cpp", 1079 "css/MediaValuesInitialViewportTest.cpp",
1081 "css/MediaValuesTest.cpp", 1080 "css/MediaValuesTest.cpp",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 "layout/shapes/BoxShapeTest.cpp", 1258 "layout/shapes/BoxShapeTest.cpp",
1260 "layout/svg/LayoutSVGRootTest.cpp", 1259 "layout/svg/LayoutSVGRootTest.cpp",
1261 "loader/DocumentLoadTimingTest.cpp", 1260 "loader/DocumentLoadTimingTest.cpp",
1262 "loader/FrameFetchContextTest.cpp", 1261 "loader/FrameFetchContextTest.cpp",
1263 "loader/LinkLoaderTest.cpp", 1262 "loader/LinkLoaderTest.cpp",
1264 "loader/MixedContentCheckerTest.cpp", 1263 "loader/MixedContentCheckerTest.cpp",
1265 "loader/PingLoaderTest.cpp", 1264 "loader/PingLoaderTest.cpp",
1266 "loader/ProgressTrackerTest.cpp", 1265 "loader/ProgressTrackerTest.cpp",
1267 "loader/TextResourceDecoderBuilderTest.cpp", 1266 "loader/TextResourceDecoderBuilderTest.cpp",
1268 "loader/ThreadableLoaderTest.cpp", 1267 "loader/ThreadableLoaderTest.cpp",
1268 "loader/resource/CSSStyleSheetResourceTest.cpp",
1269 "loader/resource/FontResourceTest.cpp", 1269 "loader/resource/FontResourceTest.cpp",
1270 "origin_trials/OriginTrialContextTest.cpp", 1270 "origin_trials/OriginTrialContextTest.cpp",
1271 "page/ChromeClientTest.cpp", 1271 "page/ChromeClientTest.cpp",
1272 "page/ContextMenuControllerTest.cpp", 1272 "page/ContextMenuControllerTest.cpp",
1273 "page/FocusControllerTest.cpp", 1273 "page/FocusControllerTest.cpp",
1274 "page/NetworkStateNotifierTest.cpp", 1274 "page/NetworkStateNotifierTest.cpp",
1275 "page/PagePopupClientTest.cpp", 1275 "page/PagePopupClientTest.cpp",
1276 "page/PrintContextTest.cpp", 1276 "page/PrintContextTest.cpp",
1277 "page/WindowFeaturesTest.cpp", 1277 "page/WindowFeaturesTest.cpp",
1278 "page/scrolling/ScrollStateTest.cpp", 1278 "page/scrolling/ScrollStateTest.cpp",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 sources = [ 1364 sources = [
1365 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1365 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1366 ] 1366 ]
1367 deps = [ 1367 deps = [
1368 ":core", 1368 ":core",
1369 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1369 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1370 ] 1370 ]
1371 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1371 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1372 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1372 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1373 } 1373 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698