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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 'service/net/service_url_request_context.h', | 1002 'service/net/service_url_request_context.h', |
1003 ], | 1003 ], |
1004 'include_dirs': [ | 1004 'include_dirs': [ |
1005 '..', | 1005 '..', |
1006 ], | 1006 ], |
1007 'conditions': [ | 1007 'conditions': [ |
1008 ['OS=="linux"', { | 1008 ['OS=="linux"', { |
1009 'dependencies': [ | 1009 'dependencies': [ |
1010 '../build/linux/system.gyp:gtk', | 1010 '../build/linux/system.gyp:gtk', |
1011 ], | 1011 ], |
1012 'link_settings': { | |
1013 'libraries': [ | |
1014 '-lcups', | |
1015 ], | |
1016 }, | |
1017 }], | 1012 }], |
1018 ], | 1013 ], |
1019 }, | 1014 }, |
1020 ], | 1015 ], |
1021 'conditions': [ | 1016 'conditions': [ |
1022 ['OS=="mac"', | 1017 ['OS=="mac"', |
1023 { 'targets': [ | 1018 { 'targets': [ |
1024 { | 1019 { |
1025 'target_name': 'helper_app', | 1020 'target_name': 'helper_app', |
1026 'type': 'executable', | 1021 'type': 'executable', |
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1712 }], # targets | 1707 }], # targets |
1713 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1708 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1714 ], # 'conditions' | 1709 ], # 'conditions' |
1715 } | 1710 } |
1716 | 1711 |
1717 # Local Variables: | 1712 # Local Variables: |
1718 # tab-width:2 | 1713 # tab-width:2 |
1719 # indent-tabs-mode:nil | 1714 # indent-tabs-mode:nil |
1720 # End: | 1715 # End: |
1721 # vim: set expandtab tabstop=2 shiftwidth=2: | 1716 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |