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

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

Issue 2885313003: [scheduler] Fix --disable-background-timer-throttling flag. (Closed)
Patch Set: Created 3 years, 7 months 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/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index d2cb6793a211a6d6d0888d383448603fb41f7452..282fcb6efa2d8e9c2da2f7893cd9c91a7065e25e 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -268,7 +268,6 @@ test("webkit_unit_tests") {
# FIXME: Move the tests from web/tests/ to appropriate places.
# crbug.com/353585
"tests/AccessibilityObjectModelTest.cpp",
- "tests/ActiveConnectionThrottlingTest.cpp",
"tests/ActivityLoggerTest.cpp",
"tests/AnimationSimTest.cpp",
"tests/BrowserControlsTest.cpp",
@@ -282,7 +281,6 @@ test("webkit_unit_tests") {
"tests/FrameSerializerTest.cpp",
"tests/FrameTestHelpers.cpp",
"tests/FrameTestHelpers.h",
- "tests/FrameThrottlingTest.cpp",
"tests/HTMLDocumentParserLoadingTest.cpp",
"tests/ImeOnFocusTest.cpp",
"tests/IntersectionObserverTest.cpp",
@@ -332,6 +330,9 @@ test("webkit_unit_tests") {
"tests/WebUserGestureTokenTest.cpp",
"tests/WebViewTest.cpp",
"tests/WindowProxyTest.cpp",
+ "tests/scheduler/ActiveConnectionThrottlingTest.cpp",
+ "tests/scheduler/FrameThrottlingTest.cpp",
+ "tests/scheduler/ThrottlingTest.cpp",
"tests/sim/SimCanvas.cpp",
"tests/sim/SimCanvas.h",
"tests/sim/SimCompositor.cpp",

Powered by Google App Engine
This is Rietveld 408576698