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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8138020: PrintPreview: Fix printer color settings issues based on printer ppd/schema information. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 'browser/printing/print_job_manager.h', 1877 'browser/printing/print_job_manager.h',
1878 'browser/printing/print_job_worker.cc', 1878 'browser/printing/print_job_worker.cc',
1879 'browser/printing/print_job_worker.h', 1879 'browser/printing/print_job_worker.h',
1880 'browser/printing/print_job_worker_owner.h', 1880 'browser/printing/print_job_worker_owner.h',
1881 'browser/printing/print_preview_data_service.cc', 1881 'browser/printing/print_preview_data_service.cc',
1882 'browser/printing/print_preview_data_service.h', 1882 'browser/printing/print_preview_data_service.h',
1883 'browser/printing/print_preview_message_handler.cc', 1883 'browser/printing/print_preview_message_handler.cc',
1884 'browser/printing/print_preview_message_handler.h', 1884 'browser/printing/print_preview_message_handler.h',
1885 'browser/printing/print_preview_tab_controller.cc', 1885 'browser/printing/print_preview_tab_controller.cc',
1886 'browser/printing/print_preview_tab_controller.h', 1886 'browser/printing/print_preview_tab_controller.h',
1887 'browser/printing/print_system_task_proxy.cc',
1888 'browser/printing/print_system_task_proxy.h',
1887 'browser/printing/print_view_manager.cc', 1889 'browser/printing/print_view_manager.cc',
1888 'browser/printing/print_view_manager.h', 1890 'browser/printing/print_view_manager.h',
1889 'browser/printing/print_view_manager_observer.h', 1891 'browser/printing/print_view_manager_observer.h',
1890 'browser/printing/printer_manager_dialog.h', 1892 'browser/printing/printer_manager_dialog.h',
1891 'browser/printing/printer_manager_dialog_linux.cc', 1893 'browser/printing/printer_manager_dialog_linux.cc',
1892 'browser/printing/printer_manager_dialog_mac.mm', 1894 'browser/printing/printer_manager_dialog_mac.mm',
1893 'browser/printing/printer_manager_dialog_win.cc', 1895 'browser/printing/printer_manager_dialog_win.cc',
1894 'browser/printing/printer_query.cc', 1896 'browser/printing/printer_query.cc',
1895 'browser/printing/printer_query.h', 1897 'browser/printing/printer_query.h',
1896 'browser/printing/printing_message_filter.cc', 1898 'browser/printing/printing_message_filter.cc',
(...skipping 3186 matching lines...) Expand 10 before | Expand all | Expand 10 after
5083 'type': 'static_library', 5085 'type': 'static_library',
5084 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5086 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5085 'variables': { 5087 'variables': {
5086 'proto_in_dir': 'browser/history', 5088 'proto_in_dir': 'browser/history',
5087 'proto_out_dir': 'chrome/browser/history', 5089 'proto_out_dir': 'chrome/browser/history',
5088 }, 5090 },
5089 'includes': [ '../build/protoc.gypi' ] 5091 'includes': [ '../build/protoc.gypi' ]
5090 }, 5092 },
5091 ], 5093 ],
5092 } 5094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698