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

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: Histogram nits Created 4 years 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 9685a9ab9225cc9066ca57a0b34b88a4d2e218eb..e0345dc63a7444f108638e26adee04777953fc2f 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1458,6 +1458,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",
@@ -1850,6 +1851,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