| OLD | NEW |
| 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 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1', | 10 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'appcache_group.h', | 29 'appcache_group.h', |
| 30 'appcache_histograms.cc', | 30 'appcache_histograms.cc', |
| 31 'appcache_histograms.h', | 31 'appcache_histograms.h', |
| 32 'appcache_host.cc', | 32 'appcache_host.cc', |
| 33 'appcache_host.h', | 33 'appcache_host.h', |
| 34 'appcache_interceptor.cc', | 34 'appcache_interceptor.cc', |
| 35 'appcache_interceptor.h', | 35 'appcache_interceptor.h', |
| 36 'appcache_interfaces.cc', | 36 'appcache_interfaces.cc', |
| 37 'appcache_interfaces.h', | 37 'appcache_interfaces.h', |
| 38 'appcache_policy.h', | 38 'appcache_policy.h', |
| 39 'appcache_quota_client.cc', |
| 40 'appcache_quota_client.h', |
| 39 'appcache_request_handler.cc', | 41 'appcache_request_handler.cc', |
| 40 'appcache_request_handler.h', | 42 'appcache_request_handler.h', |
| 41 'appcache_response.cc', | 43 'appcache_response.cc', |
| 42 'appcache_response.h', | 44 'appcache_response.h', |
| 43 'appcache_service.cc', | 45 'appcache_service.cc', |
| 44 'appcache_service.h', | 46 'appcache_service.h', |
| 45 'appcache_storage.cc', | 47 'appcache_storage.cc', |
| 46 'appcache_storage.h', | 48 'appcache_storage.h', |
| 47 'appcache_storage_impl.cc', | 49 'appcache_storage_impl.cc', |
| 48 'appcache_storage_impl.h', | 50 'appcache_storage_impl.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 65 'conditions': [ | 67 'conditions': [ |
| 66 ['inside_chromium_build==0', { | 68 ['inside_chromium_build==0', { |
| 67 'dependencies': [ | 69 'dependencies': [ |
| 68 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 70 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 69 ], | 71 ], |
| 70 }], | 72 }], |
| 71 ], | 73 ], |
| 72 }, | 74 }, |
| 73 ], | 75 ], |
| 74 } | 76 } |
| OLD | NEW |