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

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: 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 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 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 ], 1476 ],
1477 'chrome_driver_tests_sources': [ 1477 'chrome_driver_tests_sources': [
1478 'test/chromedriver/key_converter_unittest.cc', 1478 'test/chromedriver/key_converter_unittest.cc',
1479 'test/chromedriver/keycode_text_conversion_unittest.cc', 1479 'test/chromedriver/keycode_text_conversion_unittest.cc',
1480 'test/chromedriver/net/net_util_unittest.cc', 1480 'test/chromedriver/net/net_util_unittest.cc',
1481 'test/chromedriver/net/port_server_unittest.cc', 1481 'test/chromedriver/net/port_server_unittest.cc',
1482 'test/chromedriver/net/sync_websocket_impl_unittest.cc', 1482 'test/chromedriver/net/sync_websocket_impl_unittest.cc',
1483 'test/chromedriver/net/test_http_server.cc', 1483 'test/chromedriver/net/test_http_server.cc',
1484 'test/chromedriver/net/test_http_server.h', 1484 'test/chromedriver/net/test_http_server.h',
1485 'test/chromedriver/net/websocket_unittest.cc', 1485 'test/chromedriver/net/websocket_unittest.cc',
1486 'test/chromedriver/test_util.cc',
1487 'test/chromedriver/test_util.h',
1488 ], 1486 ],
1489 'sync_integration_tests_sources': [ 1487 'sync_integration_tests_sources': [
1490 'app/chrome_dll.rc', 1488 'app/chrome_dll.rc',
1491 'app/chrome_dll_resource.h', 1489 'app/chrome_dll_resource.h',
1492 'app/chrome_version.rc.version', 1490 'app/chrome_version.rc.version',
1493 'browser/sync/test/integration/enable_disable_test.cc', 1491 'browser/sync/test/integration/enable_disable_test.cc',
1494 'browser/sync/test/integration/migration_test.cc', 1492 'browser/sync/test/integration/migration_test.cc',
1495 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 1493 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
1496 'browser/sync/test/integration/single_client_apps_sync_test.cc', 1494 'browser/sync/test/integration/single_client_apps_sync_test.cc',
1497 'browser/sync/test/integration/single_client_arc_package_sync_test.cc', 1495 'browser/sync/test/integration/single_client_arc_package_sync_test.cc',
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3609 'browser', 3607 'browser',
3610 ], 3608 ],
3611 'sources': [ 3609 'sources': [
3612 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3610 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3613 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3611 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3614 ], 3612 ],
3615 }] 3613 }]
3616 }], 3614 }],
3617 ], # 'conditions' 3615 ], # 'conditions'
3618 } 3616 }
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