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

Unified Diff: third_party/WebKit/Source/core/editing/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 | « third_party/WebKit/Source/core/core.gni ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/BUILD.gn
diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn
index f4a148991b3cae53e3f70e0b8e5739c84ca65993..c2ed2df765cff25780ec18f2ab00d6507777276f 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -300,7 +300,7 @@ blink_core_sources("editing") {
]
}
-source_set("unit_tests") {
+blink_unit_test_source_set("editing_unit_tests") {
testonly = true
sources = [
"CompositionUnderlineTest.cpp",
@@ -371,6 +371,16 @@ source_set("unit_tests") {
"state_machines/StateMachineUtilTest.cpp",
]
+ jumbo_excluded_sources = [
+ # These copy a lot of code between each other and files with
+ # similar names.
+ # Clone of
+ # "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp"
+ "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
+ "state_machines/BackwardCodePointStateMachineTest.cpp",
+ "state_machines/BackspaceStateMachineTest.cpp",
+ ]
+
configs += [
"//third_party/WebKit/Source/core:blink_core_pch",
"//third_party/WebKit/Source:config",
« no previous file with comments | « third_party/WebKit/Source/core/core.gni ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698