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

Side by Side Diff: chrome/test/chromedriver/BUILD.gn

Issue 2197113002: Force U.S. English keyboard layout for TextfieldTest.KeysWithModifiersTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Share keyboard layout selection code between tests Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chrome/chrome_tests.gni") 6 import("//chrome/chrome_tests.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib 9 # GYP version: chrome/chrome_tests.gypi:automation_client_lib
10 # (embed_js_in_cpp action) 10 # (embed_js_in_cpp action)
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 232 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
233 233
234 deps = [ 234 deps = [
235 ":lib", 235 ":lib",
236 "//base", 236 "//base",
237 "//base/test:run_all_unittests", 237 "//base/test:run_all_unittests",
238 "//net", 238 "//net",
239 "//net:http_server", 239 "//net:http_server",
240 "//net:test_support", 240 "//net:test_support",
241 "//testing/gtest", 241 "//testing/gtest",
242 "//ui/events:test_support",
242 "//url", 243 "//url",
243 ] 244 ]
244 } 245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698