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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6903083: PrintPreview:[MAC & WIN] Added code to show the native printer management dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressed review comments Created 9 years, 8 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_html_source.cc ('k') | no next file » | 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 'browser/printing/print_job_manager.h', 1644 'browser/printing/print_job_manager.h',
1645 'browser/printing/print_job_worker.cc', 1645 'browser/printing/print_job_worker.cc',
1646 'browser/printing/print_job_worker.h', 1646 'browser/printing/print_job_worker.h',
1647 'browser/printing/print_job_worker_owner.h', 1647 'browser/printing/print_job_worker_owner.h',
1648 'browser/printing/print_preview_message_handler.cc', 1648 'browser/printing/print_preview_message_handler.cc',
1649 'browser/printing/print_preview_message_handler.h', 1649 'browser/printing/print_preview_message_handler.h',
1650 'browser/printing/print_preview_tab_controller.cc', 1650 'browser/printing/print_preview_tab_controller.cc',
1651 'browser/printing/print_preview_tab_controller.h', 1651 'browser/printing/print_preview_tab_controller.h',
1652 'browser/printing/print_view_manager.cc', 1652 'browser/printing/print_view_manager.cc',
1653 'browser/printing/print_view_manager.h', 1653 'browser/printing/print_view_manager.h',
1654 'browser/printing/printer_manager_dialog.h',
1655 'browser/printing/printer_manager_dialog_linux.cc',
1656 'browser/printing/printer_manager_dialog_mac.mm',
1657 'browser/printing/printer_manager_dialog_win.cc',
1654 'browser/printing/printer_query.cc', 1658 'browser/printing/printer_query.cc',
1655 'browser/printing/printer_query.h', 1659 'browser/printing/printer_query.h',
1656 'browser/printing/printing_message_filter.cc', 1660 'browser/printing/printing_message_filter.cc',
1657 'browser/printing/printing_message_filter.h', 1661 'browser/printing/printing_message_filter.h',
1658 'browser/process_info_snapshot.h', 1662 'browser/process_info_snapshot.h',
1659 'browser/process_info_snapshot_mac.cc', 1663 'browser/process_info_snapshot_mac.cc',
1660 'browser/process_singleton.h', 1664 'browser/process_singleton.h',
1661 'browser/process_singleton_linux.cc', 1665 'browser/process_singleton_linux.cc',
1662 'browser/process_singleton_mac.cc', 1666 'browser/process_singleton_mac.cc',
1663 'browser/process_singleton_win.cc', 1667 'browser/process_singleton_win.cc',
(...skipping 2807 matching lines...) Expand 10 before | Expand all | Expand 10 after
4471 'hard_dependency': 1, 4475 'hard_dependency': 1,
4472 }, 4476 },
4473 ], 4477 ],
4474 } 4478 }
4475 4479
4476 # Local Variables: 4480 # Local Variables:
4477 # tab-width:2 4481 # tab-width:2
4478 # indent-tabs-mode:nil 4482 # indent-tabs-mode:nil
4479 # End: 4483 # End:
4480 # vim: set expandtab tabstop=2 shiftwidth=2: 4484 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/print_preview_ui_html_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698