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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2197113002: Force U.S. English keyboard layout for TextfieldTest.KeysWithModifiersTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix TODO comment 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 # TODO(rockot) bug 505926: These should be moved to extensions_browsertests 7 # TODO(rockot) bug 505926: These should be moved to extensions_browsertests
8 # but have old dependencies on chrome files. The chrome dependencies should 8 # but have old dependencies on chrome files. The chrome dependencies should
9 # be removed and these moved to the extensions_browsertests target. 9 # be removed and these moved to the extensions_browsertests target.
10 'chrome_browser_tests_extensions_sources': [ 10 'chrome_browser_tests_extensions_sources': [
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ], 231 ],
232 'chrome_driver_tests_sources': [ 232 'chrome_driver_tests_sources': [
233 'test/chromedriver/key_converter_unittest.cc', 233 'test/chromedriver/key_converter_unittest.cc',
234 'test/chromedriver/keycode_text_conversion_unittest.cc', 234 'test/chromedriver/keycode_text_conversion_unittest.cc',
235 'test/chromedriver/net/net_util_unittest.cc', 235 'test/chromedriver/net/net_util_unittest.cc',
236 'test/chromedriver/net/port_server_unittest.cc', 236 'test/chromedriver/net/port_server_unittest.cc',
237 'test/chromedriver/net/sync_websocket_impl_unittest.cc', 237 'test/chromedriver/net/sync_websocket_impl_unittest.cc',
238 'test/chromedriver/net/test_http_server.cc', 238 'test/chromedriver/net/test_http_server.cc',
239 'test/chromedriver/net/test_http_server.h', 239 'test/chromedriver/net/test_http_server.h',
240 'test/chromedriver/net/websocket_unittest.cc', 240 'test/chromedriver/net/websocket_unittest.cc',
241 'test/chromedriver/test_util.cc',
242 'test/chromedriver/test_util.h',
243 ], 241 ],
244 }, 242 },
245 'includes': [ 243 'includes': [
246 'js_unittest_vars.gypi', 244 'js_unittest_vars.gypi',
247 ], 245 ],
248 'targets': [ 246 'targets': [
249 { 247 {
250 # This target contains non-unittest test utilities that don't belong in 248 # This target contains non-unittest test utilities that don't belong in
251 # production libraries but are used by more than one test executable. 249 # production libraries but are used by more than one test executable.
252 # 250 #
(...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 'browser', 2211 'browser',
2214 ], 2212 ],
2215 'sources': [ 2213 'sources': [
2216 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 2214 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
2217 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 2215 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
2218 ], 2216 ],
2219 }] 2217 }]
2220 }], 2218 }],
2221 ], # 'conditions' 2219 ], # 'conditions'
2222 } 2220 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/BUILD.gn » ('j') | chrome/test/chromedriver/keycode_text_conversion_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698