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

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

Issue 15746017: Move webkit/blob to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/blob/view_blob_internals_job.cc ('k') | webkit/browser/blob/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'webkit_blob_sources': [
8 '../blob/blob_data.cc',
9 '../blob/blob_data.h',
10 '../blob/blob_data_handle.cc',
11 '../blob/blob_data_handle.h',
12 '../blob/blob_storage_controller.cc',
13 '../blob/blob_storage_controller.h',
14 '../blob/blob_storage_context.cc',
15 '../blob/blob_storage_context.h',
16 '../blob/blob_storage_host.cc',
17 '../blob/blob_storage_host.h',
18 '../blob/blob_url_request_job.cc',
19 '../blob/blob_url_request_job.h',
20 '../blob/blob_url_request_job_factory.cc',
21 '../blob/blob_url_request_job_factory.h',
22 '../blob/local_file_stream_reader.cc',
23 '../blob/local_file_stream_reader.h',
24 '../blob/scoped_file.cc',
25 '../blob/scoped_file.h',
26 '../blob/shareable_file_reference.cc',
27 '../blob/shareable_file_reference.h',
28 '../blob/view_blob_internals_job.cc',
29 '../blob/view_blob_internals_job.h',
30 ],
31 },
32 }
OLDNEW
« no previous file with comments | « webkit/blob/view_blob_internals_job.cc ('k') | webkit/browser/blob/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698