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 'variables': { | 6 'variables': { |
7 'webkit_fileapi_sources': [ | 7 'webkit_fileapi_sources': [ |
8 '../fileapi/directory_entry.h', | |
9 '../fileapi/file_system_types.h', | |
10 '../fileapi/file_system_util.cc', | |
11 '../fileapi/file_system_util.h', | |
12 '../fileapi/syncable/file_change.cc', | 8 '../fileapi/syncable/file_change.cc', |
13 '../fileapi/syncable/file_change.h', | 9 '../fileapi/syncable/file_change.h', |
14 '../fileapi/syncable/local_file_change_tracker.cc', | 10 '../fileapi/syncable/local_file_change_tracker.cc', |
15 '../fileapi/syncable/local_file_change_tracker.h', | 11 '../fileapi/syncable/local_file_change_tracker.h', |
16 '../fileapi/syncable/local_file_sync_context.cc', | 12 '../fileapi/syncable/local_file_sync_context.cc', |
17 '../fileapi/syncable/local_file_sync_context.h', | 13 '../fileapi/syncable/local_file_sync_context.h', |
18 '../fileapi/syncable/local_file_sync_status.cc', | 14 '../fileapi/syncable/local_file_sync_status.cc', |
19 '../fileapi/syncable/local_file_sync_status.h', | 15 '../fileapi/syncable/local_file_sync_status.h', |
20 '../fileapi/syncable/local_origin_change_observer.h', | 16 '../fileapi/syncable/local_origin_change_observer.h', |
21 '../fileapi/syncable/sync_callbacks.h', | 17 '../fileapi/syncable/sync_callbacks.h', |
22 '../fileapi/syncable/sync_file_metadata.cc', | 18 '../fileapi/syncable/sync_file_metadata.cc', |
23 '../fileapi/syncable/sync_file_metadata.h', | 19 '../fileapi/syncable/sync_file_metadata.h', |
24 '../fileapi/syncable/sync_file_status.h', | 20 '../fileapi/syncable/sync_file_status.h', |
25 '../fileapi/syncable/sync_file_type.h', | 21 '../fileapi/syncable/sync_file_type.h', |
26 '../fileapi/syncable/sync_action.h', | 22 '../fileapi/syncable/sync_action.h', |
27 '../fileapi/syncable/sync_direction.h', | 23 '../fileapi/syncable/sync_direction.h', |
28 '../fileapi/syncable/sync_status_code.cc', | 24 '../fileapi/syncable/sync_status_code.cc', |
29 '../fileapi/syncable/sync_status_code.h', | 25 '../fileapi/syncable/sync_status_code.h', |
30 '../fileapi/syncable/syncable_file_operation_runner.cc', | 26 '../fileapi/syncable/syncable_file_operation_runner.cc', |
31 '../fileapi/syncable/syncable_file_operation_runner.h', | 27 '../fileapi/syncable/syncable_file_operation_runner.h', |
32 '../fileapi/syncable/syncable_file_system_operation.cc', | 28 '../fileapi/syncable/syncable_file_system_operation.cc', |
33 '../fileapi/syncable/syncable_file_system_operation.h', | 29 '../fileapi/syncable/syncable_file_system_operation.h', |
34 '../fileapi/syncable/syncable_file_system_util.cc', | 30 '../fileapi/syncable/syncable_file_system_util.cc', |
35 '../fileapi/syncable/syncable_file_system_util.h', | 31 '../fileapi/syncable/syncable_file_system_util.h', |
36 '../fileapi/webfilewriter_base.cc', | |
37 '../fileapi/webfilewriter_base.h', | |
38 ], | 32 ], |
39 'webkit_fileapi_chromeos_sources': [ | 33 'webkit_fileapi_chromeos_sources': [ |
40 '../chromeos/fileapi/async_file_stream.h', | 34 '../chromeos/fileapi/async_file_stream.h', |
41 '../chromeos/fileapi/cros_mount_point_provider.cc', | 35 '../chromeos/fileapi/cros_mount_point_provider.cc', |
42 '../chromeos/fileapi/cros_mount_point_provider.h', | 36 '../chromeos/fileapi/cros_mount_point_provider.h', |
43 '../chromeos/fileapi/file_access_permissions.cc', | 37 '../chromeos/fileapi/file_access_permissions.cc', |
44 '../chromeos/fileapi/file_access_permissions.h', | 38 '../chromeos/fileapi/file_access_permissions.h', |
45 '../chromeos/fileapi/file_util_async.h', | 39 '../chromeos/fileapi/file_util_async.h', |
46 '../chromeos/fileapi/remote_file_system_operation.cc', | 40 '../chromeos/fileapi/remote_file_system_operation.cc', |
47 '../chromeos/fileapi/remote_file_system_operation.h', | 41 '../chromeos/fileapi/remote_file_system_operation.h', |
48 '../chromeos/fileapi/remote_file_stream_writer.cc', | 42 '../chromeos/fileapi/remote_file_stream_writer.cc', |
49 '../chromeos/fileapi/remote_file_stream_writer.h', | 43 '../chromeos/fileapi/remote_file_stream_writer.h', |
50 ], | 44 ], |
51 }, | 45 }, |
52 } | 46 } |
OLD | NEW |