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

Side by Side Diff: webkit/storage_common.gyp

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 # GN version: //webkit/common:storage 11 # GN version: //webkit/common:storage
12 'target_name': 'webkit_storage_common', 12 'target_name': 'webkit_storage_common',
13 'type': '<(component)', 13 'type': '<(component)',
14 'variables': { 'enable_wexit_time_destructors': 1, }, 14 'variables': { 'enable_wexit_time_destructors': 1, },
15 'dependencies': [ 15 'dependencies': [
16 '<(DEPTH)/base/base.gyp:base', 16 '<(DEPTH)/base/base.gyp:base',
17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
18 '<(DEPTH)/net/net.gyp:net', 18 '<(DEPTH)/net/net.gyp:net',
19 '<(DEPTH)/url/url.gyp:url_lib', 19 '<(DEPTH)/url/url.gyp:url_lib',
20 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 20 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
21 ], 21 ],
22 'defines': ['WEBKIT_STORAGE_COMMON_IMPLEMENTATION'], 22 'defines': ['WEBKIT_STORAGE_COMMON_IMPLEMENTATION'],
23 'sources': [ 23 'sources': [
24 'common/webkit_storage_common_export.h', 24 'common/webkit_storage_common_export.h',
25 'common/appcache/appcache_interfaces.cc',
26 'common/appcache/appcache_interfaces.h',
27 'common/blob/blob_data.cc', 25 'common/blob/blob_data.cc',
28 'common/blob/blob_data.h', 26 'common/blob/blob_data.h',
29 'common/blob/scoped_file.cc', 27 'common/blob/scoped_file.cc',
30 'common/blob/scoped_file.h', 28 'common/blob/scoped_file.h',
31 'common/blob/shareable_file_reference.cc', 29 'common/blob/shareable_file_reference.cc',
32 'common/blob/shareable_file_reference.h', 30 'common/blob/shareable_file_reference.h',
33 'common/database/database_connections.cc', 31 'common/database/database_connections.cc',
34 'common/database/database_connections.h', 32 'common/database/database_connections.h',
35 'common/database/database_identifier.cc', 33 'common/database/database_identifier.cc',
36 'common/database/database_identifier.h', 34 'common/database/database_identifier.h',
37 'common/fileapi/directory_entry.cc', 35 'common/fileapi/directory_entry.cc',
38 'common/fileapi/directory_entry.h', 36 'common/fileapi/directory_entry.h',
39 'common/fileapi/file_system_info.cc', 37 'common/fileapi/file_system_info.cc',
40 'common/fileapi/file_system_info.h', 38 'common/fileapi/file_system_info.h',
41 'common/fileapi/file_system_mount_option.h', 39 'common/fileapi/file_system_mount_option.h',
42 'common/fileapi/file_system_types.h', 40 'common/fileapi/file_system_types.h',
43 'common/fileapi/file_system_util.cc', 41 'common/fileapi/file_system_util.cc',
44 'common/fileapi/file_system_util.h', 42 'common/fileapi/file_system_util.h',
45 'common/quota/quota_status_code.cc', 43 'common/quota/quota_status_code.cc',
46 'common/quota/quota_status_code.h', 44 'common/quota/quota_status_code.h',
47 'common/quota/quota_types.h', 45 'common/quota/quota_types.h',
48 ], 46 ],
49 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 47 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
50 'msvs_disabled_warnings': [ 4267, ], 48 'msvs_disabled_warnings': [ 4267, ],
51 }, 49 },
52 ], 50 ],
53 } 51 }
OLDNEW
« content/public/common/appcache_info.h ('K') | « webkit/storage_browser.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698