| 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 'service/cloud_print/connector_settings.h', | 820 'service/cloud_print/connector_settings.h', |
| 821 'service/cloud_print/job_status_updater.cc', | 821 'service/cloud_print/job_status_updater.cc', |
| 822 'service/cloud_print/job_status_updater.h', | 822 'service/cloud_print/job_status_updater.h', |
| 823 'service/cloud_print/print_system.cc', | 823 'service/cloud_print/print_system.cc', |
| 824 'service/cloud_print/print_system.h', | 824 'service/cloud_print/print_system.h', |
| 825 'service/cloud_print/print_system_win.cc', | 825 'service/cloud_print/print_system_win.cc', |
| 826 'service/cloud_print/printer_job_handler.cc', | 826 'service/cloud_print/printer_job_handler.cc', |
| 827 'service/cloud_print/printer_job_handler.h', | 827 'service/cloud_print/printer_job_handler.h', |
| 828 'service/cloud_print/printer_job_queue_handler.cc', | 828 'service/cloud_print/printer_job_queue_handler.cc', |
| 829 'service/cloud_print/printer_job_queue_handler.h', | 829 'service/cloud_print/printer_job_queue_handler.h', |
| 830 'service/net/service_url_request_context.cc', | 830 'service/net/service_url_request_context_getter.cc', |
| 831 'service/net/service_url_request_context.h', | 831 'service/net/service_url_request_context_getter.h', |
| 832 'service/service_ipc_server.cc', | 832 'service/service_ipc_server.cc', |
| 833 'service/service_ipc_server.h', | 833 'service/service_ipc_server.h', |
| 834 'service/service_main.cc', | 834 'service/service_main.cc', |
| 835 'service/service_process.cc', | 835 'service/service_process.cc', |
| 836 'service/service_process.h', | 836 'service/service_process.h', |
| 837 'service/service_process_prefs.cc', | 837 'service/service_process_prefs.cc', |
| 838 'service/service_process_prefs.h', | 838 'service/service_process_prefs.h', |
| 839 'service/service_utility_process_host.cc', | 839 'service/service_utility_process_host.cc', |
| 840 'service/service_utility_process_host.h', | 840 'service/service_utility_process_host.h', |
| 841 ], | 841 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 855 'sources': [ | 855 'sources': [ |
| 856 'service/cloud_print/print_system_dummy.cc', | 856 'service/cloud_print/print_system_dummy.cc', |
| 857 ], | 857 ], |
| 858 }], | 858 }], |
| 859 ], | 859 ], |
| 860 }, | 860 }, |
| 861 ], | 861 ], |
| 862 }], | 862 }], |
| 863 ], # 'conditions' | 863 ], # 'conditions' |
| 864 } | 864 } |
| OLD | NEW |