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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1124 'service/service_utility_process_host.cc', | 1124 'service/service_utility_process_host.cc', |
1125 'service/service_utility_process_host.h', | 1125 'service/service_utility_process_host.h', |
1126 'service/cloud_print/cloud_print_consts.cc', | 1126 'service/cloud_print/cloud_print_consts.cc', |
1127 'service/cloud_print/cloud_print_consts.h', | 1127 'service/cloud_print/cloud_print_consts.h', |
1128 'service/cloud_print/cloud_print_helpers.cc', | 1128 'service/cloud_print/cloud_print_helpers.cc', |
1129 'service/cloud_print/cloud_print_helpers.h', | 1129 'service/cloud_print/cloud_print_helpers.h', |
1130 'service/cloud_print/cloud_print_proxy.cc', | 1130 'service/cloud_print/cloud_print_proxy.cc', |
1131 'service/cloud_print/cloud_print_proxy.h', | 1131 'service/cloud_print/cloud_print_proxy.h', |
1132 'service/cloud_print/cloud_print_proxy_backend.cc', | 1132 'service/cloud_print/cloud_print_proxy_backend.cc', |
1133 'service/cloud_print/cloud_print_proxy_backend.h', | 1133 'service/cloud_print/cloud_print_proxy_backend.h', |
| 1134 'service/cloud_print/cloud_print_url_fetcher.cc', |
| 1135 'service/cloud_print/cloud_print_url_fetcher.h', |
1134 'service/cloud_print/job_status_updater.cc', | 1136 'service/cloud_print/job_status_updater.cc', |
1135 'service/cloud_print/job_status_updater.h', | 1137 'service/cloud_print/job_status_updater.h', |
1136 'service/cloud_print/print_system_dummy.cc', | 1138 'service/cloud_print/print_system_dummy.cc', |
1137 'service/cloud_print/print_system.cc', | 1139 'service/cloud_print/print_system.cc', |
1138 'service/cloud_print/print_system.h', | 1140 'service/cloud_print/print_system.h', |
1139 'service/cloud_print/printer_job_handler.cc', | 1141 'service/cloud_print/printer_job_handler.cc', |
1140 'service/cloud_print/printer_job_handler.h', | 1142 'service/cloud_print/printer_job_handler.h', |
1141 'service/gaia/service_gaia_authenticator.cc', | 1143 'service/gaia/service_gaia_authenticator.cc', |
1142 'service/gaia/service_gaia_authenticator.h', | 1144 'service/gaia/service_gaia_authenticator.h', |
1143 'service/net/service_url_request_context.cc', | 1145 'service/net/service_url_request_context.cc', |
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2007 }], # targets | 2009 }], # targets |
2008 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 2010 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
2009 ], # 'conditions' | 2011 ], # 'conditions' |
2010 } | 2012 } |
2011 | 2013 |
2012 # Local Variables: | 2014 # Local Variables: |
2013 # tab-width:2 | 2015 # tab-width:2 |
2014 # indent-tabs-mode:nil | 2016 # indent-tabs-mode:nil |
2015 # End: | 2017 # End: |
2016 # vim: set expandtab tabstop=2 shiftwidth=2: | 2018 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |