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

Side by Side Diff: webkit/storage_common.gyp

Issue 59683003: Add missing dependencies for Blink public/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « webkit/common/webkit_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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'webkit_storage_common', 11 'target_name': 'webkit_storage_common',
12 'type': '<(component)', 12 'type': '<(component)',
13 'variables': { 'enable_wexit_time_destructors': 1, }, 13 'variables': { 'enable_wexit_time_destructors': 1, },
14 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 16 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
17 '<(DEPTH)/net/net.gyp:net', 17 '<(DEPTH)/net/net.gyp:net',
18 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
18 '<(DEPTH)/url/url.gyp:url_lib', 19 '<(DEPTH)/url/url.gyp:url_lib',
19 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', 20 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
20 ], 21 ],
21 'defines': ['WEBKIT_STORAGE_COMMON_IMPLEMENTATION'], 22 'defines': ['WEBKIT_STORAGE_COMMON_IMPLEMENTATION'],
22 'sources': [ 23 'sources': [
23 'common/webkit_storage_common_export.h', 24 'common/webkit_storage_common_export.h',
24 'common/appcache/appcache_interfaces.cc', 25 'common/appcache/appcache_interfaces.cc',
25 'common/appcache/appcache_interfaces.h', 26 'common/appcache/appcache_interfaces.h',
26 'common/blob/blob_data.cc', 27 'common/blob/blob_data.cc',
27 'common/blob/blob_data.h', 28 'common/blob/blob_data.h',
(...skipping 14 matching lines...) Expand all
42 'common/fileapi/file_system_util.h', 43 'common/fileapi/file_system_util.h',
43 'common/quota/quota_status_code.cc', 44 'common/quota/quota_status_code.cc',
44 'common/quota/quota_status_code.h', 45 'common/quota/quota_status_code.h',
45 'common/quota/quota_types.h', 46 'common/quota/quota_types.h',
46 ], 47 ],
47 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 48 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
48 'msvs_disabled_warnings': [ 4267, ], 49 'msvs_disabled_warnings': [ 4267, ],
49 }, 50 },
50 ], 51 ],
51 } 52 }
OLDNEW
« no previous file with comments | « webkit/common/webkit_common.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698