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

Side by Side Diff: webkit/appcache/webkit_appcache.gypi

Issue 7863009: Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/appcache/appcache_thread.cc ('k') | webkit/tools/test_shell/simple_appcache_system.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': 'appcache', 8 'target_name': 'appcache',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 30 matching lines...) Expand all
41 'appcache_request_handler.cc', 41 'appcache_request_handler.cc',
42 'appcache_request_handler.h', 42 'appcache_request_handler.h',
43 'appcache_response.cc', 43 'appcache_response.cc',
44 'appcache_response.h', 44 'appcache_response.h',
45 'appcache_service.cc', 45 'appcache_service.cc',
46 'appcache_service.h', 46 'appcache_service.h',
47 'appcache_storage.cc', 47 'appcache_storage.cc',
48 'appcache_storage.h', 48 'appcache_storage.h',
49 'appcache_storage_impl.cc', 49 'appcache_storage_impl.cc',
50 'appcache_storage_impl.h', 50 'appcache_storage_impl.h',
51 'appcache_thread.cc',
52 'appcache_thread.h',
53 'appcache_working_set.cc', 51 'appcache_working_set.cc',
54 'appcache_working_set.h', 52 'appcache_working_set.h',
55 'appcache_update_job.cc', 53 'appcache_update_job.cc',
56 'appcache_update_job.h', 54 'appcache_update_job.h',
57 'appcache_url_request_job.cc', 55 'appcache_url_request_job.cc',
58 'appcache_url_request_job.h', 56 'appcache_url_request_job.h',
59 'manifest_parser.cc', 57 'manifest_parser.cc',
60 'manifest_parser.h', 58 'manifest_parser.h',
61 'view_appcache_internals_job.h', 59 'view_appcache_internals_job.h',
62 'view_appcache_internals_job.cc', 60 'view_appcache_internals_job.cc',
63 'web_application_cache_host_impl.cc', 61 'web_application_cache_host_impl.cc',
64 'web_application_cache_host_impl.h', 62 'web_application_cache_host_impl.h',
65 'webkit_appcache.gypi', 63 'webkit_appcache.gypi',
66 ], 64 ],
67 'conditions': [ 65 'conditions': [
68 ['inside_chromium_build==0', { 66 ['inside_chromium_build==0', {
69 'dependencies': [ 67 'dependencies': [
70 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 68 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
71 ], 69 ],
72 }], 70 }],
73 ], 71 ],
74 }, 72 },
75 ], 73 ],
76 } 74 }
OLDNEW
« no previous file with comments | « webkit/appcache/appcache_thread.cc ('k') | webkit/tools/test_shell/simple_appcache_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698