| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', |
| 239 'browser/chromeos/drive/file_system.h', | 239 'browser/chromeos/drive/file_system.h', |
| 240 'browser/chromeos/drive/file_system/copy_operation.cc', | 240 'browser/chromeos/drive/file_system/copy_operation.cc', |
| 241 'browser/chromeos/drive/file_system/copy_operation.h', | 241 'browser/chromeos/drive/file_system/copy_operation.h', |
| 242 'browser/chromeos/drive/file_system/create_directory_operation.cc', | 242 'browser/chromeos/drive/file_system/create_directory_operation.cc', |
| 243 'browser/chromeos/drive/file_system/create_directory_operation.h', | 243 'browser/chromeos/drive/file_system/create_directory_operation.h', |
| 244 'browser/chromeos/drive/file_system/create_file_operation.cc', | 244 'browser/chromeos/drive/file_system/create_file_operation.cc', |
| 245 'browser/chromeos/drive/file_system/create_file_operation.h', | 245 'browser/chromeos/drive/file_system/create_file_operation.h', |
| 246 'browser/chromeos/drive/file_system/download_operation.cc', |
| 247 'browser/chromeos/drive/file_system/download_operation.h', |
| 246 'browser/chromeos/drive/file_system/move_operation.cc', | 248 'browser/chromeos/drive/file_system/move_operation.cc', |
| 247 'browser/chromeos/drive/file_system/move_operation.h', | 249 'browser/chromeos/drive/file_system/move_operation.h', |
| 248 'browser/chromeos/drive/file_system/operation_observer.h', | 250 'browser/chromeos/drive/file_system/operation_observer.h', |
| 249 'browser/chromeos/drive/file_system/operations.cc', | 251 'browser/chromeos/drive/file_system/operations.cc', |
| 250 'browser/chromeos/drive/file_system/operations.h', | 252 'browser/chromeos/drive/file_system/operations.h', |
| 251 'browser/chromeos/drive/file_system/remove_operation.cc', | 253 'browser/chromeos/drive/file_system/remove_operation.cc', |
| 252 'browser/chromeos/drive/file_system/remove_operation.h', | 254 'browser/chromeos/drive/file_system/remove_operation.h', |
| 253 'browser/chromeos/drive/file_system/search_operation.cc', | 255 'browser/chromeos/drive/file_system/search_operation.cc', |
| 254 'browser/chromeos/drive/file_system/search_operation.h', | 256 'browser/chromeos/drive/file_system/search_operation.h', |
| 255 'browser/chromeos/drive/file_system/touch_operation.cc', | 257 'browser/chromeos/drive/file_system/touch_operation.cc', |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 'browser/chromeos/attestation/attestation_key_payload.proto', | 921 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 920 ], | 922 ], |
| 921 'variables': { | 923 'variables': { |
| 922 'proto_in_dir': 'browser/chromeos/attestation', | 924 'proto_in_dir': 'browser/chromeos/attestation', |
| 923 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 925 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 924 }, | 926 }, |
| 925 'includes': [ '../build/protoc.gypi' ] | 927 'includes': [ '../build/protoc.gypi' ] |
| 926 }, | 928 }, |
| 927 ], | 929 ], |
| 928 } | 930 } |
| OLD | NEW |