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

Side by Side 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: Address feedback. 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 "//third_party/libwebp", 1395 "//third_party/libwebp",
1396 "//third_party/ots", 1396 "//third_party/ots",
1397 "//third_party/qcms", 1397 "//third_party/qcms",
1398 "//url", 1398 "//url",
1399 "//v8", 1399 "//v8",
1400 ] 1400 ]
1401 deps = [ 1401 deps = [
1402 ":blink_common", 1402 ":blink_common",
1403 "//components/link_header_util:link_header_util", 1403 "//components/link_header_util:link_header_util",
1404 "//components/mime_util:mime_util", 1404 "//components/mime_util:mime_util",
1405 "//device/base/synchronization",
1405 "//mojo/public/cpp/bindings", 1406 "//mojo/public/cpp/bindings",
1406 "//mojo/public/cpp/bindings:wtf_support", 1407 "//mojo/public/cpp/bindings:wtf_support",
1407 "//third_party/WebKit/Source/platform/heap", 1408 "//third_party/WebKit/Source/platform/heap",
1408 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1409 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1409 "//third_party/ced", 1410 "//third_party/ced",
1410 "//third_party/harfbuzz-ng", 1411 "//third_party/harfbuzz-ng",
1411 "//third_party/icu", 1412 "//third_party/icu",
1412 "//ui/gfx", 1413 "//ui/gfx",
1413 "//ui/gfx/geometry", 1414 "//ui/gfx/geometry",
1414 ] 1415 ]
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 "//third_party/WebKit/Source:inside_blink", 1971 "//third_party/WebKit/Source:inside_blink",
1971 ] 1972 ]
1972 1973
1973 deps = [ 1974 deps = [
1974 ":test_support", 1975 ":test_support",
1975 "//cc/surfaces:surface_id", 1976 "//cc/surfaces:surface_id",
1976 "//testing/gmock", 1977 "//testing/gmock",
1977 "//testing/gtest", 1978 "//testing/gtest",
1978 ] 1979 ]
1979 } 1980 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698