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 '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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 ], | 51 ], |
52 'includes': [ | 52 'includes': [ |
53 '../chrome/version_resource_rules.gypi', | 53 '../chrome/version_resource_rules.gypi', |
54 ], | 54 ], |
55 }, | 55 }, |
56 { | 56 { |
57 'target_name': 'cloud_print', | 57 'target_name': 'cloud_print', |
58 'type': 'none', | 58 'type': 'none', |
59 'dependencies': [ | 59 'dependencies': [ |
60 'service/service.gyp:*', | 60 'service/service.gyp:*', |
| 61 'gcp20/prototype/gcp20_device.gyp:*', |
61 ], | 62 ], |
62 'conditions': [ | 63 'conditions': [ |
63 ['OS=="win"', { | 64 ['OS=="win"', { |
64 'dependencies': [ | 65 'dependencies': [ |
65 'virtual_driver/win/install/virtual_driver_install.gyp:*', | 66 'virtual_driver/win/install/virtual_driver_install.gyp:*', |
66 'virtual_driver/win/virtual_driver.gyp:*', | 67 'virtual_driver/win/virtual_driver.gyp:*', |
67 ], | 68 ], |
68 }], | 69 }], |
69 ['OS=="win" and target_arch=="ia32"', { | 70 ['OS=="win" and target_arch=="ia32"', { |
70 'dependencies': [ | 71 'dependencies': [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'msvs_settings': { | 108 'msvs_settings': { |
108 'VCLinkerTool': { | 109 'VCLinkerTool': { |
109 'AdditionalDependencies': [ | 110 'AdditionalDependencies': [ |
110 'secur32.lib', | 111 'secur32.lib', |
111 ], | 112 ], |
112 }, | 113 }, |
113 }, | 114 }, |
114 }, | 115 }, |
115 ], | 116 ], |
116 } | 117 } |
OLD | NEW |