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 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1152 'service/cloud_print/job_status_updater.h', | 1152 'service/cloud_print/job_status_updater.h', |
1153 'service/cloud_print/print_system_dummy.cc', | 1153 'service/cloud_print/print_system_dummy.cc', |
1154 'service/cloud_print/print_system.cc', | 1154 'service/cloud_print/print_system.cc', |
1155 'service/cloud_print/print_system.h', | 1155 'service/cloud_print/print_system.h', |
1156 'service/cloud_print/printer_job_handler.cc', | 1156 'service/cloud_print/printer_job_handler.cc', |
1157 'service/cloud_print/printer_job_handler.h', | 1157 'service/cloud_print/printer_job_handler.h', |
1158 'service/gaia/service_gaia_authenticator.cc', | 1158 'service/gaia/service_gaia_authenticator.cc', |
1159 'service/gaia/service_gaia_authenticator.h', | 1159 'service/gaia/service_gaia_authenticator.h', |
1160 'service/net/service_url_request_context.cc', | 1160 'service/net/service_url_request_context.cc', |
1161 'service/net/service_url_request_context.h', | 1161 'service/net/service_url_request_context.h', |
1162 'service/remoting/remoting_directory_service.cc', | 1162 'service/remoting/chromoting_host_manager.cc', |
1163 'service/remoting/remoting_directory_service.h', | 1163 'service/remoting/chromoting_host_manager.h', |
1164 ], | 1164 ], |
1165 'include_dirs': [ | 1165 'include_dirs': [ |
1166 '..', | 1166 '..', |
1167 ], | 1167 ], |
1168 'conditions': [ | 1168 'conditions': [ |
1169 ['OS=="win"', { | 1169 ['OS=="win"', { |
1170 'defines': [ | 1170 'defines': [ |
1171 # CP_PRINT_SYSTEM_AVAILABLE disables default dummy implementation | 1171 # CP_PRINT_SYSTEM_AVAILABLE disables default dummy implementation |
1172 # of cloud print system, and allows to use custom implementaiton. | 1172 # of cloud print system, and allows to use custom implementaiton. |
1173 'CP_PRINT_SYSTEM_AVAILABLE', | 1173 'CP_PRINT_SYSTEM_AVAILABLE', |
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1930 }], # targets | 1930 }], # targets |
1931 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1931 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1932 ], # 'conditions' | 1932 ], # 'conditions' |
1933 } | 1933 } |
1934 | 1934 |
1935 # Local Variables: | 1935 # Local Variables: |
1936 # tab-width:2 | 1936 # tab-width:2 |
1937 # indent-tabs-mode:nil | 1937 # indent-tabs-mode:nil |
1938 # End: | 1938 # End: |
1939 # vim: set expandtab tabstop=2 shiftwidth=2: | 1939 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |