| 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_common', | 8 'target_name': 'webkit_storage_common', |
| 9 'type': '<(component)', | 9 'type': '<(component)', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 'common/blob/blob_data.cc', | 23 'common/blob/blob_data.cc', |
| 24 'common/blob/blob_data.h', | 24 'common/blob/blob_data.h', |
| 25 'common/blob/scoped_file.cc', | 25 'common/blob/scoped_file.cc', |
| 26 'common/blob/scoped_file.h', | 26 'common/blob/scoped_file.h', |
| 27 'common/blob/shareable_file_reference.cc', | 27 'common/blob/shareable_file_reference.cc', |
| 28 'common/blob/shareable_file_reference.h', | 28 'common/blob/shareable_file_reference.h', |
| 29 'common/database/database_connections.cc', | 29 'common/database/database_connections.cc', |
| 30 'common/database/database_connections.h', | 30 'common/database/database_connections.h', |
| 31 'common/database/database_identifier.cc', | 31 'common/database/database_identifier.cc', |
| 32 'common/database/database_identifier.cc', | 32 'common/database/database_identifier.cc', |
| 33 'common/dom_storage/dom_storage_map.cc', | |
| 34 'common/dom_storage/dom_storage_map.h', | |
| 35 'common/dom_storage/dom_storage_types.cc', | |
| 36 'common/dom_storage/dom_storage_types.h', | |
| 37 'common/fileapi/directory_entry.cc', | 33 'common/fileapi/directory_entry.cc', |
| 38 'common/fileapi/directory_entry.h', | 34 'common/fileapi/directory_entry.h', |
| 39 'common/fileapi/file_system_types.h', | 35 'common/fileapi/file_system_types.h', |
| 40 'common/fileapi/file_system_util.cc', | 36 'common/fileapi/file_system_util.cc', |
| 41 'common/fileapi/file_system_util.h', | 37 'common/fileapi/file_system_util.h', |
| 42 'common/quota/quota_status_code.cc', | 38 'common/quota/quota_status_code.cc', |
| 43 'common/quota/quota_status_code.h', | 39 'common/quota/quota_status_code.h', |
| 44 'common/quota/quota_types.h', | 40 'common/quota/quota_types.h', |
| 45 ], | 41 ], |
| 46 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 42 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 47 'msvs_disabled_warnings': [ 4267, ], | 43 'msvs_disabled_warnings': [ 4267, ], |
| 48 }, | 44 }, |
| 49 ], | 45 ], |
| 50 } | 46 } |
| OLD | NEW |