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

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
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 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after
2077 'browser/prefs/session_startup_pref.cc', 2077 'browser/prefs/session_startup_pref.cc',
2078 'browser/prefs/session_startup_pref.h', 2078 'browser/prefs/session_startup_pref.h',
2079 'browser/prefs/value_map_pref_store.cc', 2079 'browser/prefs/value_map_pref_store.cc',
2080 'browser/prefs/value_map_pref_store.h', 2080 'browser/prefs/value_map_pref_store.h',
2081 'browser/prerender/prerender_contents.cc', 2081 'browser/prerender/prerender_contents.cc',
2082 'browser/prerender/prerender_contents.h', 2082 'browser/prerender/prerender_contents.h',
2083 'browser/prerender/prerender_manager.cc', 2083 'browser/prerender/prerender_manager.cc',
2084 'browser/prerender/prerender_manager.h', 2084 'browser/prerender/prerender_manager.h',
2085 'browser/prerender/prerender_resource_handler.h', 2085 'browser/prerender/prerender_resource_handler.h',
2086 'browser/prerender/prerender_resource_handler.cc', 2086 'browser/prerender/prerender_resource_handler.cc',
2087 'browser/printing/print_dialog_cloud.cc',
2088 'browser/printing/print_dialog_cloud.h',
2087 'browser/printing/print_dialog_gtk.cc', 2089 'browser/printing/print_dialog_gtk.cc',
2088 'browser/printing/print_dialog_gtk.h', 2090 'browser/printing/print_dialog_gtk.h',
2089 'browser/printing/print_dialog_cloud.cc',
2090 'browser/printing/print_dialog_cloud.h',
2091 'browser/printing/print_job.cc', 2091 'browser/printing/print_job.cc',
2092 'browser/printing/print_job.h', 2092 'browser/printing/print_job.h',
2093 'browser/printing/print_job_manager.cc', 2093 'browser/printing/print_job_manager.cc',
2094 'browser/printing/print_job_manager.h', 2094 'browser/printing/print_job_manager.h',
2095 'browser/printing/print_job_worker.cc', 2095 'browser/printing/print_job_worker.cc',
2096 'browser/printing/print_job_worker.h', 2096 'browser/printing/print_job_worker.h',
2097 'browser/printing/print_job_worker_owner.h', 2097 'browser/printing/print_job_worker_owner.h',
2098 'browser/printing/print_preview_message_handler.cc',
2099 'browser/printing/print_preview_message_handler.h',
2098 'browser/printing/print_preview_tab_controller.cc', 2100 'browser/printing/print_preview_tab_controller.cc',
2099 'browser/printing/print_preview_tab_controller.h', 2101 'browser/printing/print_preview_tab_controller.h',
2100 'browser/printing/print_view_manager.cc', 2102 'browser/printing/print_view_manager.cc',
2101 'browser/printing/print_view_manager.h', 2103 'browser/printing/print_view_manager.h',
2102 'browser/printing/printer_query.cc', 2104 'browser/printing/printer_query.cc',
2103 'browser/printing/printer_query.h', 2105 'browser/printing/printer_query.h',
2104 'browser/printing/cloud_print/cloud_print_proxy_service.cc', 2106 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
2105 'browser/printing/cloud_print/cloud_print_proxy_service.h', 2107 'browser/printing/cloud_print/cloud_print_proxy_service.h',
2106 'browser/printing/cloud_print/cloud_print_setup_flow.cc', 2108 'browser/printing/cloud_print/cloud_print_setup_flow.cc',
2107 'browser/printing/cloud_print/cloud_print_setup_flow.h', 2109 'browser/printing/cloud_print/cloud_print_setup_flow.h',
(...skipping 2467 matching lines...) Expand 10 before | Expand all | Expand 10 after
4575 ], 4577 ],
4576 }, 4578 },
4577 ], 4579 ],
4578 } 4580 }
4579 4581
4580 # Local Variables: 4582 # Local Variables:
4581 # tab-width:2 4583 # tab-width:2
4582 # indent-tabs-mode:nil 4584 # indent-tabs-mode:nil
4583 # End: 4585 # End:
4584 # vim: set expandtab tabstop=2 shiftwidth=2: 4586 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698