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

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: Make ScopedKeyboardLayout compile for other platforms 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/BUILD.gn » ('j') | ui/events/test/keyboard_layout_mac.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 ], 1452 ],
1453 'chrome_driver_tests_sources': [ 1453 'chrome_driver_tests_sources': [
1454 'test/chromedriver/key_converter_unittest.cc', 1454 'test/chromedriver/key_converter_unittest.cc',
1455 'test/chromedriver/keycode_text_conversion_unittest.cc', 1455 'test/chromedriver/keycode_text_conversion_unittest.cc',
1456 'test/chromedriver/net/net_util_unittest.cc', 1456 'test/chromedriver/net/net_util_unittest.cc',
1457 'test/chromedriver/net/port_server_unittest.cc', 1457 'test/chromedriver/net/port_server_unittest.cc',
1458 'test/chromedriver/net/sync_websocket_impl_unittest.cc', 1458 'test/chromedriver/net/sync_websocket_impl_unittest.cc',
1459 'test/chromedriver/net/test_http_server.cc', 1459 'test/chromedriver/net/test_http_server.cc',
1460 'test/chromedriver/net/test_http_server.h', 1460 'test/chromedriver/net/test_http_server.h',
1461 'test/chromedriver/net/websocket_unittest.cc', 1461 'test/chromedriver/net/websocket_unittest.cc',
1462 'test/chromedriver/test_util.cc',
1463 'test/chromedriver/test_util.h',
1464 ], 1462 ],
1465 'sync_integration_tests_sources': [ 1463 'sync_integration_tests_sources': [
1466 'app/chrome_dll.rc', 1464 'app/chrome_dll.rc',
1467 'app/chrome_dll_resource.h', 1465 'app/chrome_dll_resource.h',
1468 'app/chrome_version.rc.version', 1466 'app/chrome_version.rc.version',
1469 'browser/sync/test/integration/enable_disable_test.cc', 1467 'browser/sync/test/integration/enable_disable_test.cc',
1470 'browser/sync/test/integration/migration_test.cc', 1468 'browser/sync/test/integration/migration_test.cc',
1471 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 1469 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
1472 'browser/sync/test/integration/single_client_apps_sync_test.cc', 1470 'browser/sync/test/integration/single_client_apps_sync_test.cc',
1473 'browser/sync/test/integration/single_client_arc_package_sync_test.cc', 1471 'browser/sync/test/integration/single_client_arc_package_sync_test.cc',
(...skipping 2098 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 'browser', 3570 'browser',
3573 ], 3571 ],
3574 'sources': [ 3572 'sources': [
3575 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3573 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3576 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3574 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3577 ], 3575 ],
3578 }] 3576 }]
3579 }], 3577 }],
3580 ], # 'conditions' 3578 ], # 'conditions'
3581 } 3579 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/BUILD.gn » ('j') | ui/events/test/keyboard_layout_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698