| 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 daba8c800d9ef418e24b9dc57e723031827ba174..77be23d6b08ccc82a8618c19b9d7a8075f0d6d54 100644 | 
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn | 
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn | 
| @@ -309,7 +309,7 @@ blink_core_sources("editing") { | 
| ] | 
| } | 
|  | 
| -source_set("unit_tests") { | 
| +jumbo_source_set("editing_unit_tests") { | 
| testonly = true | 
| sources = [ | 
| "EditingCommandTest.cpp", | 
| @@ -390,6 +390,16 @@ source_set("unit_tests") { | 
| "testing/SelectionSampleTest.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", | 
|  |