| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'browser/fileapi/native_file_util.h', | 149 'browser/fileapi/native_file_util.h', |
| 150 'browser/fileapi/obfuscated_file_util.cc', | 150 'browser/fileapi/obfuscated_file_util.cc', |
| 151 'browser/fileapi/obfuscated_file_util.h', | 151 'browser/fileapi/obfuscated_file_util.h', |
| 152 'browser/fileapi/open_file_system_mode.h', | 152 'browser/fileapi/open_file_system_mode.h', |
| 153 'browser/fileapi/plugin_private_file_system_backend.cc', | 153 'browser/fileapi/plugin_private_file_system_backend.cc', |
| 154 'browser/fileapi/plugin_private_file_system_backend.h', | 154 'browser/fileapi/plugin_private_file_system_backend.h', |
| 155 'browser/fileapi/quota/open_file_handle.cc', | 155 'browser/fileapi/quota/open_file_handle.cc', |
| 156 'browser/fileapi/quota/open_file_handle.h', | 156 'browser/fileapi/quota/open_file_handle.h', |
| 157 'browser/fileapi/quota/open_file_handle_context.cc', | 157 'browser/fileapi/quota/open_file_handle_context.cc', |
| 158 'browser/fileapi/quota/open_file_handle_context.h', | 158 'browser/fileapi/quota/open_file_handle_context.h', |
| 159 'browser/fileapi/quota/quota_backend_impl.cc', | |
| 160 'browser/fileapi/quota/quota_backend_impl.h', | |
| 161 'browser/fileapi/quota/quota_reservation.cc', | 159 'browser/fileapi/quota/quota_reservation.cc', |
| 162 'browser/fileapi/quota/quota_reservation.h', | 160 'browser/fileapi/quota/quota_reservation.h', |
| 163 'browser/fileapi/quota/quota_reservation_buffer.cc', | 161 'browser/fileapi/quota/quota_reservation_buffer.cc', |
| 164 'browser/fileapi/quota/quota_reservation_buffer.h', | 162 'browser/fileapi/quota/quota_reservation_buffer.h', |
| 165 'browser/fileapi/quota/quota_reservation_manager.cc', | 163 'browser/fileapi/quota/quota_reservation_manager.cc', |
| 166 'browser/fileapi/quota/quota_reservation_manager.h', | 164 'browser/fileapi/quota/quota_reservation_manager.h', |
| 167 'browser/fileapi/recursive_operation_delegate.cc', | 165 'browser/fileapi/recursive_operation_delegate.cc', |
| 168 'browser/fileapi/recursive_operation_delegate.h', | 166 'browser/fileapi/recursive_operation_delegate.h', |
| 169 'browser/fileapi/remove_operation_delegate.cc', | 167 'browser/fileapi/remove_operation_delegate.cc', |
| 170 'browser/fileapi/remove_operation_delegate.h', | 168 'browser/fileapi/remove_operation_delegate.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'browser/fileapi/dump_file_system.cc', | 230 'browser/fileapi/dump_file_system.cc', |
| 233 ], | 231 ], |
| 234 'dependencies': [ | 232 'dependencies': [ |
| 235 '<(DEPTH)/base/base.gyp:base', | 233 '<(DEPTH)/base/base.gyp:base', |
| 236 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 234 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
| 237 'webkit_storage_browser', | 235 'webkit_storage_browser', |
| 238 ], | 236 ], |
| 239 }, | 237 }, |
| 240 ], | 238 ], |
| 241 } | 239 } |
| OLD | NEW |