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

Side by Side Diff: webkit/blob/webkit_blob.gypi

Issue 10447083: Rename webkit_blob::FileReader to FileStreamReader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge master branch. Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 19 matching lines...) Expand all
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 'blob_data.cc', 32 'blob_data.cc',
33 'blob_data.h', 33 'blob_data.h',
34 'blob_storage_controller.cc', 34 'blob_storage_controller.cc',
35 'blob_storage_controller.h', 35 'blob_storage_controller.h',
36 'blob_url_request_job.cc', 36 'blob_url_request_job.cc',
37 'blob_url_request_job.h', 37 'blob_url_request_job.h',
38 'blob_url_request_job_factory.cc', 38 'blob_url_request_job_factory.cc',
39 'blob_url_request_job_factory.h', 39 'blob_url_request_job_factory.h',
40 'local_file_reader.cc', 40 'local_file_stream_reader.cc',
41 'local_file_reader.h', 41 'local_file_stream_reader.h',
42 'shareable_file_reference.cc', 42 'shareable_file_reference.cc',
43 'shareable_file_reference.h', 43 'shareable_file_reference.h',
44 'view_blob_internals_job.cc', 44 'view_blob_internals_job.cc',
45 'view_blob_internals_job.h', 45 'view_blob_internals_job.h',
46 ], 46 ],
47 'conditions': [ 47 'conditions': [
48 ['inside_chromium_build==0', { 48 ['inside_chromium_build==0', {
49 'dependencies': [ 49 'dependencies': [
50 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 50 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
51 ], 51 ],
52 }], 52 }],
53 ], 53 ],
54 }, 54 },
55 ], 55 ],
56 } 56 }
OLDNEW
« no previous file with comments | « webkit/blob/local_file_stream_reader_unittest.cc ('k') | webkit/chromeos/fileapi/cros_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698