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

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

Issue 2273703002: Force events to be non blocking if main thread is unresponsive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests, fix bugs. Created 4 years, 1 month 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 4aa260778edd5d7b953febe5c456ce452b79711e..e795f493f88ba679a85dd1ee5ed13848ee77505d 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1419,6 +1419,7 @@ component("platform") {
":blink_common",
"//components/link_header_util:link_header_util",
"//components/mime_util:mime_util",
+ "//device/base/synchronization",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:wtf_support",
"//third_party/WebKit/Source/platform/heap",
@@ -1808,6 +1809,7 @@ test("blink_platform_unittests") {
"//cc",
"//cc:test_support",
"//cc/blink",
+ "//device/base/synchronization",
"//mojo/common:test_common_custom_types_blink",
"//mojo/edk/embedder:headers",
"//mojo/edk/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698