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
3 # found in the LICENSE file.
7 'webkit_appcache_sources': [
8 # This list contains all .h and .cc in appcache except for test code.
9 '../appcache/appcache.cc',
10 '../appcache/appcache.h',
11 '../appcache/appcache_backend_impl.cc',
12 '../appcache/appcache_backend_impl.h',
13 '../appcache/appcache_database.cc',
14 '../appcache/appcache_database.h',
15 '../appcache/appcache_disk_cache.cc',
16 '../appcache/appcache_disk_cache.h',
17 '../appcache/appcache_entry.h',
18 '../appcache/appcache_frontend_impl.cc',
19 '../appcache/appcache_frontend_impl.h',
20 '../appcache/appcache_group.cc',
21 '../appcache/appcache_group.h',
22 '../appcache/appcache_histograms.cc',
23 '../appcache/appcache_histograms.h',
24 '../appcache/appcache_host.cc',
25 '../appcache/appcache_host.h',
26 '../appcache/appcache_interceptor.cc',
27 '../appcache/appcache_interceptor.h',
28 '../appcache/appcache_interfaces.cc',
29 '../appcache/appcache_interfaces.h',
30 '../appcache/appcache_policy.h',
31 '../appcache/appcache_quota_client.cc',
32 '../appcache/appcache_quota_client.h',
33 '../appcache/appcache_request_handler.cc',
34 '../appcache/appcache_request_handler.h',
35 '../appcache/appcache_response.cc',
36 '../appcache/appcache_response.h',
37 '../appcache/appcache_service.cc',
38 '../appcache/appcache_service.h',
39 '../appcache/appcache_storage.cc',
40 '../appcache/appcache_storage.h',
41 '../appcache/appcache_storage_impl.cc',
42 '../appcache/appcache_storage_impl.h',
43 '../appcache/appcache_working_set.cc',
44 '../appcache/appcache_working_set.h',
45 '../appcache/appcache_update_job.cc',
46 '../appcache/appcache_update_job.h',
47 '../appcache/appcache_url_request_job.cc',
48 '../appcache/appcache_url_request_job.h',
49 '../appcache/manifest_parser.cc',
50 '../appcache/manifest_parser.h',
51 '../appcache/view_appcache_internals_job.h',
52 '../appcache/view_appcache_internals_job.cc',
53 '../appcache/web_application_cache_host_impl.cc',
54 '../appcache/web_application_cache_host_impl.h',
55 '../appcache/webkit_appcache.gypi',