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

Side by Side Diff: storage/storage_browser.gyp

Issue 1098853003: [BlobAsync] Patch 4: Browser Classes & Logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed duplicate invalid test Created 5 years 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 | « storage/common/data_element.h ('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 # GN version: //storage/browser 11 # GN version: //storage/browser
12 'target_name': 'storage', 12 'target_name': 'storage',
13 'type': '<(component)', 13 'type': '<(component)',
14 'variables': { 'enable_wexit_time_destructors': 1, }, 14 'variables': { 'enable_wexit_time_destructors': 1, },
15 'dependencies': [ 15 'dependencies': [
16 '<(DEPTH)/base/base.gyp:base', 16 '<(DEPTH)/base/base.gyp:base',
17 '<(DEPTH)/base/base.gyp:base_i18n', 17 '<(DEPTH)/base/base.gyp:base_i18n',
18 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 18 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
19 '<(DEPTH)/net/net.gyp:net', 19 '<(DEPTH)/net/net.gyp:net',
20 '<(DEPTH)/sql/sql.gyp:sql', 20 '<(DEPTH)/sql/sql.gyp:sql',
21 '<(DEPTH)/storage/storage_common.gyp:storage_common', 21 '<(DEPTH)/storage/storage_common.gyp:storage_common',
22 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 22 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
23 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 23 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
24 '<(DEPTH)/url/url.gyp:url_lib', 24 '<(DEPTH)/url/url.gyp:url_lib',
25 ], 25 ],
26 'defines': ['STORAGE_BROWSER_IMPLEMENTATION'], 26 'defines': ['STORAGE_BROWSER_IMPLEMENTATION'],
27 'sources': [ 27 'sources': [
28 'browser/blob/blob_async_builder_host.cc',
29 'browser/blob/blob_async_builder_host.h',
30 'browser/blob/blob_async_transport_strategy.cc',
31 'browser/blob/blob_async_transport_strategy.h',
28 'browser/blob/blob_data_builder.cc', 32 'browser/blob/blob_data_builder.cc',
29 'browser/blob/blob_data_builder.h', 33 'browser/blob/blob_data_builder.h',
30 'browser/blob/blob_data_handle.cc', 34 'browser/blob/blob_data_handle.cc',
31 'browser/blob/blob_data_handle.h', 35 'browser/blob/blob_data_handle.h',
32 'browser/blob/blob_data_item.cc', 36 'browser/blob/blob_data_item.cc',
33 'browser/blob/blob_data_item.h', 37 'browser/blob/blob_data_item.h',
34 'browser/blob/blob_data_snapshot.cc', 38 'browser/blob/blob_data_snapshot.cc',
35 'browser/blob/blob_data_snapshot.h', 39 'browser/blob/blob_data_snapshot.h',
36 'browser/blob/blob_reader.cc', 40 'browser/blob/blob_reader.cc',
37 'browser/blob/blob_reader.h', 41 'browser/blob/blob_reader.h',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'browser/fileapi/dump_file_system.cc', 217 'browser/fileapi/dump_file_system.cc',
214 ], 218 ],
215 'dependencies': [ 219 'dependencies': [
216 '<(DEPTH)/base/base.gyp:base', 220 '<(DEPTH)/base/base.gyp:base',
217 '<(DEPTH)/storage/storage_common.gyp:storage_common', 221 '<(DEPTH)/storage/storage_common.gyp:storage_common',
218 'storage', 222 'storage',
219 ], 223 ],
220 }, 224 },
221 ], 225 ],
222 } 226 }
OLDNEW
« no previous file with comments | « storage/common/data_element.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698