| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'browser/chromeos/drive/file_cache.cc', | 242 'browser/chromeos/drive/file_cache.cc', |
| 243 'browser/chromeos/drive/file_cache.h', | 243 'browser/chromeos/drive/file_cache.h', |
| 244 'browser/chromeos/drive/file_cache_metadata.cc', | 244 'browser/chromeos/drive/file_cache_metadata.cc', |
| 245 'browser/chromeos/drive/file_cache_metadata.h', | 245 'browser/chromeos/drive/file_cache_metadata.h', |
| 246 'browser/chromeos/drive/file_change.cc', | 246 'browser/chromeos/drive/file_change.cc', |
| 247 'browser/chromeos/drive/file_change.h', | 247 'browser/chromeos/drive/file_change.h', |
| 248 'browser/chromeos/drive/file_errors.cc', | 248 'browser/chromeos/drive/file_errors.cc', |
| 249 'browser/chromeos/drive/file_errors.h', | 249 'browser/chromeos/drive/file_errors.h', |
| 250 'browser/chromeos/drive/file_system.cc', | 250 'browser/chromeos/drive/file_system.cc', |
| 251 'browser/chromeos/drive/file_system.h', | 251 'browser/chromeos/drive/file_system.h', |
| 252 'browser/chromeos/drive/file_system/close_file_operation.cc', | |
| 253 'browser/chromeos/drive/file_system/close_file_operation.h', | |
| 254 'browser/chromeos/drive/file_system/copy_operation.cc', | 252 'browser/chromeos/drive/file_system/copy_operation.cc', |
| 255 'browser/chromeos/drive/file_system/copy_operation.h', | 253 'browser/chromeos/drive/file_system/copy_operation.h', |
| 256 'browser/chromeos/drive/file_system/create_directory_operation.cc', | 254 'browser/chromeos/drive/file_system/create_directory_operation.cc', |
| 257 'browser/chromeos/drive/file_system/create_directory_operation.h', | 255 'browser/chromeos/drive/file_system/create_directory_operation.h', |
| 258 'browser/chromeos/drive/file_system/create_file_operation.cc', | 256 'browser/chromeos/drive/file_system/create_file_operation.cc', |
| 259 'browser/chromeos/drive/file_system/create_file_operation.h', | 257 'browser/chromeos/drive/file_system/create_file_operation.h', |
| 260 'browser/chromeos/drive/file_system/download_operation.cc', | 258 'browser/chromeos/drive/file_system/download_operation.cc', |
| 261 'browser/chromeos/drive/file_system/download_operation.h', | 259 'browser/chromeos/drive/file_system/download_operation.h', |
| 262 'browser/chromeos/drive/file_system/move_operation.cc', | 260 'browser/chromeos/drive/file_system/move_operation.cc', |
| 263 'browser/chromeos/drive/file_system/move_operation.h', | 261 'browser/chromeos/drive/file_system/move_operation.h', |
| (...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 'browser/chromeos/attestation/attestation_key_payload.proto', | 981 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 984 ], | 982 ], |
| 985 'variables': { | 983 'variables': { |
| 986 'proto_in_dir': 'browser/chromeos/attestation', | 984 'proto_in_dir': 'browser/chromeos/attestation', |
| 987 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 985 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 988 }, | 986 }, |
| 989 'includes': [ '../build/protoc.gypi' ] | 987 'includes': [ '../build/protoc.gypi' ] |
| 990 }, | 988 }, |
| 991 ], | 989 ], |
| 992 } | 990 } |
| OLD | NEW |