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

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: 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 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/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 "//third_party/libpng", 1412 "//third_party/libpng",
1413 "//third_party/libwebp", 1413 "//third_party/libwebp",
1414 "//third_party/ots", 1414 "//third_party/ots",
1415 "//url", 1415 "//url",
1416 "//v8", 1416 "//v8",
1417 ] 1417 ]
1418 deps = [ 1418 deps = [
1419 ":blink_common", 1419 ":blink_common",
1420 "//components/link_header_util:link_header_util", 1420 "//components/link_header_util:link_header_util",
1421 "//components/mime_util:mime_util", 1421 "//components/mime_util:mime_util",
1422 "//device/base/synchronization",
1422 "//mojo/public/cpp/bindings", 1423 "//mojo/public/cpp/bindings",
1423 "//mojo/public/cpp/bindings:wtf_support", 1424 "//mojo/public/cpp/bindings:wtf_support",
1424 "//third_party/WebKit/Source/platform/heap", 1425 "//third_party/WebKit/Source/platform/heap",
1425 "//third_party/WebKit/public:mojo_bindings_blink", 1426 "//third_party/WebKit/public:mojo_bindings_blink",
1426 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1427 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1427 "//third_party/ced", 1428 "//third_party/ced",
1428 "//third_party/harfbuzz-ng", 1429 "//third_party/harfbuzz-ng",
1429 "//third_party/icu", 1430 "//third_party/icu",
1430 "//ui/gfx", 1431 "//ui/gfx",
1431 "//ui/gfx/geometry", 1432 "//ui/gfx/geometry",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 1802
1802 deps = [ 1803 deps = [
1803 ":blink_common", 1804 ":blink_common",
1804 ":platform", 1805 ":platform",
1805 ":test_support", 1806 ":test_support",
1806 "//base", 1807 "//base",
1807 "//base/test:test_support", 1808 "//base/test:test_support",
1808 "//cc", 1809 "//cc",
1809 "//cc:test_support", 1810 "//cc:test_support",
1810 "//cc/blink", 1811 "//cc/blink",
1812 "//device/base/synchronization",
1811 "//mojo/common:test_common_custom_types_blink", 1813 "//mojo/common:test_common_custom_types_blink",
1812 "//mojo/edk/embedder:headers", 1814 "//mojo/edk/embedder:headers",
1813 "//mojo/edk/test:test_support", 1815 "//mojo/edk/test:test_support",
1814 "//mojo/public/cpp/bindings/tests:for_blink_tests", 1816 "//mojo/public/cpp/bindings/tests:for_blink_tests",
1815 "//skia", 1817 "//skia",
1816 "//testing/gmock", 1818 "//testing/gmock",
1817 "//testing/gtest", 1819 "//testing/gtest",
1818 "//third_party/WebKit/Source/wtf", 1820 "//third_party/WebKit/Source/wtf",
1819 "//third_party/harfbuzz-ng", 1821 "//third_party/harfbuzz-ng",
1820 "//ui/gfx", 1822 "//ui/gfx",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 "//third_party/WebKit/Source:inside_blink", 2007 "//third_party/WebKit/Source:inside_blink",
2006 ] 2008 ]
2007 2009
2008 deps = [ 2010 deps = [
2009 ":test_support", 2011 ":test_support",
2010 "//cc/surfaces:surface_id", 2012 "//cc/surfaces:surface_id",
2011 "//testing/gmock", 2013 "//testing/gmock",
2012 "//testing/gtest", 2014 "//testing/gtest",
2013 ] 2015 ]
2014 } 2016 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698