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

Side by Side Diff: webkit/webkit.gyp

Issue 269062: AppCacheResponse storage implementation (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'appcache/appcache_group.cc', 412 'appcache/appcache_group.cc',
413 'appcache/appcache_group.h', 413 'appcache/appcache_group.h',
414 'appcache/appcache_host.cc', 414 'appcache/appcache_host.cc',
415 'appcache/appcache_host.h', 415 'appcache/appcache_host.h',
416 'appcache/appcache_interceptor.cc', 416 'appcache/appcache_interceptor.cc',
417 'appcache/appcache_interceptor.h', 417 'appcache/appcache_interceptor.h',
418 'appcache/appcache_interfaces.cc', 418 'appcache/appcache_interfaces.cc',
419 'appcache/appcache_interfaces.h', 419 'appcache/appcache_interfaces.h',
420 'appcache/appcache_request_handler.cc', 420 'appcache/appcache_request_handler.cc',
421 'appcache/appcache_request_handler.h', 421 'appcache/appcache_request_handler.h',
422 'appcache/appcache_response.cc',
422 'appcache/appcache_response.h', 423 'appcache/appcache_response.h',
423 'appcache/appcache_service.cc', 424 'appcache/appcache_service.cc',
424 'appcache/appcache_service.h', 425 'appcache/appcache_service.h',
426 'appcache/appcache_storage.cc',
425 'appcache/appcache_storage.h', 427 'appcache/appcache_storage.h',
426 'appcache/appcache_storage_impl.cc', 428 'appcache/appcache_storage_impl.cc',
427 'appcache/appcache_storage_impl.h', 429 'appcache/appcache_storage_impl.h',
428 'appcache/appcache_working_set.cc', 430 'appcache/appcache_working_set.cc',
429 'appcache/appcache_working_set.h', 431 'appcache/appcache_working_set.h',
430 'appcache/appcache_update_job.cc', 432 'appcache/appcache_update_job.cc',
431 'appcache/appcache_update_job.h', 433 'appcache/appcache_update_job.h',
432 'appcache/manifest_parser.cc', 434 'appcache/manifest_parser.cc',
433 'appcache/manifest_parser.h', 435 'appcache/manifest_parser.h',
434 'appcache/mock_appcache_storage.cc', 436 'appcache/mock_appcache_storage.cc',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 ], 793 ],
792 } 794 }
793 ], # targets 795 ], # targets
794 } 796 }
795 797
796 # Local Variables: 798 # Local Variables:
797 # tab-width:2 799 # tab-width:2
798 # indent-tabs-mode:nil 800 # indent-tabs-mode:nil
799 # End: 801 # End:
800 # vim: set expandtab tabstop=2 shiftwidth=2: 802 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/appcache/appcache_response_unittest.cc ('K') | « webkit/tools/test_shell/test_shell.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698