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 '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 |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 'browser/chromeos/device_uma.cc', | 120 'browser/chromeos/device_uma.cc', |
121 'browser/chromeos/device_uma.h', | 121 'browser/chromeos/device_uma.h', |
122 'browser/chromeos/display/display_configuration_observer.cc', | 122 'browser/chromeos/display/display_configuration_observer.cc', |
123 'browser/chromeos/display/display_configuration_observer.h', | 123 'browser/chromeos/display/display_configuration_observer.h', |
124 'browser/chromeos/display/display_preferences.cc', | 124 'browser/chromeos/display/display_preferences.cc', |
125 'browser/chromeos/display/display_preferences.h', | 125 'browser/chromeos/display/display_preferences.h', |
126 'browser/chromeos/display/output_protection_delegate.cc', | 126 'browser/chromeos/display/output_protection_delegate.cc', |
127 'browser/chromeos/display/output_protection_delegate.h', | 127 'browser/chromeos/display/output_protection_delegate.h', |
128 'browser/chromeos/display/overscan_calibrator.cc', | 128 'browser/chromeos/display/overscan_calibrator.cc', |
129 'browser/chromeos/display/overscan_calibrator.h', | 129 'browser/chromeos/display/overscan_calibrator.h', |
| 130 'browser/chromeos/display/quirks_manager_delegate_impl.cc', |
| 131 'browser/chromeos/display/quirks_manager_delegate_impl.h', |
130 'browser/chromeos/drive/debug_info_collector.cc', | 132 'browser/chromeos/drive/debug_info_collector.cc', |
131 'browser/chromeos/drive/debug_info_collector.h', | 133 'browser/chromeos/drive/debug_info_collector.h', |
132 'browser/chromeos/drive/download_handler.cc', | 134 'browser/chromeos/drive/download_handler.cc', |
133 'browser/chromeos/drive/download_handler.h', | 135 'browser/chromeos/drive/download_handler.h', |
134 'browser/chromeos/drive/drive_file_stream_reader.cc', | 136 'browser/chromeos/drive/drive_file_stream_reader.cc', |
135 'browser/chromeos/drive/drive_file_stream_reader.h', | 137 'browser/chromeos/drive/drive_file_stream_reader.h', |
136 'browser/chromeos/drive/drive_integration_service.cc', | 138 'browser/chromeos/drive/drive_integration_service.cc', |
137 'browser/chromeos/drive/drive_integration_service.h', | 139 'browser/chromeos/drive/drive_integration_service.h', |
138 'browser/chromeos/drive/file_system_util.cc', | 140 'browser/chromeos/drive/file_system_util.cc', |
139 'browser/chromeos/drive/file_system_util.h', | 141 'browser/chromeos/drive/file_system_util.h', |
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1145 '../components/components.gyp:drive', | 1147 '../components/components.gyp:drive', |
1146 '../components/components.gyp:drive_chromeos', | 1148 '../components/components.gyp:drive_chromeos', |
1147 '../components/components.gyp:feedback_component', | 1149 '../components/components.gyp:feedback_component', |
1148 '../components/components.gyp:flags_ui', | 1150 '../components/components.gyp:flags_ui', |
1149 '../components/components.gyp:login', | 1151 '../components/components.gyp:login', |
1150 '../components/components.gyp:onc_component', | 1152 '../components/components.gyp:onc_component', |
1151 '../components/components.gyp:ownership', | 1153 '../components/components.gyp:ownership', |
1152 '../components/components.gyp:pairing', | 1154 '../components/components.gyp:pairing', |
1153 '../components/components.gyp:policy', | 1155 '../components/components.gyp:policy', |
1154 '../components/components.gyp:proxy_config', | 1156 '../components/components.gyp:proxy_config', |
| 1157 '../components/components.gyp:quirks', |
1155 '../components/components.gyp:ssl_config', | 1158 '../components/components.gyp:ssl_config', |
1156 '../components/components.gyp:user_manager', | 1159 '../components/components.gyp:user_manager', |
1157 # This depends directly on the variations target, rather than just | 1160 # This depends directly on the variations target, rather than just |
1158 # transitively via the common target because the proto sources need to | 1161 # transitively via the common target because the proto sources need to |
1159 # be generated before code in this target can start building. | 1162 # be generated before code in this target can start building. |
1160 '../components/components.gyp:variations', | 1163 '../components/components.gyp:variations', |
1161 '../components/components.gyp:variations_net', | 1164 '../components/components.gyp:variations_net', |
1162 '../components/components.gyp:wallpaper', | 1165 '../components/components.gyp:wallpaper', |
1163 '../components/components.gyp:wifi_sync', | 1166 '../components/components.gyp:wifi_sync', |
1164 '../components/components_resources.gyp:components_resources', | 1167 '../components/components_resources.gyp:components_resources', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1323 'browser/chromeos/attestation/attestation_signed_data.proto', | 1326 'browser/chromeos/attestation/attestation_signed_data.proto', |
1324 ], | 1327 ], |
1325 'variables': { | 1328 'variables': { |
1326 'proto_in_dir': 'browser/chromeos/attestation', | 1329 'proto_in_dir': 'browser/chromeos/attestation', |
1327 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1330 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1328 }, | 1331 }, |
1329 'includes': [ '../build/protoc.gypi' ] | 1332 'includes': [ '../build/protoc.gypi' ] |
1330 }, | 1333 }, |
1331 ], | 1334 ], |
1332 } | 1335 } |
OLD | NEW |