OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 2297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2308 'browser/printing/print_job_manager.h', | 2308 'browser/printing/print_job_manager.h', |
2309 'browser/printing/print_job_worker.cc', | 2309 'browser/printing/print_job_worker.cc', |
2310 'browser/printing/print_job_worker.h', | 2310 'browser/printing/print_job_worker.h', |
2311 'browser/printing/print_job_worker_owner.h', | 2311 'browser/printing/print_job_worker_owner.h', |
2312 'browser/printing/print_view_manager.cc', | 2312 'browser/printing/print_view_manager.cc', |
2313 'browser/printing/print_view_manager.h', | 2313 'browser/printing/print_view_manager.h', |
2314 'browser/printing/printer_query.cc', | 2314 'browser/printing/printer_query.cc', |
2315 'browser/printing/printer_query.h', | 2315 'browser/printing/printer_query.h', |
2316 'browser/printing/cloud_print/cloud_print_proxy_service.cc', | 2316 'browser/printing/cloud_print/cloud_print_proxy_service.cc', |
2317 'browser/printing/cloud_print/cloud_print_proxy_service.h', | 2317 'browser/printing/cloud_print/cloud_print_proxy_service.h', |
| 2318 'browser/printing/cloud_print/cloud_print_setup_flow.cc', |
| 2319 'browser/printing/cloud_print/cloud_print_setup_flow.h', |
| 2320 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc', |
| 2321 'browser/printing/cloud_print/cloud_print_setup_message_handler.h', |
2318 'browser/process_info_snapshot_mac.cc', | 2322 'browser/process_info_snapshot_mac.cc', |
2319 'browser/process_info_snapshot.h', | 2323 'browser/process_info_snapshot.h', |
2320 'browser/process_singleton.h', | 2324 'browser/process_singleton.h', |
2321 'browser/process_singleton_linux.cc', | 2325 'browser/process_singleton_linux.cc', |
2322 'browser/process_singleton_mac.cc', | 2326 'browser/process_singleton_mac.cc', |
2323 'browser/process_singleton_win.cc', | 2327 'browser/process_singleton_win.cc', |
2324 'browser/profile.cc', | 2328 'browser/profile.cc', |
2325 'browser/profile.h', | 2329 'browser/profile.h', |
2326 'browser/profile_impl.cc', | 2330 'browser/profile_impl.cc', |
2327 'browser/profile_impl.h', | 2331 'browser/profile_impl.h', |
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4056 ], | 4060 ], |
4057 }, | 4061 }, |
4058 ], | 4062 ], |
4059 } | 4063 } |
4060 | 4064 |
4061 # Local Variables: | 4065 # Local Variables: |
4062 # tab-width:2 | 4066 # tab-width:2 |
4063 # indent-tabs-mode:nil | 4067 # indent-tabs-mode:nil |
4064 # End: | 4068 # End: |
4065 # vim: set expandtab tabstop=2 shiftwidth=2: | 4069 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |