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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 3dcb06db2ac201762487439457cd055f7be42eb4..6329e41dec1f9f755c200be3650a4a09d914e174 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1068,7 +1068,6 @@ source_set("unit_tests") {
"css/CSSPageRuleTest.cpp",
"css/CSSSelectorTest.cpp",
"css/CSSStyleDeclarationTest.cpp",
- "css/CSSStyleSheetResourceTest.cpp",
"css/CSSTestHelper.cpp",
"css/CSSTestHelper.h",
"css/CSSValueTestHelper.h",
@@ -1266,6 +1265,7 @@ source_set("unit_tests") {
"loader/ProgressTrackerTest.cpp",
"loader/TextResourceDecoderBuilderTest.cpp",
"loader/ThreadableLoaderTest.cpp",
+ "loader/resource/CSSStyleSheetResourceTest.cpp",
"loader/resource/FontResourceTest.cpp",
"origin_trials/OriginTrialContextTest.cpp",
"page/ChromeClientTest.cpp",
« 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