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

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: Created 7 years, 8 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
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'defines': [ 98 'defines': [
99 '<@(nacl_defines)', 99 '<@(nacl_defines)',
100 ], 100 ],
101 }, 101 },
102 'export_dependent_settings': [ 102 'export_dependent_settings': [
103 '../sync/sync.gyp:sync', 103 '../sync/sync.gyp:sync',
104 ], 104 ],
105 'sources': [ 105 'sources': [
106 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 106 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
107 # and mocks. 107 # and mocks.
108 'browser/chromeos/accessibility/accessibility_manager.cc',
109 'browser/chromeos/accessibility/accessibility_manager.h',
108 'browser/chromeos/accessibility/accessibility_util.cc', 110 'browser/chromeos/accessibility/accessibility_util.cc',
109 'browser/chromeos/accessibility/accessibility_util.h', 111 'browser/chromeos/accessibility/accessibility_util.h',
110 'browser/chromeos/accessibility/magnification_manager.cc', 112 'browser/chromeos/accessibility/magnification_manager.cc',
111 'browser/chromeos/accessibility/magnification_manager.h', 113 'browser/chromeos/accessibility/magnification_manager.h',
112 'browser/chromeos/app_mode/app_session_lifetime.cc', 114 'browser/chromeos/app_mode/app_session_lifetime.cc',
113 'browser/chromeos/app_mode/app_session_lifetime.h', 115 'browser/chromeos/app_mode/app_session_lifetime.h',
114 'browser/chromeos/app_mode/kiosk_app_data.cc', 116 'browser/chromeos/app_mode/kiosk_app_data.cc',
115 'browser/chromeos/app_mode/kiosk_app_data.h', 117 'browser/chromeos/app_mode/kiosk_app_data.h',
116 'browser/chromeos/app_mode/kiosk_app_data_delegate.h', 118 'browser/chromeos/app_mode/kiosk_app_data_delegate.h',
117 'browser/chromeos/app_mode/kiosk_app_launcher.cc', 119 'browser/chromeos/app_mode/kiosk_app_launcher.cc',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'browser/chromeos/policy/proto/install_attributes.proto', 889 'browser/chromeos/policy/proto/install_attributes.proto',
888 ], 890 ],
889 'variables': { 891 'variables': {
890 'proto_in_dir': 'browser/chromeos/policy/proto', 892 'proto_in_dir': 'browser/chromeos/policy/proto',
891 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', 893 'proto_out_dir': 'chrome/browser/chromeos/policy/proto',
892 }, 894 },
893 'includes': [ '../build/protoc.gypi' ] 895 'includes': [ '../build/protoc.gypi' ]
894 }, 896 },
895 ], 897 ],
896 } 898 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698