OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1720 'browser/printing/print_job_worker.h', | 1720 'browser/printing/print_job_worker.h', |
1721 'browser/printing/print_job_worker_owner.h', | 1721 'browser/printing/print_job_worker_owner.h', |
1722 'browser/printing/print_preview_data_service.cc', | 1722 'browser/printing/print_preview_data_service.cc', |
1723 'browser/printing/print_preview_data_service.h', | 1723 'browser/printing/print_preview_data_service.h', |
1724 'browser/printing/print_preview_message_handler.cc', | 1724 'browser/printing/print_preview_message_handler.cc', |
1725 'browser/printing/print_preview_message_handler.h', | 1725 'browser/printing/print_preview_message_handler.h', |
1726 'browser/printing/print_preview_tab_controller.cc', | 1726 'browser/printing/print_preview_tab_controller.cc', |
1727 'browser/printing/print_preview_tab_controller.h', | 1727 'browser/printing/print_preview_tab_controller.h', |
1728 'browser/printing/print_view_manager.cc', | 1728 'browser/printing/print_view_manager.cc', |
1729 'browser/printing/print_view_manager.h', | 1729 'browser/printing/print_view_manager.h', |
| 1730 'browser/printing/print_view_manager_delegate.h', |
1730 'browser/printing/printer_manager_dialog.h', | 1731 'browser/printing/printer_manager_dialog.h', |
1731 'browser/printing/printer_manager_dialog_linux.cc', | 1732 'browser/printing/printer_manager_dialog_linux.cc', |
1732 'browser/printing/printer_manager_dialog_mac.mm', | 1733 'browser/printing/printer_manager_dialog_mac.mm', |
1733 'browser/printing/printer_manager_dialog_win.cc', | 1734 'browser/printing/printer_manager_dialog_win.cc', |
1734 'browser/printing/printer_query.cc', | 1735 'browser/printing/printer_query.cc', |
1735 'browser/printing/printer_query.h', | 1736 'browser/printing/printer_query.h', |
1736 'browser/printing/printing_message_filter.cc', | 1737 'browser/printing/printing_message_filter.cc', |
1737 'browser/printing/printing_message_filter.h', | 1738 'browser/printing/printing_message_filter.h', |
1738 'browser/process_info_snapshot.h', | 1739 'browser/process_info_snapshot.h', |
1739 'browser/process_info_snapshot_mac.cc', | 1740 'browser/process_info_snapshot_mac.cc', |
(...skipping 2975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4715 'hard_dependency': 1, | 4716 'hard_dependency': 1, |
4716 }, | 4717 }, |
4717 ], | 4718 ], |
4718 } | 4719 } |
4719 | 4720 |
4720 # Local Variables: | 4721 # Local Variables: |
4721 # tab-width:2 | 4722 # tab-width:2 |
4722 # indent-tabs-mode:nil | 4723 # indent-tabs-mode:nil |
4723 # End: | 4724 # End: |
4724 # vim: set expandtab tabstop=2 shiftwidth=2: | 4725 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |