| OLD | NEW |
| 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/WebCore/WebCore.gypi', | 7 '../third_party/WebKit/WebCore/WebCore.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 # TODO: remove this helper when we have loops in GYP | 10 # TODO: remove this helper when we have loops in GYP |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 'appcache/appcache_host.cc', | 335 'appcache/appcache_host.cc', |
| 336 'appcache/appcache_host.h', | 336 'appcache/appcache_host.h', |
| 337 'appcache/appcache_interceptor.cc', | 337 'appcache/appcache_interceptor.cc', |
| 338 'appcache/appcache_interceptor.h', | 338 'appcache/appcache_interceptor.h', |
| 339 'appcache/appcache_interfaces.cc', | 339 'appcache/appcache_interfaces.cc', |
| 340 'appcache/appcache_interfaces.h', | 340 'appcache/appcache_interfaces.h', |
| 341 'appcache/appcache_request_handler.cc', | 341 'appcache/appcache_request_handler.cc', |
| 342 'appcache/appcache_request_handler.h', | 342 'appcache/appcache_request_handler.h', |
| 343 'appcache/appcache_service.cc', | 343 'appcache/appcache_service.cc', |
| 344 'appcache/appcache_service.h', | 344 'appcache/appcache_service.h', |
| 345 'appcache/appcache_update_job.cc', |
| 346 'appcache/appcache_update_job.h', |
| 345 'appcache/manifest_parser.cc', | 347 'appcache/manifest_parser.cc', |
| 346 'appcache/manifest_parser.h', | 348 'appcache/manifest_parser.h', |
| 347 'appcache/web_application_cache_host_impl.cc', | 349 'appcache/web_application_cache_host_impl.cc', |
| 348 'appcache/web_application_cache_host_impl.h', | 350 'appcache/web_application_cache_host_impl.h', |
| 349 ], | 351 ], |
| 350 }, | 352 }, |
| 351 { | 353 { |
| 352 'target_name': 'database', | 354 'target_name': 'database', |
| 353 'type': '<(library)', | 355 'type': '<(library)', |
| 354 'msvs_guid': '1DA00DDD-44E5-4C56-B2CC-414FB0164492', | 356 'msvs_guid': '1DA00DDD-44E5-4C56-B2CC-414FB0164492', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 'files': [ | 675 'files': [ |
| 674 | 676 |
| 675 '<@(webinspector_image_files)', | 677 '<@(webinspector_image_files)', |
| 676 | 678 |
| 677 ], | 679 ], |
| 678 }, | 680 }, |
| 679 ], | 681 ], |
| 680 }, | 682 }, |
| 681 ], # targets | 683 ], # targets |
| 682 } | 684 } |
| OLD | NEW |