Chromium Code Reviews| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 217 'browser/chromeos/drive/download_handler.cc', | 217 'browser/chromeos/drive/download_handler.cc', |
| 218 'browser/chromeos/drive/download_handler.h', | 218 'browser/chromeos/drive/download_handler.h', |
| 219 'browser/chromeos/drive/drive_file_stream_reader.cc', | 219 'browser/chromeos/drive/drive_file_stream_reader.cc', |
| 220 'browser/chromeos/drive/drive_file_stream_reader.h', | 220 'browser/chromeos/drive/drive_file_stream_reader.h', |
| 221 'browser/chromeos/drive/drive_integration_service.cc', | 221 'browser/chromeos/drive/drive_integration_service.cc', |
| 222 'browser/chromeos/drive/drive_integration_service.h', | 222 'browser/chromeos/drive/drive_integration_service.h', |
| 223 'browser/chromeos/drive/drive_protocol_handler.cc', | 223 'browser/chromeos/drive/drive_protocol_handler.cc', |
| 224 'browser/chromeos/drive/drive_protocol_handler.h', | 224 'browser/chromeos/drive/drive_protocol_handler.h', |
| 225 'browser/chromeos/drive/drive_url_request_job.cc', | 225 'browser/chromeos/drive/drive_url_request_job.cc', |
| 226 'browser/chromeos/drive/drive_url_request_job.h', | 226 'browser/chromeos/drive/drive_url_request_job.h', |
| 227 'browser/chromeos/drive/drive_webapps_registry.cc', | 227 'browser/chromeos/drive/drive_app_registry.cc', |
|
hashimoto
2013/05/28 03:59:47
nit: sort
satorux1
2013/05/28 04:05:16
Done.
| |
| 228 'browser/chromeos/drive/drive_webapps_registry.h', | 228 'browser/chromeos/drive/drive_app_registry.h', |
| 229 'browser/chromeos/drive/file_cache.cc', | 229 'browser/chromeos/drive/file_cache.cc', |
| 230 'browser/chromeos/drive/file_cache.h', | 230 'browser/chromeos/drive/file_cache.h', |
| 231 'browser/chromeos/drive/file_cache_metadata.cc', | 231 'browser/chromeos/drive/file_cache_metadata.cc', |
| 232 'browser/chromeos/drive/file_cache_metadata.h', | 232 'browser/chromeos/drive/file_cache_metadata.h', |
| 233 'browser/chromeos/drive/file_cache_observer.h', | 233 'browser/chromeos/drive/file_cache_observer.h', |
| 234 'browser/chromeos/drive/file_change.cc', | 234 'browser/chromeos/drive/file_change.cc', |
| 235 'browser/chromeos/drive/file_change.h', | 235 'browser/chromeos/drive/file_change.h', |
| 236 'browser/chromeos/drive/file_errors.cc', | 236 'browser/chromeos/drive/file_errors.cc', |
| 237 'browser/chromeos/drive/file_errors.h', | 237 'browser/chromeos/drive/file_errors.h', |
| 238 'browser/chromeos/drive/file_system.cc', | 238 'browser/chromeos/drive/file_system.cc', |
| (...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 921 'browser/chromeos/attestation/attestation_key_payload.proto', | 921 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 922 ], | 922 ], |
| 923 'variables': { | 923 'variables': { |
| 924 'proto_in_dir': 'browser/chromeos/attestation', | 924 'proto_in_dir': 'browser/chromeos/attestation', |
| 925 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 925 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 926 }, | 926 }, |
| 927 'includes': [ '../build/protoc.gypi' ] | 927 'includes': [ '../build/protoc.gypi' ] |
| 928 }, | 928 }, |
| 929 ], | 929 ], |
| 930 } | 930 } |
| OLD | NEW |