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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1125 '../third_party/libjingle/libjingle.gyp:libjingle', | 1125 '../third_party/libjingle/libjingle.gyp:libjingle', |
1126 ], | 1126 ], |
1127 'sources': [ | 1127 'sources': [ |
1128 'service/service_child_process_host.cc', | 1128 'service/service_child_process_host.cc', |
1129 'service/service_child_process_host.h', | 1129 'service/service_child_process_host.h', |
1130 'service/service_ipc_server.cc', | 1130 'service/service_ipc_server.cc', |
1131 'service/service_ipc_server.h', | 1131 'service/service_ipc_server.h', |
1132 'service/service_main.cc', | 1132 'service/service_main.cc', |
1133 'service/service_process.cc', | 1133 'service/service_process.cc', |
1134 'service/service_process.h', | 1134 'service/service_process.h', |
| 1135 'service/service_process_prefs.cc', |
| 1136 'service/service_process_prefs.h', |
1135 'service/service_utility_process_host.cc', | 1137 'service/service_utility_process_host.cc', |
1136 'service/service_utility_process_host.h', | 1138 'service/service_utility_process_host.h', |
1137 'service/cloud_print/cloud_print_consts.cc', | 1139 'service/cloud_print/cloud_print_consts.cc', |
1138 'service/cloud_print/cloud_print_consts.h', | 1140 'service/cloud_print/cloud_print_consts.h', |
1139 'service/cloud_print/cloud_print_helpers.cc', | 1141 'service/cloud_print/cloud_print_helpers.cc', |
1140 'service/cloud_print/cloud_print_helpers.h', | 1142 'service/cloud_print/cloud_print_helpers.h', |
1141 'service/cloud_print/cloud_print_proxy.cc', | 1143 'service/cloud_print/cloud_print_proxy.cc', |
1142 'service/cloud_print/cloud_print_proxy.h', | 1144 'service/cloud_print/cloud_print_proxy.h', |
1143 'service/cloud_print/cloud_print_proxy_backend.cc', | 1145 'service/cloud_print/cloud_print_proxy_backend.cc', |
1144 'service/cloud_print/cloud_print_proxy_backend.h', | 1146 'service/cloud_print/cloud_print_proxy_backend.h', |
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 }], # targets | 1929 }], # targets |
1928 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1930 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1929 ], # 'conditions' | 1931 ], # 'conditions' |
1930 } | 1932 } |
1931 | 1933 |
1932 # Local Variables: | 1934 # Local Variables: |
1933 # tab-width:2 | 1935 # tab-width:2 |
1934 # indent-tabs-mode:nil | 1936 # indent-tabs-mode:nil |
1935 # End: | 1937 # End: |
1936 # vim: set expandtab tabstop=2 shiftwidth=2: | 1938 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |