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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6334010: Print Preview: Store preview data in the print preview handler.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/chrome_tests.gypi » ('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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'browser/dom_ui/options/search_engine_manager_handler.cc', 950 'browser/dom_ui/options/search_engine_manager_handler.cc',
951 'browser/dom_ui/options/search_engine_manager_handler.h', 951 'browser/dom_ui/options/search_engine_manager_handler.h',
952 'browser/dom_ui/options/stop_syncing_handler.cc', 952 'browser/dom_ui/options/stop_syncing_handler.cc',
953 'browser/dom_ui/options/stop_syncing_handler.h', 953 'browser/dom_ui/options/stop_syncing_handler.h',
954 'browser/dom_ui/plugins_ui.cc', 954 'browser/dom_ui/plugins_ui.cc',
955 'browser/dom_ui/plugins_ui.h', 955 'browser/dom_ui/plugins_ui.h',
956 'browser/dom_ui/print_preview_handler.cc', 956 'browser/dom_ui/print_preview_handler.cc',
957 'browser/dom_ui/print_preview_handler.h', 957 'browser/dom_ui/print_preview_handler.h',
958 'browser/dom_ui/print_preview_ui.cc', 958 'browser/dom_ui/print_preview_ui.cc',
959 'browser/dom_ui/print_preview_ui.h', 959 'browser/dom_ui/print_preview_ui.h',
960 'browser/dom_ui/print_preview_ui_html_source.cc',
961 'browser/dom_ui/print_preview_ui_html_source.h',
960 'browser/dom_ui/remoting_ui.cc', 962 'browser/dom_ui/remoting_ui.cc',
961 'browser/dom_ui/remoting_ui.h', 963 'browser/dom_ui/remoting_ui.h',
962 'browser/dom_ui/shared_resources_data_source.cc', 964 'browser/dom_ui/shared_resources_data_source.cc',
963 'browser/dom_ui/shared_resources_data_source.h', 965 'browser/dom_ui/shared_resources_data_source.h',
964 'browser/dom_ui/shown_sections_handler.cc', 966 'browser/dom_ui/shown_sections_handler.cc',
965 'browser/dom_ui/shown_sections_handler.h', 967 'browser/dom_ui/shown_sections_handler.h',
966 'browser/dom_ui/slideshow_ui.cc', 968 'browser/dom_ui/slideshow_ui.cc',
967 'browser/dom_ui/slideshow_ui.h', 969 'browser/dom_ui/slideshow_ui.h',
968 'browser/dom_ui/sync_internals_html_source.cc', 970 'browser/dom_ui/sync_internals_html_source.cc',
969 'browser/dom_ui/sync_internals_html_source.h', 971 'browser/dom_ui/sync_internals_html_source.h',
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1858 'browser/printing/print_dialog_cloud.h', 1860 'browser/printing/print_dialog_cloud.h',
1859 'browser/printing/print_dialog_gtk.cc', 1861 'browser/printing/print_dialog_gtk.cc',
1860 'browser/printing/print_dialog_gtk.h', 1862 'browser/printing/print_dialog_gtk.h',
1861 'browser/printing/print_job.cc', 1863 'browser/printing/print_job.cc',
1862 'browser/printing/print_job.h', 1864 'browser/printing/print_job.h',
1863 'browser/printing/print_job_manager.cc', 1865 'browser/printing/print_job_manager.cc',
1864 'browser/printing/print_job_manager.h', 1866 'browser/printing/print_job_manager.h',
1865 'browser/printing/print_job_worker.cc', 1867 'browser/printing/print_job_worker.cc',
1866 'browser/printing/print_job_worker.h', 1868 'browser/printing/print_job_worker.h',
1867 'browser/printing/print_job_worker_owner.h', 1869 'browser/printing/print_job_worker_owner.h',
1870 'browser/printing/print_preview_message_handler.cc',
1871 'browser/printing/print_preview_message_handler.h',
1868 'browser/printing/print_preview_tab_controller.cc', 1872 'browser/printing/print_preview_tab_controller.cc',
1869 'browser/printing/print_preview_tab_controller.h', 1873 'browser/printing/print_preview_tab_controller.h',
1870 'browser/printing/print_view_manager.cc', 1874 'browser/printing/print_view_manager.cc',
1871 'browser/printing/print_view_manager.h', 1875 'browser/printing/print_view_manager.h',
1872 'browser/printing/printer_query.cc', 1876 'browser/printing/printer_query.cc',
1873 'browser/printing/printer_query.h', 1877 'browser/printing/printer_query.h',
1874 'browser/process_info_snapshot.h', 1878 'browser/process_info_snapshot.h',
1875 'browser/process_info_snapshot_mac.cc', 1879 'browser/process_info_snapshot_mac.cc',
1876 'browser/process_singleton.h', 1880 'browser/process_singleton.h',
1877 'browser/process_singleton_linux.cc', 1881 'browser/process_singleton_linux.cc',
(...skipping 2716 matching lines...) Expand 10 before | Expand all | Expand 10 after
4594 ], 4598 ],
4595 }, 4599 },
4596 ], 4600 ],
4597 } 4601 }
4598 4602
4599 # Local Variables: 4603 # Local Variables:
4600 # tab-width:2 4604 # tab-width:2
4601 # indent-tabs-mode:nil 4605 # indent-tabs-mode:nil
4602 # End: 4606 # End:
4603 # vim: set expandtab tabstop=2 shiftwidth=2: 4607 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698