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

Side by Side Diff: webkit/storage_renderer.gyp

Issue 17335013: Time to kill googleurl.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/storage_common.gyp ('k') | no next file » | 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_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)/build/temp_gyp/googleurl.gyp:googleurl',
15 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 14 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
15 '<(DEPTH)/url/url.gyp:url_lib',
16 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base', 16 '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
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', 22 'renderer/appcache/appcache_frontend_impl.cc',
23 'renderer/appcache/appcache_frontend_impl.h', 23 'renderer/appcache/appcache_frontend_impl.h',
24 'renderer/appcache/web_application_cache_host_impl.cc', 24 'renderer/appcache/web_application_cache_host_impl.cc',
25 'renderer/appcache/web_application_cache_host_impl.h', 25 'renderer/appcache/web_application_cache_host_impl.h',
26 'renderer/dom_storage/dom_storage_cached_area.cc', 26 'renderer/dom_storage/dom_storage_cached_area.cc',
27 'renderer/dom_storage/dom_storage_cached_area.h', 27 'renderer/dom_storage/dom_storage_cached_area.h',
28 'renderer/dom_storage/dom_storage_proxy.h', 28 'renderer/dom_storage/dom_storage_proxy.h',
29 'renderer/fileapi/webfilewriter_base.cc', 29 'renderer/fileapi/webfilewriter_base.cc',
30 'renderer/fileapi/webfilewriter_base.h', 30 'renderer/fileapi/webfilewriter_base.h',
31 ], 31 ],
32 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 32 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
33 'msvs_disabled_warnings': [ 4267, ], 33 'msvs_disabled_warnings': [ 4267, ],
34 }, 34 },
35 ], 35 ],
36 } 36 }
OLDNEW
« no previous file with comments | « webkit/storage_common.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698