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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'chrome_launcher_utils.h', | 614 'chrome_launcher_utils.h', |
615 'chrome_protocol.cc', | 615 'chrome_protocol.cc', |
616 'chrome_protocol.h', | 616 'chrome_protocol.h', |
617 'chrome_protocol.rgs', | 617 'chrome_protocol.rgs', |
618 'chrome_tab.h', | 618 'chrome_tab.h', |
619 'chrome_tab.idl', | 619 'chrome_tab.idl', |
620 'com_message_event.cc', | 620 'com_message_event.cc', |
621 'com_message_event.h', | 621 'com_message_event.h', |
622 'com_type_info_holder.cc', | 622 'com_type_info_holder.cc', |
623 'com_type_info_holder.h', | 623 'com_type_info_holder.h', |
624 'crash_metrics.cc', | |
625 'crash_metrics.h', | |
626 'delete_chrome_history.cc', | 624 'delete_chrome_history.cc', |
627 'delete_chrome_history.h', | 625 'delete_chrome_history.h', |
628 'exception_barrier.cc', | 626 'exception_barrier.cc', |
629 'exception_barrier.h', | 627 'exception_barrier.h', |
630 'exception_barrier_lowlevel.asm', | 628 'exception_barrier_lowlevel.asm', |
631 'find_dialog.cc', | 629 'find_dialog.cc', |
632 'find_dialog.h', | 630 'find_dialog.h', |
633 'function_stub.h', | 631 'function_stub.h', |
634 'http_negotiate.cc', | 632 'http_negotiate.cc', |
635 'function_stub.cc', | 633 'function_stub.cc', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 ], | 794 ], |
797 } | 795 } |
798 | 796 |
799 # vim: shiftwidth=2:et:ai:tabstop=2 | 797 # vim: shiftwidth=2:et:ai:tabstop=2 |
800 | 798 |
801 # Local Variables: | 799 # Local Variables: |
802 # tab-width:2 | 800 # tab-width:2 |
803 # indent-tabs-mode:nil | 801 # indent-tabs-mode:nil |
804 # End: | 802 # End: |
805 # vim: set expandtab tabstop=2 shiftwidth=2: | 803 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |