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

Side by Side Diff: webkit/storage_browser.gyp

Issue 17513002: Move DataElement into webkit/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « webkit/plugins/webkit_plugins.gypi ('k') | webkit/storage_common.gyp » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_storage_browser', 8 'target_name': 'webkit_storage_browser',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 '<(DEPTH)/base/base.gyp:base', 12 '<(DEPTH)/base/base.gyp:base',
13 '<(DEPTH)/base/base.gyp:base_i18n', 13 '<(DEPTH)/base/base.gyp:base_i18n',
14 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 14 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
15 '<(DEPTH)/net/net.gyp:net', 15 '<(DEPTH)/net/net.gyp:net',
16 '<(DEPTH)/sql/sql.gyp:sql', 16 '<(DEPTH)/sql/sql.gyp:sql',
17 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 17 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
18 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 18 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
19 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 19 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
20 '<(DEPTH)/url/url.gyp:url_lib', 20 '<(DEPTH)/url/url.gyp:url_lib',
21 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base', 21 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
22 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 22 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
23 ], 23 ],
24 'defines': ['WEBKIT_STORAGE_BROWSER_IMPLEMENTATION'], 24 'defines': ['WEBKIT_STORAGE_BROWSER_IMPLEMENTATION'],
25 'sources': [ 25 'sources': [
26 'browser/webkit_storage_browser_export.h', 26 'browser/webkit_storage_browser_export.h',
27 'browser/appcache/appcache.cc', 27 'browser/appcache/appcache.cc',
28 'browser/appcache/appcache.h', 28 'browser/appcache/appcache.h',
29 'browser/appcache/appcache_backend_impl.cc', 29 'browser/appcache/appcache_backend_impl.cc',
30 'browser/appcache/appcache_backend_impl.h', 30 'browser/appcache/appcache_backend_impl.h',
31 'browser/appcache/appcache_database.cc', 31 'browser/appcache/appcache_database.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'browser/fileapi/dump_file_system.cc', 251 'browser/fileapi/dump_file_system.cc',
252 ], 252 ],
253 'dependencies': [ 253 'dependencies': [
254 '<(DEPTH)/base/base.gyp:base', 254 '<(DEPTH)/base/base.gyp:base',
255 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 255 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
256 'webkit_storage_browser', 256 'webkit_storage_browser',
257 ], 257 ],
258 }, 258 },
259 ], 259 ],
260 } 260 }
OLDNEW
« no previous file with comments | « webkit/plugins/webkit_plugins.gypi ('k') | webkit/storage_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698