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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 months 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 | « ppapi/proxy/ppapi_messages.cc ('k') | third_party/WebKit/Source/core/core.gni » ('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 8b26fa3b01c24f0d0e278ce456eb9822983fc811..9015cd53203227764e48f335b5431ec01d3eac23 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -234,7 +234,7 @@ component("core") {
}
}
-source_set("testing") {
+blink_unit_test_source_set("testing") {
configs += [
":blink_core_pch",
"//third_party/WebKit/Source:config",
@@ -1174,7 +1174,7 @@ fuzzer_test("text_resource_decoder_fuzzer") {
]
}
-source_set("unit_tests") {
+blink_unit_test_source_set("unit_tests") {
testonly = true
sources = [
"animation/AnimationClockTest.cpp",
@@ -1566,6 +1566,7 @@ source_set("unit_tests") {
"xml/parser/SharedBufferReaderTest.cpp",
]
+
configs += [
":blink_core_pch",
"//third_party/WebKit/Source:config",
@@ -1576,7 +1577,7 @@ source_set("unit_tests") {
":core",
"//testing/gmock",
"//testing/gtest",
- "//third_party/WebKit/Source/core/editing:unit_tests",
+ "//third_party/WebKit/Source/core/editing:editing_unit_tests",
]
# FIXME: Enable mojo unittests on Android after fixing data dependency.
« no previous file with comments | « ppapi/proxy/ppapi_messages.cc ('k') | third_party/WebKit/Source/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698