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

Unified Diff: webkit/appcache/webkit_appcache.gypi

Issue 11230022: webkit: Merge build target 'appcache' to 'webkit_storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/appcache/web_application_cache_host_impl.h ('k') | webkit/storage/webkit_storage.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/webkit_appcache.gypi
diff --git a/webkit/appcache/webkit_appcache.gypi b/webkit/appcache/webkit_appcache.gypi
index b4c63b5cdf257c1a2c0491de0b8daecf0e9c213a..bc6a1cea4b4d5422e8e9e5f918e1ae15a7d8f4a7 100644
--- a/webkit/appcache/webkit_appcache.gypi
+++ b/webkit/appcache/webkit_appcache.gypi
@@ -4,89 +4,55 @@
{
'variables': {
- 'conditions': [
- ['inside_chromium_build==0', {
- 'webkit_src_dir': '../../../../..',
- },{
- 'webkit_src_dir': '../../third_party/WebKit',
- }],
- ],
- },
- 'targets': [
- {
- 'target_name': 'appcache',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'type': '<(component)',
- 'defines': [
- 'APPCACHE_IMPLEMENTATION',
- ],
- 'dependencies': [
- 'quota',
- '<(DEPTH)/base/base.gyp:base_i18n',
- '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
- '<(DEPTH)/net/net.gyp:net',
- '<(DEPTH)/sql/sql.gyp:sql',
- '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
- ],
- 'sources': [
- # This list contains all .h and .cc in appcache except for test code.
- 'appcache.cc',
- 'appcache.h',
- 'appcache_backend_impl.cc',
- 'appcache_backend_impl.h',
- 'appcache_database.cc',
- 'appcache_database.h',
- 'appcache_disk_cache.cc',
- 'appcache_disk_cache.h',
- 'appcache_entry.h',
- 'appcache_export.h',
- 'appcache_frontend_impl.cc',
- 'appcache_frontend_impl.h',
- 'appcache_group.cc',
- 'appcache_group.h',
- 'appcache_histograms.cc',
- 'appcache_histograms.h',
- 'appcache_host.cc',
- 'appcache_host.h',
- 'appcache_interceptor.cc',
- 'appcache_interceptor.h',
- 'appcache_interfaces.cc',
- 'appcache_interfaces.h',
- 'appcache_policy.h',
- 'appcache_quota_client.cc',
- 'appcache_quota_client.h',
- 'appcache_request_handler.cc',
- 'appcache_request_handler.h',
- 'appcache_response.cc',
- 'appcache_response.h',
- 'appcache_service.cc',
- 'appcache_service.h',
- 'appcache_storage.cc',
- 'appcache_storage.h',
- 'appcache_storage_impl.cc',
- 'appcache_storage_impl.h',
- 'appcache_working_set.cc',
- 'appcache_working_set.h',
- 'appcache_update_job.cc',
- 'appcache_update_job.h',
- 'appcache_url_request_job.cc',
- 'appcache_url_request_job.h',
- 'manifest_parser.cc',
- 'manifest_parser.h',
- 'view_appcache_internals_job.h',
- 'view_appcache_internals_job.cc',
- 'web_application_cache_host_impl.cc',
- 'web_application_cache_host_impl.h',
- 'webkit_appcache.gypi',
- ],
- 'conditions': [
- ['inside_chromium_build==0', {
- 'dependencies': [
- '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
- ],
- }],
- ],
- },
- ],
+ 'webkit_appcache_sources': [
+ # This list contains all .h and .cc in appcache except for test code.
+ '../appcache/appcache.cc',
+ '../appcache/appcache.h',
+ '../appcache/appcache_backend_impl.cc',
+ '../appcache/appcache_backend_impl.h',
+ '../appcache/appcache_database.cc',
+ '../appcache/appcache_database.h',
+ '../appcache/appcache_disk_cache.cc',
+ '../appcache/appcache_disk_cache.h',
+ '../appcache/appcache_entry.h',
+ '../appcache/appcache_frontend_impl.cc',
+ '../appcache/appcache_frontend_impl.h',
+ '../appcache/appcache_group.cc',
+ '../appcache/appcache_group.h',
+ '../appcache/appcache_histograms.cc',
+ '../appcache/appcache_histograms.h',
+ '../appcache/appcache_host.cc',
+ '../appcache/appcache_host.h',
+ '../appcache/appcache_interceptor.cc',
+ '../appcache/appcache_interceptor.h',
+ '../appcache/appcache_interfaces.cc',
+ '../appcache/appcache_interfaces.h',
+ '../appcache/appcache_policy.h',
+ '../appcache/appcache_quota_client.cc',
+ '../appcache/appcache_quota_client.h',
+ '../appcache/appcache_request_handler.cc',
+ '../appcache/appcache_request_handler.h',
+ '../appcache/appcache_response.cc',
+ '../appcache/appcache_response.h',
+ '../appcache/appcache_service.cc',
+ '../appcache/appcache_service.h',
+ '../appcache/appcache_storage.cc',
+ '../appcache/appcache_storage.h',
+ '../appcache/appcache_storage_impl.cc',
+ '../appcache/appcache_storage_impl.h',
+ '../appcache/appcache_working_set.cc',
+ '../appcache/appcache_working_set.h',
+ '../appcache/appcache_update_job.cc',
+ '../appcache/appcache_update_job.h',
+ '../appcache/appcache_url_request_job.cc',
+ '../appcache/appcache_url_request_job.h',
+ '../appcache/manifest_parser.cc',
+ '../appcache/manifest_parser.h',
+ '../appcache/view_appcache_internals_job.h',
+ '../appcache/view_appcache_internals_job.cc',
+ '../appcache/web_application_cache_host_impl.cc',
+ '../appcache/web_application_cache_host_impl.h',
+ '../appcache/webkit_appcache.gypi',
+ ],
+ },
}
« no previous file with comments | « webkit/appcache/web_application_cache_host_impl.h ('k') | webkit/storage/webkit_storage.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698