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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 '../third_party/bzip2/bzip2.gyp:bzip2', | 599 '../third_party/bzip2/bzip2.gyp:bzip2', |
600 ], | 600 ], |
601 'sources': [ | 601 'sources': [ |
602 'bho.cc', | 602 'bho.cc', |
603 'bho.h', | 603 'bho.h', |
604 'bho.rgs', | 604 'bho.rgs', |
605 'bind_context_info.cc', | 605 'bind_context_info.cc', |
606 'bind_context_info.h', | 606 'bind_context_info.h', |
607 'bind_status_callback_impl.cc', | 607 'bind_status_callback_impl.cc', |
608 'bind_status_callback_impl.h', | 608 'bind_status_callback_impl.h', |
| 609 'buggy_bho_handling.cc', |
| 610 'buggy_bho_handling.h', |
609 'chrome_active_document.cc', | 611 'chrome_active_document.cc', |
610 'chrome_active_document.h', | 612 'chrome_active_document.h', |
611 'chrome_active_document.rgs', | 613 'chrome_active_document.rgs', |
612 'chrome_frame_activex.cc', | 614 'chrome_frame_activex.cc', |
613 'chrome_frame_activex.h', | 615 'chrome_frame_activex.h', |
614 'chrome_frame_activex.rgs', | 616 'chrome_frame_activex.rgs', |
615 'chrome_frame_activex_base.h', | 617 'chrome_frame_activex_base.h', |
616 'chrome_frame_histograms.cc', | 618 'chrome_frame_histograms.cc', |
617 'chrome_frame_histograms.h', | 619 'chrome_frame_histograms.h', |
618 'chrome_frame_reporting.cc', | 620 'chrome_frame_reporting.cc', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 ], | 804 ], |
803 } | 805 } |
804 | 806 |
805 # vim: shiftwidth=2:et:ai:tabstop=2 | 807 # vim: shiftwidth=2:et:ai:tabstop=2 |
806 | 808 |
807 # Local Variables: | 809 # Local Variables: |
808 # tab-width:2 | 810 # tab-width:2 |
809 # indent-tabs-mode:nil | 811 # indent-tabs-mode:nil |
810 # End: | 812 # End: |
811 # vim: set expandtab tabstop=2 shiftwidth=2: | 813 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |