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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 790413002: Focus following for the non-editable controls on web page in magnifier mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits. Created 6 years 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'browser/browsing_data/browsing_data_remover_test_util.cc', 88 'browser/browsing_data/browsing_data_remover_test_util.cc',
89 'browser/browsing_data/browsing_data_remover_test_util.h', 89 'browser/browsing_data/browsing_data_remover_test_util.h',
90 'browser/captive_portal/captive_portal_browsertest.cc', 90 'browser/captive_portal/captive_portal_browsertest.cc',
91 'browser/chrome_content_browser_client_browsertest.cc', 91 'browser/chrome_content_browser_client_browsertest.cc',
92 'browser/chrome_main_browsertest.cc', 92 'browser/chrome_main_browsertest.cc',
93 'browser/chrome_plugin_browsertest.cc', 93 'browser/chrome_plugin_browsertest.cc',
94 'browser/chrome_security_exploit_browsertest.cc', 94 'browser/chrome_security_exploit_browsertest.cc',
95 'browser/chrome_service_worker_browsertest.cc', 95 'browser/chrome_service_worker_browsertest.cc',
96 'browser/chrome_switches_browsertest.cc', 96 'browser/chrome_switches_browsertest.cc',
97 'browser/chromeos/accessibility/accessibility_manager_browsertest.cc', 97 'browser/chromeos/accessibility/accessibility_manager_browsertest.cc',
98 'browser/chromeos/accessibility/magnification_controller_browsertest.cc',
98 'browser/chromeos/accessibility/magnification_manager_browsertest.cc', 99 'browser/chromeos/accessibility/magnification_manager_browsertest.cc',
99 'browser/chromeos/accessibility/speech_monitor.cc', 100 'browser/chromeos/accessibility/speech_monitor.cc',
100 'browser/chromeos/accessibility/speech_monitor.h', 101 'browser/chromeos/accessibility/speech_monitor.h',
101 'browser/chromeos/accessibility/touch_exploration_controller_browsertest.c c', 102 'browser/chromeos/accessibility/touch_exploration_controller_browsertest.c c',
102 'browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc', 103 'browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc',
103 'browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc', 104 'browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc',
104 'browser/chromeos/attestation/attestation_policy_browsertest.cc', 105 'browser/chromeos/attestation/attestation_policy_browsertest.cc',
105 'browser/chromeos/customization/customization_document_browsertest.cc', 106 'browser/chromeos/customization/customization_document_browsertest.cc',
106 'browser/chromeos/customization/customization_wallpaper_downloader_browser test.cc', 107 'browser/chromeos/customization/customization_wallpaper_downloader_browser test.cc',
107 'browser/chromeos/device/input_service_proxy_browsertest.cc', 108 'browser/chromeos/device/input_service_proxy_browsertest.cc',
(...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3217 ['enable_webrtc==1', { 3218 ['enable_webrtc==1', {
3218 'dependencies': [ 3219 'dependencies': [
3219 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3220 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3220 ] 3221 ]
3221 }], 3222 }],
3222 ], 3223 ],
3223 }] 3224 }]
3224 }], 3225 }],
3225 ], # 'conditions' 3226 ], # 'conditions'
3226 } 3227 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/accessibility/magnification_manager.cc ('k') | content/browser/renderer_host/render_view_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698