OLD | NEW |
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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1887 'browser/printing/print_job_manager.h', | 1887 'browser/printing/print_job_manager.h', |
1888 'browser/printing/print_job_worker.cc', | 1888 'browser/printing/print_job_worker.cc', |
1889 'browser/printing/print_job_worker.h', | 1889 'browser/printing/print_job_worker.h', |
1890 'browser/printing/print_job_worker_owner.h', | 1890 'browser/printing/print_job_worker_owner.h', |
1891 'browser/printing/print_preview_data_service.cc', | 1891 'browser/printing/print_preview_data_service.cc', |
1892 'browser/printing/print_preview_data_service.h', | 1892 'browser/printing/print_preview_data_service.h', |
1893 'browser/printing/print_preview_message_handler.cc', | 1893 'browser/printing/print_preview_message_handler.cc', |
1894 'browser/printing/print_preview_message_handler.h', | 1894 'browser/printing/print_preview_message_handler.h', |
1895 'browser/printing/print_preview_tab_controller.cc', | 1895 'browser/printing/print_preview_tab_controller.cc', |
1896 'browser/printing/print_preview_tab_controller.h', | 1896 'browser/printing/print_preview_tab_controller.h', |
| 1897 'browser/printing/print_system_task_proxy.cc', |
| 1898 'browser/printing/print_system_task_proxy.h', |
1897 'browser/printing/print_view_manager.cc', | 1899 'browser/printing/print_view_manager.cc', |
1898 'browser/printing/print_view_manager.h', | 1900 'browser/printing/print_view_manager.h', |
1899 'browser/printing/print_view_manager_observer.h', | 1901 'browser/printing/print_view_manager_observer.h', |
1900 'browser/printing/printer_manager_dialog.h', | 1902 'browser/printing/printer_manager_dialog.h', |
1901 'browser/printing/printer_manager_dialog_linux.cc', | 1903 'browser/printing/printer_manager_dialog_linux.cc', |
1902 'browser/printing/printer_manager_dialog_mac.mm', | 1904 'browser/printing/printer_manager_dialog_mac.mm', |
1903 'browser/printing/printer_manager_dialog_win.cc', | 1905 'browser/printing/printer_manager_dialog_win.cc', |
1904 'browser/printing/printer_query.cc', | 1906 'browser/printing/printer_query.cc', |
1905 'browser/printing/printer_query.h', | 1907 'browser/printing/printer_query.h', |
1906 'browser/printing/printing_message_filter.cc', | 1908 'browser/printing/printing_message_filter.cc', |
(...skipping 3183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5090 'type': 'static_library', | 5092 'type': 'static_library', |
5091 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5093 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5092 'variables': { | 5094 'variables': { |
5093 'proto_in_dir': 'browser/history', | 5095 'proto_in_dir': 'browser/history', |
5094 'proto_out_dir': 'chrome/browser/history', | 5096 'proto_out_dir': 'chrome/browser/history', |
5095 }, | 5097 }, |
5096 'includes': [ '../build/protoc.gypi' ] | 5098 'includes': [ '../build/protoc.gypi' ] |
5097 }, | 5099 }, |
5098 ], | 5100 ], |
5099 } | 5101 } |
OLD | NEW |