| OLD | NEW |
| 1 # Copyright (c) 2010 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 '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_base.h', |
| 607 'chrome_frame_activex.rgs', | 608 'chrome_frame_activex.rgs', |
| 608 'chrome_frame_activex_base.h', | 609 'chrome_frame_histograms.h', |
| 609 'chrome_frame_histograms.cc', | 610 'chrome_frame_histograms.cc', |
| 610 'chrome_frame_histograms.h', | |
| 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', | |
| 624 'find_dialog.cc', | 622 'find_dialog.cc', |
| 625 'find_dialog.h', | 623 'find_dialog.h', |
| 626 'function_stub.h', | 624 'function_stub.h', |
| 627 'http_negotiate.cc', | |
| 628 'function_stub.cc', | 625 'function_stub.cc', |
| 629 'http_negotiate.h', | 626 'http_negotiate.h', |
| 627 'http_negotiate.cc', |
| 630 'iids.cc', | 628 'iids.cc', |
| 631 'in_place_menu.h', | 629 'in_place_menu.h', |
| 632 'ole_document_impl.h', | 630 'ole_document_impl.h', |
| 633 'protocol_sink_wrap.cc', | 631 'protocol_sink_wrap.cc', |
| 634 'protocol_sink_wrap.h', | 632 'protocol_sink_wrap.h', |
| 635 'sync_msg_reply_dispatcher.cc', | 633 'sync_msg_reply_dispatcher.cc', |
| 636 'sync_msg_reply_dispatcher.h', | 634 'sync_msg_reply_dispatcher.h', |
| 637 'extra_system_apis.h', | 635 'extra_system_apis.h', |
| 638 'urlmon_bind_status_callback.h', | 636 'urlmon_bind_status_callback.h', |
| 639 'urlmon_bind_status_callback.cc', | 637 'urlmon_bind_status_callback.cc', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 ], | 783 ], |
| 786 } | 784 } |
| 787 | 785 |
| 788 # vim: shiftwidth=2:et:ai:tabstop=2 | 786 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 789 | 787 |
| 790 # Local Variables: | 788 # Local Variables: |
| 791 # tab-width:2 | 789 # tab-width:2 |
| 792 # indent-tabs-mode:nil | 790 # indent-tabs-mode:nil |
| 793 # End: | 791 # End: |
| 794 # vim: set expandtab tabstop=2 shiftwidth=2: | 792 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |