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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1282593002: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes to accessibility_manager in this change Created 5 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
11 # and mocks. 11 # and mocks.
12 'browser/chromeos/accessibility/accessibility_manager.cc', 12 'browser/chromeos/accessibility/accessibility_manager.cc',
13 'browser/chromeos/accessibility/accessibility_manager.h', 13 'browser/chromeos/accessibility/accessibility_manager.h',
14 'browser/chromeos/accessibility/accessibility_util.cc', 14 'browser/chromeos/accessibility/accessibility_util.cc',
15 'browser/chromeos/accessibility/accessibility_util.h', 15 'browser/chromeos/accessibility/accessibility_util.h',
16 'browser/chromeos/accessibility/chromevox_panel.cc',
17 'browser/chromeos/accessibility/chromevox_panel.h',
16 'browser/chromeos/accessibility/magnification_manager.cc', 18 'browser/chromeos/accessibility/magnification_manager.cc',
17 'browser/chromeos/accessibility/magnification_manager.h', 19 'browser/chromeos/accessibility/magnification_manager.h',
18 'browser/chromeos/accessibility/spoken_feedback_event_rewriter.cc', 20 'browser/chromeos/accessibility/spoken_feedback_event_rewriter.cc',
19 'browser/chromeos/accessibility/spoken_feedback_event_rewriter.h', 21 'browser/chromeos/accessibility/spoken_feedback_event_rewriter.h',
20 'browser/chromeos/app_mode/app_launch_utils.cc', 22 'browser/chromeos/app_mode/app_launch_utils.cc',
21 'browser/chromeos/app_mode/app_launch_utils.h', 23 'browser/chromeos/app_mode/app_launch_utils.h',
22 'browser/chromeos/app_mode/app_session_lifetime.cc', 24 'browser/chromeos/app_mode/app_session_lifetime.cc',
23 'browser/chromeos/app_mode/app_session_lifetime.h', 25 'browser/chromeos/app_mode/app_session_lifetime.h',
24 'browser/chromeos/app_mode/certificate_manager_dialog.cc', 26 'browser/chromeos/app_mode/certificate_manager_dialog.cc',
25 'browser/chromeos/app_mode/certificate_manager_dialog.h', 27 'browser/chromeos/app_mode/certificate_manager_dialog.h',
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 'browser/chromeos/attestation/attestation_signed_data.proto', 1337 'browser/chromeos/attestation/attestation_signed_data.proto',
1336 ], 1338 ],
1337 'variables': { 1339 'variables': {
1338 'proto_in_dir': 'browser/chromeos/attestation', 1340 'proto_in_dir': 'browser/chromeos/attestation',
1339 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1341 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1340 }, 1342 },
1341 'includes': [ '../build/protoc.gypi' ] 1343 'includes': [ '../build/protoc.gypi' ]
1342 }, 1344 },
1343 ], 1345 ],
1344 } 1346 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698