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

Side by Side Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 7036004: Remove more URLRequest::RegisterProtocolFactory calls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup nits. Created 9 years, 7 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'fileapi', 8 'target_name': 'fileapi',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE', 10 'msvs_guid': '40B53211-03ED-4932-8D53-52B172599DFE',
(...skipping 24 matching lines...) Expand all
35 'file_system_operation_context.h', 35 'file_system_operation_context.h',
36 'file_system_origin_database.cc', 36 'file_system_origin_database.cc',
37 'file_system_origin_database.h', 37 'file_system_origin_database.h',
38 'file_system_path_manager.cc', 38 'file_system_path_manager.cc',
39 'file_system_path_manager.h', 39 'file_system_path_manager.h',
40 'file_system_types.h', 40 'file_system_types.h',
41 'file_system_url_request_job.cc', 41 'file_system_url_request_job.cc',
42 'file_system_url_request_job.h', 42 'file_system_url_request_job.h',
43 'file_system_url_request_job_base.cc', 43 'file_system_url_request_job_base.cc',
44 'file_system_url_request_job_base.h', 44 'file_system_url_request_job_base.h',
45 'file_system_url_request_job_factory.cc',
46 'file_system_url_request_job_factory.h',
45 'file_system_usage_cache.cc', 47 'file_system_usage_cache.cc',
46 'file_system_usage_cache.h', 48 'file_system_usage_cache.h',
47 'file_system_util.cc', 49 'file_system_util.cc',
48 'file_system_util.h', 50 'file_system_util.h',
49 'file_writer_delegate.cc', 51 'file_writer_delegate.cc',
50 'file_writer_delegate.h', 52 'file_writer_delegate.h',
51 'local_file_system_file_util.cc', 53 'local_file_system_file_util.cc',
52 'local_file_system_file_util.h', 54 'local_file_system_file_util.h',
53 'obfuscated_file_system_file_util.cc', 55 'obfuscated_file_system_file_util.cc',
54 'obfuscated_file_system_file_util.h', 56 'obfuscated_file_system_file_util.h',
(...skipping 17 matching lines...) Expand all
72 '../chromeos/fileapi/cros_mount_point_provider.cc', 74 '../chromeos/fileapi/cros_mount_point_provider.cc',
73 '../chromeos/fileapi/cros_mount_point_provider.h', 75 '../chromeos/fileapi/cros_mount_point_provider.h',
74 '../chromeos/fileapi/file_access_permissions.cc', 76 '../chromeos/fileapi/file_access_permissions.cc',
75 '../chromeos/fileapi/file_access_permissions.h', 77 '../chromeos/fileapi/file_access_permissions.h',
76 ], 78 ],
77 }], 79 }],
78 ], 80 ],
79 }, 81 },
80 ], 82 ],
81 } 83 }
OLDNEW
« no previous file with comments | « webkit/fileapi/file_system_url_request_job_factory.cc ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698