| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'browser/fileapi/syncable/local_file_change_tracker.h', | 200 'browser/fileapi/syncable/local_file_change_tracker.h', |
| 201 'browser/fileapi/syncable/local_file_sync_context.cc', | 201 'browser/fileapi/syncable/local_file_sync_context.cc', |
| 202 'browser/fileapi/syncable/local_file_sync_context.h', | 202 'browser/fileapi/syncable/local_file_sync_context.h', |
| 203 'browser/fileapi/syncable/local_file_sync_status.cc', | 203 'browser/fileapi/syncable/local_file_sync_status.cc', |
| 204 'browser/fileapi/syncable/local_file_sync_status.h', | 204 'browser/fileapi/syncable/local_file_sync_status.h', |
| 205 'browser/fileapi/syncable/local_origin_change_observer.h', | 205 'browser/fileapi/syncable/local_origin_change_observer.h', |
| 206 'browser/fileapi/syncable/sync_callbacks.h', | 206 'browser/fileapi/syncable/sync_callbacks.h', |
| 207 'browser/fileapi/syncable/sync_file_metadata.cc', | 207 'browser/fileapi/syncable/sync_file_metadata.cc', |
| 208 'browser/fileapi/syncable/sync_file_metadata.h', | 208 'browser/fileapi/syncable/sync_file_metadata.h', |
| 209 'browser/fileapi/syncable/sync_file_status.h', | 209 'browser/fileapi/syncable/sync_file_status.h', |
| 210 'browser/fileapi/syncable/sync_file_system_backend.cc', |
| 211 'browser/fileapi/syncable/sync_file_system_backend.h', |
| 210 'browser/fileapi/syncable/sync_file_type.h', | 212 'browser/fileapi/syncable/sync_file_type.h', |
| 211 'browser/fileapi/syncable/sync_status_code.cc', | 213 'browser/fileapi/syncable/sync_status_code.cc', |
| 212 'browser/fileapi/syncable/sync_status_code.h', | 214 'browser/fileapi/syncable/sync_status_code.h', |
| 213 'browser/fileapi/syncable/syncable_file_operation_runner.cc', | 215 'browser/fileapi/syncable/syncable_file_operation_runner.cc', |
| 214 'browser/fileapi/syncable/syncable_file_operation_runner.h', | 216 'browser/fileapi/syncable/syncable_file_operation_runner.h', |
| 215 'browser/fileapi/syncable/syncable_file_system_operation.cc', | 217 'browser/fileapi/syncable/syncable_file_system_operation.cc', |
| 216 'browser/fileapi/syncable/syncable_file_system_operation.h', | 218 'browser/fileapi/syncable/syncable_file_system_operation.h', |
| 217 'browser/fileapi/syncable/syncable_file_system_util.cc', | 219 'browser/fileapi/syncable/syncable_file_system_util.cc', |
| 218 'browser/fileapi/syncable/syncable_file_system_util.h', | 220 'browser/fileapi/syncable/syncable_file_system_util.h', |
| 219 'browser/fileapi/task_runner_bound_observer_list.h', | 221 'browser/fileapi/task_runner_bound_observer_list.h', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'browser/fileapi/dump_file_system.cc', | 260 'browser/fileapi/dump_file_system.cc', |
| 259 ], | 261 ], |
| 260 'dependencies': [ | 262 'dependencies': [ |
| 261 '<(DEPTH)/base/base.gyp:base', | 263 '<(DEPTH)/base/base.gyp:base', |
| 262 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 264 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
| 263 'webkit_storage_browser', | 265 'webkit_storage_browser', |
| 264 ], | 266 ], |
| 265 }, | 267 }, |
| 266 ], | 268 ], |
| 267 } | 269 } |
| OLD | NEW |