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

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

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 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 f3d50b27d600228c2647a6753bdce72e08244c64..7f7737583dcbb9522dc48b1d8a3eaef33d8b2984 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -321,6 +321,7 @@ test("webkit_unit_tests") {
# FIXME: Move the tests from web/tests/ to appropriate places.
# crbug.com/353585
"tests/ActivityLoggerTest.cpp",
+ "tests/BrowserControlsTest.cpp",
"tests/ChromeClientImplTest.cpp",
"tests/CompositorWorkerTest.cpp",
"tests/DeferredLoadingTest.cpp",
@@ -351,7 +352,6 @@ test("webkit_unit_tests") {
"tests/SpinLockTest.cpp",
"tests/TextFinderTest.cpp",
"tests/TimerPerfTest.cpp",
- "tests/TopControlsTest.cpp",
"tests/TouchActionTest.cpp",
"tests/ViewportTest.cpp",
"tests/VirtualTimeTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698