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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6546051: Created a new BrowserMessageFilter to handle print related IPC messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated CL. Created 9 years, 10 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
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 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 'browser/printing/print_job_worker.h', 1703 'browser/printing/print_job_worker.h',
1704 'browser/printing/print_job_worker_owner.h', 1704 'browser/printing/print_job_worker_owner.h',
1705 'browser/printing/print_preview_message_handler.cc', 1705 'browser/printing/print_preview_message_handler.cc',
1706 'browser/printing/print_preview_message_handler.h', 1706 'browser/printing/print_preview_message_handler.h',
1707 'browser/printing/print_preview_tab_controller.cc', 1707 'browser/printing/print_preview_tab_controller.cc',
1708 'browser/printing/print_preview_tab_controller.h', 1708 'browser/printing/print_preview_tab_controller.h',
1709 'browser/printing/print_view_manager.cc', 1709 'browser/printing/print_view_manager.cc',
1710 'browser/printing/print_view_manager.h', 1710 'browser/printing/print_view_manager.h',
1711 'browser/printing/printer_query.cc', 1711 'browser/printing/printer_query.cc',
1712 'browser/printing/printer_query.h', 1712 'browser/printing/printer_query.h',
1713 'browser/printing/printing_message_filter.cc',
1714 'browser/printing/printing_message_filter.h',
1713 'browser/process_info_snapshot.h', 1715 'browser/process_info_snapshot.h',
1714 'browser/process_info_snapshot_mac.cc', 1716 'browser/process_info_snapshot_mac.cc',
1715 'browser/process_singleton.h', 1717 'browser/process_singleton.h',
1716 'browser/process_singleton_linux.cc', 1718 'browser/process_singleton_linux.cc',
1717 'browser/process_singleton_mac.cc', 1719 'browser/process_singleton_mac.cc',
1718 'browser/process_singleton_win.cc', 1720 'browser/process_singleton_win.cc',
1719 'browser/profile_import_process_host.cc', 1721 'browser/profile_import_process_host.cc',
1720 'browser/profile_import_process_host.h', 1722 'browser/profile_import_process_host.h',
1721 'browser/profiles/off_the_record_profile_io_data.cc', 1723 'browser/profiles/off_the_record_profile_io_data.cc',
1722 'browser/profiles/off_the_record_profile_io_data.h', 1724 'browser/profiles/off_the_record_profile_io_data.h',
(...skipping 2792 matching lines...) Expand 10 before | Expand all | Expand 10 after
4515 ], 4517 ],
4516 }, 4518 },
4517 ], 4519 ],
4518 } 4520 }
4519 4521
4520 # Local Variables: 4522 # Local Variables:
4521 # tab-width:2 4523 # tab-width:2
4522 # indent-tabs-mode:nil 4524 # indent-tabs-mode:nil
4523 # End: 4525 # End:
4524 # vim: set expandtab tabstop=2 shiftwidth=2: 4526 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | content/browser/renderer_host/render_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698