Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7202012: Print Preview: Display a throbber when the user requests the system print (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/print_preview_ui.cc ('k') | chrome/common/print_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview_ui.cc ('k') | chrome/common/print_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698