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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'browser/database/database_quota_client.cc', | 83 'browser/database/database_quota_client.cc', |
84 'browser/database/database_quota_client.h', | 84 'browser/database/database_quota_client.h', |
85 'browser/database/database_tracker.cc', | 85 'browser/database/database_tracker.cc', |
86 'browser/database/database_tracker.h', | 86 'browser/database/database_tracker.h', |
87 'browser/database/database_util.cc', | 87 'browser/database/database_util.cc', |
88 'browser/database/database_util.h', | 88 'browser/database/database_util.h', |
89 'browser/database/databases_table.cc', | 89 'browser/database/databases_table.cc', |
90 'browser/database/databases_table.h', | 90 'browser/database/databases_table.h', |
91 'browser/database/vfs_backend.cc', | 91 'browser/database/vfs_backend.cc', |
92 'browser/database/vfs_backend.h', | 92 'browser/database/vfs_backend.h', |
93 'browser/dom_storage/dom_storage_area.cc', | |
94 'browser/dom_storage/dom_storage_area.h', | |
95 'browser/dom_storage/dom_storage_context.cc', | |
96 'browser/dom_storage/dom_storage_context.h', | |
97 'browser/dom_storage/dom_storage_database.cc', | |
98 'browser/dom_storage/dom_storage_database.h', | |
99 'browser/dom_storage/dom_storage_database_adapter.h', | |
100 'browser/dom_storage/dom_storage_host.cc', | |
101 'browser/dom_storage/dom_storage_host.h', | |
102 'browser/dom_storage/dom_storage_namespace.cc', | |
103 'browser/dom_storage/dom_storage_namespace.h', | |
104 'browser/dom_storage/dom_storage_session.cc', | |
105 'browser/dom_storage/dom_storage_session.h', | |
106 'browser/dom_storage/dom_storage_task_runner.cc', | |
107 'browser/dom_storage/dom_storage_task_runner.h', | |
108 'browser/dom_storage/local_storage_database_adapter.cc', | |
109 'browser/dom_storage/local_storage_database_adapter.h', | |
110 'browser/dom_storage/session_storage_database.cc', | |
111 'browser/dom_storage/session_storage_database.h', | |
112 'browser/dom_storage/session_storage_database_adapter.cc', | |
113 'browser/dom_storage/session_storage_database_adapter.h', | |
114 'browser/fileapi/async_file_util.h', | 93 'browser/fileapi/async_file_util.h', |
115 'browser/fileapi/async_file_util_adapter.cc', | 94 'browser/fileapi/async_file_util_adapter.cc', |
116 'browser/fileapi/async_file_util_adapter.h', | 95 'browser/fileapi/async_file_util_adapter.h', |
117 'browser/fileapi/copy_or_move_file_validator.h', | 96 'browser/fileapi/copy_or_move_file_validator.h', |
118 'browser/fileapi/copy_or_move_operation_delegate.cc', | 97 'browser/fileapi/copy_or_move_operation_delegate.cc', |
119 'browser/fileapi/copy_or_move_operation_delegate.h', | 98 'browser/fileapi/copy_or_move_operation_delegate.h', |
120 'browser/fileapi/external_mount_points.cc', | 99 'browser/fileapi/external_mount_points.cc', |
121 'browser/fileapi/external_mount_points.h', | 100 'browser/fileapi/external_mount_points.h', |
122 'browser/fileapi/file_observers.h', | 101 'browser/fileapi/file_observers.h', |
123 'browser/fileapi/file_permission_policy.cc', | 102 'browser/fileapi/file_permission_policy.cc', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'browser/fileapi/dump_file_system.cc', | 212 'browser/fileapi/dump_file_system.cc', |
234 ], | 213 ], |
235 'dependencies': [ | 214 'dependencies': [ |
236 '<(DEPTH)/base/base.gyp:base', | 215 '<(DEPTH)/base/base.gyp:base', |
237 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', | 216 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', |
238 'webkit_storage_browser', | 217 'webkit_storage_browser', |
239 ], | 218 ], |
240 }, | 219 }, |
241 ], | 220 ], |
242 } | 221 } |
OLD | NEW |