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

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

Issue 2885313003: [scheduler] Fix --disable-background-timer-throttling flag. (Closed)
Patch Set: fix test crash 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 8348356d3d8a4e67ee3f96bd8fb939313cbd3207..ad12e859901fc2efe0b83596bb333bebce3e8432 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -266,7 +266,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",
@@ -280,7 +279,6 @@ test("webkit_unit_tests") {
"tests/FrameSerializerTest.cpp",
"tests/FrameTestHelpers.cpp",
"tests/FrameTestHelpers.h",
- "tests/FrameThrottlingTest.cpp",
"tests/HTMLDocumentParserLoadingTest.cpp",
"tests/HTMLImportSheetsTest.cpp",
"tests/ImeOnFocusTest.cpp",
@@ -331,6 +329,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",
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/Deque.h ('k') | third_party/WebKit/Source/web/tests/ActiveConnectionThrottlingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698