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

Side by Side Diff: chrome/browser_tests.isolate

Issue 683813004: Fewer focusable items in chrome://settings/searchEngines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment about weird behavior in autofill_options_browsertest.js Created 6 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../ppapi/tests/test_case.html', 47 '../ppapi/tests/test_case.html',
48 '../ppapi/tests/test_page.css', 48 '../ppapi/tests/test_page.css',
49 '../testing/test_env.py', 49 '../testing/test_env.py',
50 '../third_party/accessibility-audit/axs_testing.js', 50 '../third_party/accessibility-audit/axs_testing.js',
51 '../third_party/pyftpdlib/', 51 '../third_party/pyftpdlib/',
52 '../third_party/pywebsocket/', 52 '../third_party/pywebsocket/',
53 '../third_party/safe_browsing/', 53 '../third_party/safe_browsing/',
54 '../third_party/simplejson/', 54 '../third_party/simplejson/',
55 '../third_party/tlslite/', 55 '../third_party/tlslite/',
56 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 56 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
57 '<(PRODUCT_DIR)/browser_tests.pak',
57 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)', 58 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)',
58 '<(PRODUCT_DIR)/pseudo_locales/', 59 '<(PRODUCT_DIR)/pseudo_locales/',
59 '<(PRODUCT_DIR)/pyproto/', 60 '<(PRODUCT_DIR)/pyproto/',
60 '<(PRODUCT_DIR)/remoting/unittests/', 61 '<(PRODUCT_DIR)/remoting/unittests/',
61 '<(PRODUCT_DIR)/test_case.html', 62 '<(PRODUCT_DIR)/test_case.html',
62 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 63 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
63 '<(PRODUCT_DIR)/test_data/', 64 '<(PRODUCT_DIR)/test_data/',
64 '<(PRODUCT_DIR)/test_page.css', 65 '<(PRODUCT_DIR)/test_page.css',
65 '<(PRODUCT_DIR)/test_url_loader_data/', 66 '<(PRODUCT_DIR)/test_url_loader_data/',
66 'browser/policy/test/asn1der.py', 67 'browser/policy/test/asn1der.py',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'browser/chromeos/login/test/https_forwarder.py', 219 'browser/chromeos/login/test/https_forwarder.py',
219 ], 220 ],
220 }, 221 },
221 }], 222 }],
222 ], 223 ],
223 'includes': [ 224 'includes': [
224 '../base/base.isolate', 225 '../base/base.isolate',
225 'chrome.isolate', 226 'chrome.isolate',
226 ], 227 ],
227 } 228 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_browsertest.js ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698