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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'sandbox_file_stream_writer.cc', | 89 'sandbox_file_stream_writer.cc', |
90 'sandbox_file_stream_writer.h', | 90 'sandbox_file_stream_writer.h', |
91 'sandbox_mount_point_provider.cc', | 91 'sandbox_mount_point_provider.cc', |
92 'sandbox_mount_point_provider.h', | 92 'sandbox_mount_point_provider.h', |
93 'sandbox_quota_observer.cc', | 93 'sandbox_quota_observer.cc', |
94 'sandbox_quota_observer.h', | 94 'sandbox_quota_observer.h', |
95 'syncable/file_change.cc', | 95 'syncable/file_change.cc', |
96 'syncable/file_change.h', | 96 'syncable/file_change.h', |
97 'syncable/local_file_change_tracker.cc', | 97 'syncable/local_file_change_tracker.cc', |
98 'syncable/local_file_change_tracker.h', | 98 'syncable/local_file_change_tracker.h', |
| 99 'syncable/local_file_sync_context.cc', |
| 100 'syncable/local_file_sync_context.h', |
99 'syncable/local_file_sync_status.cc', | 101 'syncable/local_file_sync_status.cc', |
100 'syncable/local_file_sync_status.h', | 102 'syncable/local_file_sync_status.h', |
101 'syncable/sync_status_code.cc', | 103 'syncable/sync_status_code.cc', |
102 'syncable/sync_status_code.h', | 104 'syncable/sync_status_code.h', |
103 'syncable/syncable_file_system_util.cc', | 105 'syncable/syncable_file_system_util.cc', |
104 'syncable/syncable_file_system_util.h', | 106 'syncable/syncable_file_system_util.h', |
105 'task_runner_bound_observer_list.h', | 107 'task_runner_bound_observer_list.h', |
106 'test_mount_point_provider.cc', | 108 'test_mount_point_provider.cc', |
107 'test_mount_point_provider.h', | 109 'test_mount_point_provider.h', |
108 'webfilewriter_base.cc', | 110 'webfilewriter_base.cc', |
(...skipping 22 matching lines...) Expand all Loading... |
131 'media/device_media_file_util.h', | 133 'media/device_media_file_util.h', |
132 'media/mtp_device_delegate.h', | 134 'media/mtp_device_delegate.h', |
133 'media/mtp_device_map_service.cc', | 135 'media/mtp_device_map_service.cc', |
134 'media/mtp_device_map_service.h', | 136 'media/mtp_device_map_service.h', |
135 ], | 137 ], |
136 }], | 138 }], |
137 ], | 139 ], |
138 }, | 140 }, |
139 ], | 141 ], |
140 } | 142 } |
OLD | NEW |