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

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

Issue 2824663002: Minimal set of changes for blink core jumbo build. (Closed)
Patch Set: Created 3 years, 8 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/html/BUILD.gn ('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/input/BUILD.gn
diff --git a/third_party/WebKit/Source/core/input/BUILD.gn b/third_party/WebKit/Source/core/input/BUILD.gn
index ec3bdcee20b04b9ff1adf80330eed9e7bc7f1a72..4ba2f0c2f068eee24c0c3e68baa74cfcf54ba9f5 100644
--- a/third_party/WebKit/Source/core/input/BUILD.gn
+++ b/third_party/WebKit/Source/core/input/BUILD.gn
@@ -30,6 +30,11 @@ blink_core_sources("input") {
"TouchEventManager.h",
]
+ jumbo_excluded_sources = [
+ # Collides with BoundaryEventDispatcher.cpp (patch incoming)
+ "PointerEventManager.cpp",
+ ]
+
configs += [
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
"//build/config/compiler:no_size_t_to_int_warning",
« no previous file with comments | « third_party/WebKit/Source/core/html/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698