| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'fileapi', | 8 'target_name': 'fileapi', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE', | 10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 'file_system_operation_context.h', | 35 'file_system_operation_context.h', |
| 36 'file_system_origin_database.cc', | 36 'file_system_origin_database.cc', |
| 37 'file_system_origin_database.h', | 37 'file_system_origin_database.h', |
| 38 'file_system_path_manager.cc', | 38 'file_system_path_manager.cc', |
| 39 'file_system_path_manager.h', | 39 'file_system_path_manager.h', |
| 40 'file_system_types.h', | 40 'file_system_types.h', |
| 41 'file_system_url_request_job.cc', | 41 'file_system_url_request_job.cc', |
| 42 'file_system_url_request_job.h', | 42 'file_system_url_request_job.h', |
| 43 'file_system_url_request_job_base.cc', | 43 'file_system_url_request_job_base.cc', |
| 44 'file_system_url_request_job_base.h', | 44 'file_system_url_request_job_base.h', |
| 45 'file_system_url_request_job_factory.cc', |
| 46 'file_system_url_request_job_factory.h', |
| 45 'file_system_usage_cache.cc', | 47 'file_system_usage_cache.cc', |
| 46 'file_system_usage_cache.h', | 48 'file_system_usage_cache.h', |
| 47 'file_system_util.cc', | 49 'file_system_util.cc', |
| 48 'file_system_util.h', | 50 'file_system_util.h', |
| 49 'file_writer_delegate.cc', | 51 'file_writer_delegate.cc', |
| 50 'file_writer_delegate.h', | 52 'file_writer_delegate.h', |
| 51 'local_file_system_file_util.cc', | 53 'local_file_system_file_util.cc', |
| 52 'local_file_system_file_util.h', | 54 'local_file_system_file_util.h', |
| 53 'obfuscated_file_system_file_util.cc', | 55 'obfuscated_file_system_file_util.cc', |
| 54 'obfuscated_file_system_file_util.h', | 56 'obfuscated_file_system_file_util.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 72 '../chromeos/fileapi/cros_mount_point_provider.cc', | 74 '../chromeos/fileapi/cros_mount_point_provider.cc', |
| 73 '../chromeos/fileapi/cros_mount_point_provider.h', | 75 '../chromeos/fileapi/cros_mount_point_provider.h', |
| 74 '../chromeos/fileapi/file_access_permissions.cc', | 76 '../chromeos/fileapi/file_access_permissions.cc', |
| 75 '../chromeos/fileapi/file_access_permissions.h', | 77 '../chromeos/fileapi/file_access_permissions.h', |
| 76 ], | 78 ], |
| 77 }], | 79 }], |
| 78 ], | 80 ], |
| 79 }, | 81 }, |
| 80 ], | 82 ], |
| 81 } | 83 } |
| OLD | NEW |