OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': '<(component)', | 9 'type': '<(component)', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
64 'file_writer_delegate.h', | 64 'file_writer_delegate.h', |
65 'isolated_context.cc', | 65 'isolated_context.cc', |
66 'isolated_context.h', | 66 'isolated_context.h', |
67 'isolated_file_util.cc', | 67 'isolated_file_util.cc', |
68 'isolated_file_util.h', | 68 'isolated_file_util.h', |
69 'isolated_mount_point_provider.cc', | 69 'isolated_mount_point_provider.cc', |
70 'isolated_mount_point_provider.h', | 70 'isolated_mount_point_provider.h', |
71 'local_file_util.cc', | 71 'local_file_util.cc', |
72 'local_file_util.h', | 72 'local_file_util.h', |
73 'local_file_stream_writer.cc', | 73 'local_file_stream_writer.cc', |
74 'local_file_stream_writer.h', | 74 'local_file_stream_writer.h', » » |
75 'media_file_system_operation.cc', | |
76 'media_file_system_operation.h', | |
77 'media_file_system_proxy.h', | |
78 'media_file_system_proxy_win.cc', | |
79 'media_file_system_proxy_win.h', | |
80 » » 'media_file_util.cc', | |
81 » » 'media_file_util.h', | |
kinuko
2012/07/18 10:33:24
nit: please avoid using tabs
| |
75 'native_file_util.cc', | 82 'native_file_util.cc', |
76 'native_file_util.h', | 83 'native_file_util.h', |
77 'obfuscated_file_util.cc', | 84 'obfuscated_file_util.cc', |
78 'obfuscated_file_util.h', | 85 'obfuscated_file_util.h', |
79 'sandbox_file_stream_writer.cc', | 86 'sandbox_file_stream_writer.cc', |
80 'sandbox_file_stream_writer.h', | 87 'sandbox_file_stream_writer.h', |
81 'sandbox_mount_point_provider.cc', | 88 'sandbox_mount_point_provider.cc', |
82 'sandbox_mount_point_provider.h', | 89 'sandbox_mount_point_provider.h', |
83 'test_mount_point_provider.cc', | 90 'test_mount_point_provider.cc', |
84 'test_mount_point_provider.h', | 91 'test_mount_point_provider.h', |
(...skipping 18 matching lines...) Expand all Loading... | |
103 '../chromeos/fileapi/remote_file_system_operation.h', | 110 '../chromeos/fileapi/remote_file_system_operation.h', |
104 '../chromeos/fileapi/remote_file_system_proxy.h', | 111 '../chromeos/fileapi/remote_file_system_proxy.h', |
105 '../chromeos/fileapi/remote_file_stream_writer.cc', | 112 '../chromeos/fileapi/remote_file_stream_writer.cc', |
106 '../chromeos/fileapi/remote_file_stream_writer.h', | 113 '../chromeos/fileapi/remote_file_stream_writer.h', |
107 ], | 114 ], |
108 }], | 115 }], |
109 ], | 116 ], |
110 }, | 117 }, |
111 ], | 118 ], |
112 } | 119 } |
OLD | NEW |