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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 'browser/chromeos/file_system_provider/operations/copy_entry.cc', | 404 'browser/chromeos/file_system_provider/operations/copy_entry.cc', |
405 'browser/chromeos/file_system_provider/operations/copy_entry.h', | 405 'browser/chromeos/file_system_provider/operations/copy_entry.h', |
406 'browser/chromeos/file_system_provider/operations/create_directory.cc', | 406 'browser/chromeos/file_system_provider/operations/create_directory.cc', |
407 'browser/chromeos/file_system_provider/operations/create_directory.h', | 407 'browser/chromeos/file_system_provider/operations/create_directory.h', |
408 'browser/chromeos/file_system_provider/operations/create_file.cc', | 408 'browser/chromeos/file_system_provider/operations/create_file.cc', |
409 'browser/chromeos/file_system_provider/operations/create_file.h', | 409 'browser/chromeos/file_system_provider/operations/create_file.h', |
410 'browser/chromeos/file_system_provider/operations/delete_entry.cc', | 410 'browser/chromeos/file_system_provider/operations/delete_entry.cc', |
411 'browser/chromeos/file_system_provider/operations/delete_entry.h', | 411 'browser/chromeos/file_system_provider/operations/delete_entry.h', |
412 'browser/chromeos/file_system_provider/operations/get_metadata.cc', | 412 'browser/chromeos/file_system_provider/operations/get_metadata.cc', |
413 'browser/chromeos/file_system_provider/operations/get_metadata.h', | 413 'browser/chromeos/file_system_provider/operations/get_metadata.h', |
| 414 'browser/chromeos/file_system_provider/operations/move_entry.cc', |
| 415 'browser/chromeos/file_system_provider/operations/move_entry.h', |
414 'browser/chromeos/file_system_provider/operations/open_file.cc', | 416 'browser/chromeos/file_system_provider/operations/open_file.cc', |
415 'browser/chromeos/file_system_provider/operations/open_file.h', | 417 'browser/chromeos/file_system_provider/operations/open_file.h', |
416 'browser/chromeos/file_system_provider/operations/operation.cc', | 418 'browser/chromeos/file_system_provider/operations/operation.cc', |
417 'browser/chromeos/file_system_provider/operations/operation.h', | 419 'browser/chromeos/file_system_provider/operations/operation.h', |
418 'browser/chromeos/file_system_provider/operations/read_directory.cc', | 420 'browser/chromeos/file_system_provider/operations/read_directory.cc', |
419 'browser/chromeos/file_system_provider/operations/read_directory.h', | 421 'browser/chromeos/file_system_provider/operations/read_directory.h', |
420 'browser/chromeos/file_system_provider/operations/read_file.cc', | 422 'browser/chromeos/file_system_provider/operations/read_file.cc', |
421 'browser/chromeos/file_system_provider/operations/read_file.h', | 423 'browser/chromeos/file_system_provider/operations/read_file.h', |
422 'browser/chromeos/file_system_provider/operations/unmount.cc', | 424 'browser/chromeos/file_system_provider/operations/unmount.cc', |
423 'browser/chromeos/file_system_provider/operations/unmount.h', | 425 'browser/chromeos/file_system_provider/operations/unmount.h', |
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1195 'browser/chromeos/attestation/attestation_signed_data.proto', | 1197 'browser/chromeos/attestation/attestation_signed_data.proto', |
1196 ], | 1198 ], |
1197 'variables': { | 1199 'variables': { |
1198 'proto_in_dir': 'browser/chromeos/attestation', | 1200 'proto_in_dir': 'browser/chromeos/attestation', |
1199 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1201 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1200 }, | 1202 }, |
1201 'includes': [ '../build/protoc.gypi' ] | 1203 'includes': [ '../build/protoc.gypi' ] |
1202 }, | 1204 }, |
1203 ], | 1205 ], |
1204 } | 1206 } |
OLD | NEW |