| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'webkit_storage_browser', | 8 'target_name': 'webkit_storage_browser', |
| 9 'type': '<(component)', | 9 'type': '<(component)', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'browser/fileapi/syncable/local_file_change_tracker.h', | 201 'browser/fileapi/syncable/local_file_change_tracker.h', |
| 202 'browser/fileapi/syncable/local_file_sync_context.cc', | 202 'browser/fileapi/syncable/local_file_sync_context.cc', |
| 203 'browser/fileapi/syncable/local_file_sync_context.h', | 203 'browser/fileapi/syncable/local_file_sync_context.h', |
| 204 'browser/fileapi/syncable/local_file_sync_status.cc', | 204 'browser/fileapi/syncable/local_file_sync_status.cc', |
| 205 'browser/fileapi/syncable/local_file_sync_status.h', | 205 'browser/fileapi/syncable/local_file_sync_status.h', |
| 206 'browser/fileapi/syncable/local_origin_change_observer.h', | 206 'browser/fileapi/syncable/local_origin_change_observer.h', |
| 207 'browser/fileapi/syncable/sync_callbacks.h', | 207 'browser/fileapi/syncable/sync_callbacks.h', |
| 208 'browser/fileapi/syncable/sync_file_metadata.cc', | 208 'browser/fileapi/syncable/sync_file_metadata.cc', |
| 209 'browser/fileapi/syncable/sync_file_metadata.h', | 209 'browser/fileapi/syncable/sync_file_metadata.h', |
| 210 'browser/fileapi/syncable/sync_file_status.h', | 210 'browser/fileapi/syncable/sync_file_status.h', |
| 211 'browser/fileapi/syncable/sync_file_system_backend.cc', |
| 212 'browser/fileapi/syncable/sync_file_system_backend.h', |
| 211 'browser/fileapi/syncable/sync_file_type.h', | 213 'browser/fileapi/syncable/sync_file_type.h', |
| 212 'browser/fileapi/syncable/sync_status_code.cc', | 214 'browser/fileapi/syncable/sync_status_code.cc', |
| 213 'browser/fileapi/syncable/sync_status_code.h', | 215 'browser/fileapi/syncable/sync_status_code.h', |
| 214 'browser/fileapi/syncable/syncable_file_operation_runner.cc', | 216 'browser/fileapi/syncable/syncable_file_operation_runner.cc', |
| 215 'browser/fileapi/syncable/syncable_file_operation_runner.h', | 217 'browser/fileapi/syncable/syncable_file_operation_runner.h', |
| 216 'browser/fileapi/syncable/syncable_file_system_operation.cc', | 218 'browser/fileapi/syncable/syncable_file_system_operation.cc', |
| 217 'browser/fileapi/syncable/syncable_file_system_operation.h', | 219 'browser/fileapi/syncable/syncable_file_system_operation.h', |
| 218 'browser/fileapi/syncable/syncable_file_system_util.cc', | 220 'browser/fileapi/syncable/syncable_file_system_util.cc', |
| 219 'browser/fileapi/syncable/syncable_file_system_util.h', | 221 'browser/fileapi/syncable/syncable_file_system_util.h', |
| 220 'browser/fileapi/task_runner_bound_observer_list.h', | 222 'browser/fileapi/task_runner_bound_observer_list.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 251 'browser/fileapi/dump_file_system.cc', | 253 'browser/fileapi/dump_file_system.cc', |
| 252 ], | 254 ], |
| 253 'dependencies': [ | 255 'dependencies': [ |
| 254 '<(DEPTH)/base/base.gyp:base', | 256 '<(DEPTH)/base/base.gyp:base', |
| 255 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 257 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
| 256 'webkit_storage_browser', | 258 'webkit_storage_browser', |
| 257 ], | 259 ], |
| 258 }, | 260 }, |
| 259 ], | 261 ], |
| 260 } | 262 } |
| OLD | NEW |