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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'browser/chromeos/drive/directory_loader.cc', | 218 'browser/chromeos/drive/directory_loader.cc', |
219 'browser/chromeos/drive/directory_loader.h', | 219 'browser/chromeos/drive/directory_loader.h', |
220 'browser/chromeos/drive/download_handler.cc', | 220 'browser/chromeos/drive/download_handler.cc', |
221 'browser/chromeos/drive/download_handler.h', | 221 'browser/chromeos/drive/download_handler.h', |
222 'browser/chromeos/drive/drive_file_stream_reader.cc', | 222 'browser/chromeos/drive/drive_file_stream_reader.cc', |
223 'browser/chromeos/drive/drive_file_stream_reader.h', | 223 'browser/chromeos/drive/drive_file_stream_reader.h', |
224 'browser/chromeos/drive/drive_integration_service.cc', | 224 'browser/chromeos/drive/drive_integration_service.cc', |
225 'browser/chromeos/drive/drive_integration_service.h', | 225 'browser/chromeos/drive/drive_integration_service.h', |
226 'browser/chromeos/drive/drive_protocol_handler.cc', | 226 'browser/chromeos/drive/drive_protocol_handler.cc', |
227 'browser/chromeos/drive/drive_protocol_handler.h', | 227 'browser/chromeos/drive/drive_protocol_handler.h', |
| 228 'browser/chromeos/drive/drive_readonly_token_fetcher.cc', |
| 229 'browser/chromeos/drive/drive_readonly_token_fetcher.h', |
228 'browser/chromeos/drive/drive_url_request_job.cc', | 230 'browser/chromeos/drive/drive_url_request_job.cc', |
229 'browser/chromeos/drive/drive_url_request_job.h', | 231 'browser/chromeos/drive/drive_url_request_job.h', |
230 'browser/chromeos/drive/file_cache.cc', | 232 'browser/chromeos/drive/file_cache.cc', |
231 'browser/chromeos/drive/file_cache.h', | 233 'browser/chromeos/drive/file_cache.h', |
232 'browser/chromeos/drive/file_change.cc', | 234 'browser/chromeos/drive/file_change.cc', |
233 'browser/chromeos/drive/file_change.h', | 235 'browser/chromeos/drive/file_change.h', |
234 'browser/chromeos/drive/file_errors.cc', | 236 'browser/chromeos/drive/file_errors.cc', |
235 'browser/chromeos/drive/file_errors.h', | 237 'browser/chromeos/drive/file_errors.h', |
236 'browser/chromeos/drive/file_system.cc', | 238 'browser/chromeos/drive/file_system.cc', |
237 'browser/chromeos/drive/file_system.h', | 239 'browser/chromeos/drive/file_system.h', |
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1180 'browser/chromeos/attestation/attestation_signed_data.proto', | 1182 'browser/chromeos/attestation/attestation_signed_data.proto', |
1181 ], | 1183 ], |
1182 'variables': { | 1184 'variables': { |
1183 'proto_in_dir': 'browser/chromeos/attestation', | 1185 'proto_in_dir': 'browser/chromeos/attestation', |
1184 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1186 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1185 }, | 1187 }, |
1186 'includes': [ '../build/protoc.gypi' ] | 1188 'includes': [ '../build/protoc.gypi' ] |
1187 }, | 1189 }, |
1188 ], | 1190 ], |
1189 } | 1191 } |
OLD | NEW |