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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 14200048: Introduce AcccessibilityManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'defines': [ 100 'defines': [
101 '<@(nacl_defines)', 101 '<@(nacl_defines)',
102 ], 102 ],
103 }, 103 },
104 'export_dependent_settings': [ 104 'export_dependent_settings': [
105 '../sync/sync.gyp:sync', 105 '../sync/sync.gyp:sync',
106 ], 106 ],
107 'sources': [ 107 'sources': [
108 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 108 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
109 # and mocks. 109 # and mocks.
110 'browser/chromeos/accessibility/accessibility_manager.cc',
111 'browser/chromeos/accessibility/accessibility_manager.h',
110 'browser/chromeos/accessibility/accessibility_util.cc', 112 'browser/chromeos/accessibility/accessibility_util.cc',
111 'browser/chromeos/accessibility/accessibility_util.h', 113 'browser/chromeos/accessibility/accessibility_util.h',
112 'browser/chromeos/accessibility/magnification_manager.cc', 114 'browser/chromeos/accessibility/magnification_manager.cc',
113 'browser/chromeos/accessibility/magnification_manager.h', 115 'browser/chromeos/accessibility/magnification_manager.h',
114 'browser/chromeos/app_mode/app_session_lifetime.cc', 116 'browser/chromeos/app_mode/app_session_lifetime.cc',
115 'browser/chromeos/app_mode/app_session_lifetime.h', 117 'browser/chromeos/app_mode/app_session_lifetime.h',
116 'browser/chromeos/app_mode/kiosk_app_data.cc', 118 'browser/chromeos/app_mode/kiosk_app_data.cc',
117 'browser/chromeos/app_mode/kiosk_app_data.h', 119 'browser/chromeos/app_mode/kiosk_app_data.h',
118 'browser/chromeos/app_mode/kiosk_app_data_delegate.h', 120 'browser/chromeos/app_mode/kiosk_app_data_delegate.h',
119 'browser/chromeos/app_mode/kiosk_app_launcher.cc', 121 'browser/chromeos/app_mode/kiosk_app_launcher.cc',
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'browser/chromeos/attestation/attestation_key_payload.proto', 924 'browser/chromeos/attestation/attestation_key_payload.proto',
923 ], 925 ],
924 'variables': { 926 'variables': {
925 'proto_in_dir': 'browser/chromeos/attestation', 927 'proto_in_dir': 'browser/chromeos/attestation',
926 'proto_out_dir': 'chrome/browser/chromeos/attestation', 928 'proto_out_dir': 'chrome/browser/chromeos/attestation',
927 }, 929 },
928 'includes': [ '../build/protoc.gypi' ] 930 'includes': [ '../build/protoc.gypi' ]
929 }, 931 },
930 ], 932 ],
931 } 933 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698