| 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 '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 'variables': { | 10 'variables': { |
| (...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 'http_negotiate.h', | 641 'http_negotiate.h', |
| 642 'iids.cc', | 642 'iids.cc', |
| 643 'in_place_menu.h', | 643 'in_place_menu.h', |
| 644 'metrics_service.cc', | 644 'metrics_service.cc', |
| 645 'metrics_service.h', | 645 'metrics_service.h', |
| 646 'module_utils.cc', | 646 'module_utils.cc', |
| 647 'module_utils.h', | 647 'module_utils.h', |
| 648 'ole_document_impl.h', | 648 'ole_document_impl.h', |
| 649 'protocol_sink_wrap.cc', | 649 'protocol_sink_wrap.cc', |
| 650 'protocol_sink_wrap.h', | 650 'protocol_sink_wrap.h', |
| 651 'register_bho.rgs', |
| 651 'stream_impl.cc', | 652 'stream_impl.cc', |
| 652 'stream_impl.h', | 653 'stream_impl.h', |
| 653 'sync_msg_reply_dispatcher.cc', | 654 'sync_msg_reply_dispatcher.cc', |
| 654 'sync_msg_reply_dispatcher.h', | 655 'sync_msg_reply_dispatcher.h', |
| 655 'extra_system_apis.h', | 656 'extra_system_apis.h', |
| 656 'urlmon_bind_status_callback.h', | 657 'urlmon_bind_status_callback.h', |
| 657 'urlmon_bind_status_callback.cc', | 658 'urlmon_bind_status_callback.cc', |
| 658 'urlmon_moniker.h', | 659 'urlmon_moniker.h', |
| 659 'urlmon_moniker.cc', | 660 'urlmon_moniker.cc', |
| 660 'urlmon_url_request.cc', | 661 'urlmon_url_request.cc', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 ], | 802 ], |
| 802 } | 803 } |
| 803 | 804 |
| 804 # vim: shiftwidth=2:et:ai:tabstop=2 | 805 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 805 | 806 |
| 806 # Local Variables: | 807 # Local Variables: |
| 807 # tab-width:2 | 808 # tab-width:2 |
| 808 # indent-tabs-mode:nil | 809 # indent-tabs-mode:nil |
| 809 # End: | 810 # End: |
| 810 # vim: set expandtab tabstop=2 shiftwidth=2: | 811 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |