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

Side by Side Diff: webkit/storage/webkit_storage.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/plugins/webkit_plugins.gypi ('k') | webkit/support/simple_file_system.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(kinuko): Deprecate this when we have a new target for 7 # TODO(kinuko): Deprecate this when we have a new target for
8 # webkit_browser. crbug.com/239710 8 # webkit_browser. crbug.com/239710
9 '../browser/webkit_browser.gypi', 9 '../browser/webkit_browser.gypi',
10 '../common/webkit_common.gypi', 10 '../common/webkit_common.gypi',
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'webkit_storage', 14 'target_name': 'webkit_storage',
15 'type': '<(component)', 15 'type': '<(component)',
16 'variables': { 'enable_wexit_time_destructors': 1, }, 16 'variables': { 'enable_wexit_time_destructors': 1, },
17 'dependencies': [ 17 'dependencies': [
18 '<(DEPTH)/base/base.gyp:base', 18 '<(DEPTH)/base/base.gyp:base',
19 '<(DEPTH)/base/base.gyp:base_i18n', 19 '<(DEPTH)/base/base.gyp:base_i18n',
20 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 20 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
21 '<(DEPTH)/net/net.gyp:net', 21 '<(DEPTH)/net/net.gyp:net',
22 '<(DEPTH)/sql/sql.gyp:sql', 22 '<(DEPTH)/sql/sql.gyp:sql',
23 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 23 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
24 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 24 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
25 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 25 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
26 '<(DEPTH)/url/url.gyp:url_lib', 26 '<(DEPTH)/url/url.gyp:url_lib',
27 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_base',
28 ], 27 ],
29 'defines': ['WEBKIT_STORAGE_IMPLEMENTATION'], 28 'defines': ['WEBKIT_STORAGE_IMPLEMENTATION'],
30 'sources': [ 29 'sources': [
31 '../storage/webkit_storage_export.h', 30 '../storage/webkit_storage_export.h',
32 31
33 # TODO(kinuko): Deprecate them when we have new targets for 32 # TODO(kinuko): Deprecate them when we have new targets for
34 # browser|common|renderer. crbug.com/239710 33 # browser|common|renderer. crbug.com/239710
35 '<@(webkit_browser_storage_sources)', 34 '<@(webkit_browser_storage_sources)',
36 '<@(webkit_common_storage_sources)', 35 '<@(webkit_common_storage_sources)',
37 '../renderer/appcache/appcache_frontend_impl.cc', 36 '../renderer/appcache/appcache_frontend_impl.cc',
(...skipping 11 matching lines...) Expand all
49 'sources': [ 48 'sources': [
50 '<@(webkit_browser_fileapi_chromeos_sources)', 49 '<@(webkit_browser_fileapi_chromeos_sources)',
51 ], 50 ],
52 }], 51 }],
53 ], 52 ],
54 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 53 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
55 'msvs_disabled_warnings': [ 4267, ], 54 'msvs_disabled_warnings': [ 4267, ],
56 }, 55 },
57 ], 56 ],
58 } 57 }
OLDNEW
« no previous file with comments | « webkit/plugins/webkit_plugins.gypi ('k') | webkit/support/simple_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698