OLD | NEW |
1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
9 | 9 |
10 # Keep the archive builder happy. | 10 # Keep the archive builder happy. |
11 'chrome_personalization%': 1, | 11 'chrome_personalization%': 1, |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 ], | 597 ], |
598 'sources': [ | 598 'sources': [ |
599 'bho.cc', | 599 'bho.cc', |
600 'bho.h', | 600 'bho.h', |
601 'bho.rgs', | 601 'bho.rgs', |
602 'chrome_active_document.cc', | 602 'chrome_active_document.cc', |
603 'chrome_active_document.h', | 603 'chrome_active_document.h', |
604 'chrome_active_document.rgs', | 604 'chrome_active_document.rgs', |
605 'chrome_frame_activex.cc', | 605 'chrome_frame_activex.cc', |
606 'chrome_frame_activex.h', | 606 'chrome_frame_activex.h', |
| 607 'chrome_frame_activex.rgs', |
607 'chrome_frame_activex_base.h', | 608 'chrome_frame_activex_base.h', |
608 'chrome_frame_activex.rgs', | 609 'chrome_frame_histograms.cc', |
609 'chrome_frame_histograms.h', | 610 'chrome_frame_histograms.h', |
610 'chrome_frame_histograms.cc', | |
611 'chrome_frame_reporting.cc', | 611 'chrome_frame_reporting.cc', |
612 'chrome_frame_reporting.h', | 612 'chrome_frame_reporting.h', |
613 'chrome_protocol.cc', | 613 'chrome_protocol.cc', |
614 'chrome_protocol.h', | 614 'chrome_protocol.h', |
615 'chrome_protocol.rgs', | 615 'chrome_protocol.rgs', |
616 'chrome_tab.h', | 616 'chrome_tab.h', |
617 'chrome_tab.idl', | 617 'chrome_tab.idl', |
618 'com_message_event.cc', | 618 'com_message_event.cc', |
619 'com_message_event.h', | 619 'com_message_event.h', |
620 'com_type_info_holder.cc', | 620 'com_type_info_holder.cc', |
621 'com_type_info_holder.h', | 621 'com_type_info_holder.h', |
| 622 'delete_chrome_history.cc', |
| 623 'delete_chrome_history.h', |
622 'find_dialog.cc', | 624 'find_dialog.cc', |
623 'find_dialog.h', | 625 'find_dialog.h', |
624 'function_stub.h', | 626 'function_stub.h', |
| 627 'http_negotiate.cc', |
625 'function_stub.cc', | 628 'function_stub.cc', |
626 'http_negotiate.h', | 629 'http_negotiate.h', |
627 'http_negotiate.cc', | |
628 'iids.cc', | 630 'iids.cc', |
629 'in_place_menu.h', | 631 'in_place_menu.h', |
630 'ole_document_impl.h', | 632 'ole_document_impl.h', |
631 'protocol_sink_wrap.cc', | 633 'protocol_sink_wrap.cc', |
632 'protocol_sink_wrap.h', | 634 'protocol_sink_wrap.h', |
633 'sync_msg_reply_dispatcher.cc', | 635 'sync_msg_reply_dispatcher.cc', |
634 'sync_msg_reply_dispatcher.h', | 636 'sync_msg_reply_dispatcher.h', |
635 'extra_system_apis.h', | 637 'extra_system_apis.h', |
636 'urlmon_bind_status_callback.h', | 638 'urlmon_bind_status_callback.h', |
637 'urlmon_bind_status_callback.cc', | 639 'urlmon_bind_status_callback.cc', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 ], | 785 ], |
784 } | 786 } |
785 | 787 |
786 # vim: shiftwidth=2:et:ai:tabstop=2 | 788 # vim: shiftwidth=2:et:ai:tabstop=2 |
787 | 789 |
788 # Local Variables: | 790 # Local Variables: |
789 # tab-width:2 | 791 # tab-width:2 |
790 # indent-tabs-mode:nil | 792 # indent-tabs-mode:nil |
791 # End: | 793 # End: |
792 # vim: set expandtab tabstop=2 shiftwidth=2: | 794 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |