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

Side by Side Diff: webkit/common/webkit_common.gypi

Issue 16189015: [OBSOLETE] Slogging webkit_base out of existence. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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') | webkit/glue/glue_serialize_deprecated.cc » ('j') | 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 'includes': [ 6 'includes': [
7 '../common/blob/webkit_common_blob.gypi', 7 '../common/blob/webkit_common_blob.gypi',
8 '../common/database/webkit_common_database.gypi', 8 '../common/database/webkit_common_database.gypi',
9 '../common/dom_storage/webkit_common_dom_storage.gypi', 9 '../common/dom_storage/webkit_common_dom_storage.gypi',
10 '../common/fileapi/webkit_common_fileapi.gypi', 10 '../common/fileapi/webkit_common_fileapi.gypi',
11 '../common/quota/webkit_common_quota.gypi', 11 '../common/quota/webkit_common_quota.gypi',
12 ], 12 ],
13 # TODO(michaeln): Have webkit_browser target and deprecate old gypis like 13 # TODO(michaeln): Have webkit_browser target and deprecate old gypis like
14 # webkit_storage.gypi. 14 # webkit_storage.gypi.
15 'variables': { 15 'variables': {
16 'webkit_common_storage_sources': [ 16 'webkit_common_storage_sources': [
17 '<@(webkit_common_blob_sources)', 17 '<@(webkit_common_blob_sources)',
18 '<@(webkit_common_database_sources)', 18 '<@(webkit_common_database_sources)',
19 '<@(webkit_common_dom_storage_sources)', 19 '<@(webkit_common_dom_storage_sources)',
20 '<@(webkit_common_fileapi_sources)', 20 '<@(webkit_common_fileapi_sources)',
21 '<@(webkit_common_quota_sources)', 21 '<@(webkit_common_quota_sources)',
22 '../common/appcache/appcache_interfaces.cc', 22 '../common/appcache/appcache_interfaces.cc',
23 '../common/appcache/appcache_interfaces.h', 23 '../common/appcache/appcache_interfaces.h',
24 '../common/base/data_element.cc',
25 '../common/base/data_element.h',
26 '../common/base/file_path_string_conversions.cc',
27 '../common/base/file_path_string_conversions.h',
28 '../common/base/origin_url_conversions.cc',
29 '../common/base/origin_url_conversions.h',
30 '../common/base/webkit_base_export.h',
24 ], 31 ],
25 }, 32 },
26 33
27 'targets': [ 34 'targets': [
28 { 35 {
29 'target_name': 'webkit_common', 36 'target_name': 'webkit_common',
30 'type': '<(component)', 37 'type': '<(component)',
31 'variables': { 'enable_wexit_time_destructors': 1, }, 38 'variables': { 'enable_wexit_time_destructors': 1, },
32 'defines': [ 39 'defines': [
33 'WEBKIT_COMMON_IMPLEMENTATION', 40 'WEBKIT_COMMON_IMPLEMENTATION',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'sources/': [['exclude', '_win\\.cc$']], 107 'sources/': [['exclude', '_win\\.cc$']],
101 }, { # else: OS=="win" 108 }, { # else: OS=="win"
102 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 109 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
103 'msvs_disabled_warnings': [ 4800, 4267 ], 110 'msvs_disabled_warnings': [ 4800, 4267 ],
104 'sources/': [['exclude', '_posix\\.cc$']], 111 'sources/': [['exclude', '_posix\\.cc$']],
105 }], 112 }],
106 ], 113 ],
107 }, 114 },
108 ], 115 ],
109 } 116 }
OLDNEW
« no previous file with comments | « webkit/common/fileapi/file_system_util.cc ('k') | webkit/glue/glue_serialize_deprecated.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698