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

Unified Diff: chrome/test/chromedriver/BUILD.gn

Issue 2353333002: Reland of Force U.S. English keyboard layout for TextfieldTest.KeysWithModifiersTest (Closed)
Patch Set: Use ScopedCFTypeRef instead of PlatformKeyboardLayout Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/key_converter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/BUILD.gn
diff --git a/chrome/test/chromedriver/BUILD.gn b/chrome/test/chromedriver/BUILD.gn
index b154f8cd88373833ad3299277d03367cdd3ac88c..78750334dde86479186ab3dcbf0159e10b348e6e 100644
--- a/chrome/test/chromedriver/BUILD.gn
+++ b/chrome/test/chromedriver/BUILD.gn
@@ -388,8 +388,6 @@ test("chromedriver_tests") {
"net/test_http_server.cc",
"net/test_http_server.h",
"net/websocket_unittest.cc",
- "test_util.cc",
- "test_util.h",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
@@ -403,6 +401,7 @@ test("chromedriver_tests") {
"//net:http_server",
"//net:test_support",
"//testing/gtest",
+ "//ui/events:test_support",
"//url",
]
}
« no previous file with comments | « no previous file | chrome/test/chromedriver/key_converter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698