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

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: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 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
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",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/LayoutSelectionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698