| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1', | 10 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'appcache_thread.cc', | 49 'appcache_thread.cc', |
| 50 'appcache_thread.h', | 50 'appcache_thread.h', |
| 51 'appcache_working_set.cc', | 51 'appcache_working_set.cc', |
| 52 'appcache_working_set.h', | 52 'appcache_working_set.h', |
| 53 'appcache_update_job.cc', | 53 'appcache_update_job.cc', |
| 54 'appcache_update_job.h', | 54 'appcache_update_job.h', |
| 55 'appcache_url_request_job.cc', | 55 'appcache_url_request_job.cc', |
| 56 'appcache_url_request_job.h', | 56 'appcache_url_request_job.h', |
| 57 'manifest_parser.cc', | 57 'manifest_parser.cc', |
| 58 'manifest_parser.h', | 58 'manifest_parser.h', |
| 59 'mock_appcache_storage.cc', | |
| 60 'mock_appcache_storage.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 } |
| OLD | NEW |