| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 'service/cloud_print/connector_settings.h', | 739 'service/cloud_print/connector_settings.h', |
| 740 'service/cloud_print/job_status_updater.cc', | 740 'service/cloud_print/job_status_updater.cc', |
| 741 'service/cloud_print/job_status_updater.h', | 741 'service/cloud_print/job_status_updater.h', |
| 742 'service/cloud_print/print_system.cc', | 742 'service/cloud_print/print_system.cc', |
| 743 'service/cloud_print/print_system.h', | 743 'service/cloud_print/print_system.h', |
| 744 'service/cloud_print/print_system_win.cc', | 744 'service/cloud_print/print_system_win.cc', |
| 745 'service/cloud_print/printer_job_handler.cc', | 745 'service/cloud_print/printer_job_handler.cc', |
| 746 'service/cloud_print/printer_job_handler.h', | 746 'service/cloud_print/printer_job_handler.h', |
| 747 'service/cloud_print/printer_job_queue_handler.cc', | 747 'service/cloud_print/printer_job_queue_handler.cc', |
| 748 'service/cloud_print/printer_job_queue_handler.h', | 748 'service/cloud_print/printer_job_queue_handler.h', |
| 749 'service/net/service_url_request_context.cc', | 749 'service/net/service_url_request_context_getter.cc', |
| 750 'service/net/service_url_request_context.h', | 750 'service/net/service_url_request_context_getter.h', |
| 751 'service/service_ipc_server.cc', | 751 'service/service_ipc_server.cc', |
| 752 'service/service_ipc_server.h', | 752 'service/service_ipc_server.h', |
| 753 'service/service_main.cc', | 753 'service/service_main.cc', |
| 754 'service/service_process.cc', | 754 'service/service_process.cc', |
| 755 'service/service_process.h', | 755 'service/service_process.h', |
| 756 'service/service_process_prefs.cc', | 756 'service/service_process_prefs.cc', |
| 757 'service/service_process_prefs.h', | 757 'service/service_process_prefs.h', |
| 758 'service/service_utility_process_host.cc', | 758 'service/service_utility_process_host.cc', |
| 759 'service/service_utility_process_host.h', | 759 'service/service_utility_process_host.h', |
| 760 ], | 760 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 774 'sources': [ | 774 'sources': [ |
| 775 'service/cloud_print/print_system_dummy.cc', | 775 'service/cloud_print/print_system_dummy.cc', |
| 776 ], | 776 ], |
| 777 }], | 777 }], |
| 778 ], | 778 ], |
| 779 }, | 779 }, |
| 780 ], | 780 ], |
| 781 }], | 781 }], |
| 782 ], # 'conditions' | 782 ], # 'conditions' |
| 783 } | 783 } |
| OLD | NEW |