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

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 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 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 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 "//third_party/libpng", 1451 "//third_party/libpng",
1452 "//third_party/libwebp", 1452 "//third_party/libwebp",
1453 "//third_party/ots", 1453 "//third_party/ots",
1454 "//url", 1454 "//url",
1455 "//v8", 1455 "//v8",
1456 ] 1456 ]
1457 deps = [ 1457 deps = [
1458 ":blink_common", 1458 ":blink_common",
1459 "//components/link_header_util:link_header_util", 1459 "//components/link_header_util:link_header_util",
1460 "//components/mime_util:mime_util", 1460 "//components/mime_util:mime_util",
1461 "//device/base/synchronization",
1461 "//mojo/public/cpp/bindings", 1462 "//mojo/public/cpp/bindings",
1462 "//mojo/public/cpp/bindings:wtf_support", 1463 "//mojo/public/cpp/bindings:wtf_support",
1463 "//third_party/WebKit/Source/platform/heap", 1464 "//third_party/WebKit/Source/platform/heap",
1464 "//third_party/WebKit/public:mojo_bindings_blink", 1465 "//third_party/WebKit/public:mojo_bindings_blink",
1465 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1466 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1466 "//third_party/ced", 1467 "//third_party/ced",
1467 "//third_party/harfbuzz-ng", 1468 "//third_party/harfbuzz-ng",
1468 "//third_party/icu", 1469 "//third_party/icu",
1469 "//ui/gfx", 1470 "//ui/gfx",
1470 "//ui/gfx/geometry", 1471 "//ui/gfx/geometry",
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 1844
1844 deps = [ 1845 deps = [
1845 ":blink_common", 1846 ":blink_common",
1846 ":platform", 1847 ":platform",
1847 ":test_support", 1848 ":test_support",
1848 "//base", 1849 "//base",
1849 "//base/test:test_support", 1850 "//base/test:test_support",
1850 "//cc", 1851 "//cc",
1851 "//cc:test_support", 1852 "//cc:test_support",
1852 "//cc/blink", 1853 "//cc/blink",
1854 "//device/base/synchronization",
1853 "//mojo/common:test_common_custom_types_blink", 1855 "//mojo/common:test_common_custom_types_blink",
1854 "//mojo/edk/embedder:headers", 1856 "//mojo/edk/embedder:headers",
1855 "//mojo/edk/test:test_support", 1857 "//mojo/edk/test:test_support",
1856 "//mojo/public/cpp/bindings/tests:for_blink_tests", 1858 "//mojo/public/cpp/bindings/tests:for_blink_tests",
1857 "//skia", 1859 "//skia",
1858 "//testing/gmock", 1860 "//testing/gmock",
1859 "//testing/gtest", 1861 "//testing/gtest",
1860 "//third_party/WebKit/Source/wtf", 1862 "//third_party/WebKit/Source/wtf",
1861 "//third_party/harfbuzz-ng", 1863 "//third_party/harfbuzz-ng",
1862 "//ui/gfx", 1864 "//ui/gfx",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 "//third_party/WebKit/Source:inside_blink", 2072 "//third_party/WebKit/Source:inside_blink",
2071 ] 2073 ]
2072 2074
2073 deps = [ 2075 deps = [
2074 ":test_support", 2076 ":test_support",
2075 "//cc/surfaces:surface_id", 2077 "//cc/surfaces:surface_id",
2076 "//testing/gmock", 2078 "//testing/gmock",
2077 "//testing/gtest", 2079 "//testing/gtest",
2078 ] 2080 ]
2079 } 2081 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698