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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 'glue/dom_serializer_delegate.h', | 462 'glue/dom_serializer_delegate.h', |
463 'glue/dragclient_impl.cc', | 463 'glue/dragclient_impl.cc', |
464 'glue/dragclient_impl.h', | 464 'glue/dragclient_impl.h', |
465 'glue/editor_client_impl.cc', | 465 'glue/editor_client_impl.cc', |
466 'glue/editor_client_impl.h', | 466 'glue/editor_client_impl.h', |
467 'glue/entity_map.cc', | 467 'glue/entity_map.cc', |
468 'glue/entity_map.h', | 468 'glue/entity_map.h', |
469 'glue/feed_preview.cc', | 469 'glue/feed_preview.cc', |
470 'glue/feed_preview.h', | 470 'glue/feed_preview.h', |
471 'glue/form_data.h', | 471 'glue/form_data.h', |
| 472 'glue/ftp_directory_listing_response_delegate.cc', |
| 473 'glue/ftp_directory_listing_response_delegate.h', |
472 'glue/glue_accessibility_object.cc', | 474 'glue/glue_accessibility_object.cc', |
473 'glue/glue_accessibility_object.h', | 475 'glue/glue_accessibility_object.h', |
474 'glue/glue_serialize.cc', | 476 'glue/glue_serialize.cc', |
475 'glue/glue_serialize.h', | 477 'glue/glue_serialize.h', |
476 'glue/glue_util.cc', | 478 'glue/glue_util.cc', |
477 'glue/glue_util.h', | 479 'glue/glue_util.h', |
478 'glue/image_decoder.cc', | 480 'glue/image_decoder.cc', |
479 'glue/image_decoder.h', | 481 'glue/image_decoder.h', |
480 'glue/image_resource_fetcher.cc', | 482 'glue/image_resource_fetcher.cc', |
481 'glue/image_resource_fetcher.h', | 483 'glue/image_resource_fetcher.h', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 'files': [ | 660 'files': [ |
659 | 661 |
660 '<@(webinspector_image_files)', | 662 '<@(webinspector_image_files)', |
661 | 663 |
662 ], | 664 ], |
663 }, | 665 }, |
664 ], | 666 ], |
665 }, | 667 }, |
666 ], # targets | 668 ], # targets |
667 } | 669 } |
OLD | NEW |