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

Side by Side Diff: webkit/storage_renderer.gyp

Issue 22410007: Move appcache_frontend_impl.* to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_storage_renderer', 8 'target_name': 'webkit_storage_renderer',
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/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 13 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
14 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 14 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
15 '<(DEPTH)/url/url.gyp:url_lib', 15 '<(DEPTH)/url/url.gyp:url_lib',
16 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 16 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
17 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 17 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
18 ], 18 ],
19 'defines': ['WEBKIT_STORAGE_RENDERER_IMPLEMENTATION'], 19 'defines': ['WEBKIT_STORAGE_RENDERER_IMPLEMENTATION'],
20 'sources': [ 20 'sources': [
21 'renderer/webkit_storage_renderer_export.h', 21 'renderer/webkit_storage_renderer_export.h',
22 'renderer/appcache/appcache_frontend_impl.cc',
23 'renderer/appcache/appcache_frontend_impl.h',
24 'renderer/appcache/web_application_cache_host_impl.cc',
25 'renderer/appcache/web_application_cache_host_impl.h',
26 'renderer/fileapi/webfilewriter_base.cc', 22 'renderer/fileapi/webfilewriter_base.cc',
27 'renderer/fileapi/webfilewriter_base.h', 23 'renderer/fileapi/webfilewriter_base.h',
28 ], 24 ],
29 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 25 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
30 'msvs_disabled_warnings': [ 4267, ], 26 'msvs_disabled_warnings': [ 4267, ],
31 }, 27 },
32 ], 28 ],
33 } 29 }
OLDNEW
« no previous file with comments | « webkit/renderer/appcache/web_application_cache_host_impl.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698