Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: webkit/storage_common.gyp

Issue 23856002: SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/common/fileapi/file_system_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 14 matching lines...) Expand all
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/fileapi/directory_entry.cc', 33 'common/fileapi/directory_entry.cc',
34 'common/fileapi/directory_entry.h', 34 'common/fileapi/directory_entry.h',
35 'common/fileapi/file_system_info.cc',
36 'common/fileapi/file_system_info.h',
35 'common/fileapi/file_system_types.h', 37 'common/fileapi/file_system_types.h',
36 'common/fileapi/file_system_util.cc', 38 'common/fileapi/file_system_util.cc',
37 'common/fileapi/file_system_util.h', 39 'common/fileapi/file_system_util.h',
38 'common/quota/quota_status_code.cc', 40 'common/quota/quota_status_code.cc',
39 'common/quota/quota_status_code.h', 41 'common/quota/quota_status_code.h',
40 'common/quota/quota_types.h', 42 'common/quota/quota_types.h',
41 ], 43 ],
42 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 44 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
43 'msvs_disabled_warnings': [ 4267, ], 45 'msvs_disabled_warnings': [ 4267, ],
44 }, 46 },
45 ], 47 ],
46 } 48 }
OLDNEW
« no previous file with comments | « webkit/common/fileapi/file_system_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698