| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 'chrome_active_document.h', | 601 'chrome_active_document.h', |
| 602 'chrome_active_document.rgs', | 602 'chrome_active_document.rgs', |
| 603 'chrome_frame_activex.cc', | 603 'chrome_frame_activex.cc', |
| 604 'chrome_frame_activex.h', | 604 'chrome_frame_activex.h', |
| 605 'chrome_frame_activex.rgs', | 605 'chrome_frame_activex.rgs', |
| 606 'chrome_frame_activex_base.h', | 606 'chrome_frame_activex_base.h', |
| 607 'chrome_frame_histograms.cc', | 607 'chrome_frame_histograms.cc', |
| 608 'chrome_frame_histograms.h', | 608 'chrome_frame_histograms.h', |
| 609 'chrome_frame_reporting.cc', | 609 'chrome_frame_reporting.cc', |
| 610 'chrome_frame_reporting.h', | 610 'chrome_frame_reporting.h', |
| 611 'chrome_imported_resources.cc', | |
| 612 'chrome_imported_resources.h', | |
| 613 'chrome_launcher_utils.cc', | 611 'chrome_launcher_utils.cc', |
| 614 'chrome_launcher_utils.h', | 612 'chrome_launcher_utils.h', |
| 615 'chrome_protocol.cc', | 613 'chrome_protocol.cc', |
| 616 'chrome_protocol.h', | 614 'chrome_protocol.h', |
| 617 'chrome_protocol.rgs', | 615 'chrome_protocol.rgs', |
| 618 'chrome_tab.h', | 616 'chrome_tab.h', |
| 619 'chrome_tab.idl', | 617 'chrome_tab.idl', |
| 620 'com_message_event.cc', | 618 'com_message_event.cc', |
| 621 'com_message_event.h', | 619 'com_message_event.h', |
| 622 'com_type_info_holder.cc', | 620 'com_type_info_holder.cc', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 ], | 790 ], |
| 793 } | 791 } |
| 794 | 792 |
| 795 # vim: shiftwidth=2:et:ai:tabstop=2 | 793 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 796 | 794 |
| 797 # Local Variables: | 795 # Local Variables: |
| 798 # tab-width:2 | 796 # tab-width:2 |
| 799 # indent-tabs-mode:nil | 797 # indent-tabs-mode:nil |
| 800 # End: | 798 # End: |
| 801 # vim: set expandtab tabstop=2 shiftwidth=2: | 799 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |