OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |