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

Side by Side Diff: webkit/storage_browser.gyp

Issue 23440033: Move FileAPI test code from webkit to content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/browser/fileapi/upload_file_system_file_element_reader_unittest.cc ('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_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, },
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'browser/fileapi/sandbox_file_system_backend_delegate.h', 162 'browser/fileapi/sandbox_file_system_backend_delegate.h',
163 'browser/fileapi/sandbox_isolated_origin_database.cc', 163 'browser/fileapi/sandbox_isolated_origin_database.cc',
164 'browser/fileapi/sandbox_isolated_origin_database.h', 164 'browser/fileapi/sandbox_isolated_origin_database.h',
165 'browser/fileapi/sandbox_origin_database.cc', 165 'browser/fileapi/sandbox_origin_database.cc',
166 'browser/fileapi/sandbox_origin_database.h', 166 'browser/fileapi/sandbox_origin_database.h',
167 'browser/fileapi/sandbox_origin_database_interface.cc', 167 'browser/fileapi/sandbox_origin_database_interface.cc',
168 'browser/fileapi/sandbox_origin_database_interface.h', 168 'browser/fileapi/sandbox_origin_database_interface.h',
169 'browser/fileapi/sandbox_quota_observer.cc', 169 'browser/fileapi/sandbox_quota_observer.cc',
170 'browser/fileapi/sandbox_quota_observer.h', 170 'browser/fileapi/sandbox_quota_observer.h',
171 'browser/fileapi/task_runner_bound_observer_list.h', 171 'browser/fileapi/task_runner_bound_observer_list.h',
172 'browser/fileapi/test_file_system_backend.cc',
173 'browser/fileapi/test_file_system_backend.h',
174 'browser/fileapi/timed_task_helper.cc', 172 'browser/fileapi/timed_task_helper.cc',
175 'browser/fileapi/timed_task_helper.h', 173 'browser/fileapi/timed_task_helper.h',
176 'browser/fileapi/transient_file_util.cc', 174 'browser/fileapi/transient_file_util.cc',
177 'browser/fileapi/transient_file_util.h', 175 'browser/fileapi/transient_file_util.h',
178 'browser/fileapi/upload_file_system_file_element_reader.cc', 176 'browser/fileapi/upload_file_system_file_element_reader.cc',
179 'browser/fileapi/upload_file_system_file_element_reader.h', 177 'browser/fileapi/upload_file_system_file_element_reader.h',
180 'browser/quota/quota_callbacks.h', 178 'browser/quota/quota_callbacks.h',
181 'browser/quota/quota_client.h', 179 'browser/quota/quota_client.h',
182 'browser/quota/quota_database.cc', 180 'browser/quota/quota_database.cc',
183 'browser/quota/quota_database.h', 181 'browser/quota/quota_database.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'browser/fileapi/dump_file_system.cc', 214 'browser/fileapi/dump_file_system.cc',
217 ], 215 ],
218 'dependencies': [ 216 'dependencies': [
219 '<(DEPTH)/base/base.gyp:base', 217 '<(DEPTH)/base/base.gyp:base',
220 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common', 218 '<(DEPTH)/webkit/storage_common.gyp:webkit_storage_common',
221 'webkit_storage_browser', 219 'webkit_storage_browser',
222 ], 220 ],
223 }, 221 },
224 ], 222 ],
225 } 223 }
OLDNEW
« no previous file with comments | « webkit/browser/fileapi/upload_file_system_file_element_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698