1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
9 'version_py_path': '<(DEPTH)/build/util/version.py',
10 'version_path': 'VERSION',
12 'version_py_path': '<(version_py_path) -f',
13 'version_path': '<(version_path)',
16 '../build/util/version.gypi',
20 'target_name': 'cloud_print_version_resources',
23 'output_dir': 'cloud_print',
24 'branding_path': '<(DEPTH)/chrome/app/theme/<(branding_path_component)/BRANDING',
25 'template_input_path': '../chrome/app/chrome_version.rc.version',
26 'extra_variable_files_arguments': [ '-f', 'BRANDING' ],
27 'extra_variable_files': [ 'BRANDING' ], # NOTE: matches that above
29 'direct_dependent_settings': {
31 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)',
35 'service/win/cloud_print_service_exe.ver',
36 'service/win/cloud_print_service_config_exe.ver',
37 'service/win/cloud_print_service_setup_exe.ver',
38 'virtual_driver/win/gcp_portmon64_dll.ver',
39 'virtual_driver/win/gcp_portmon_dll.ver',
40 'virtual_driver/win/install/virtual_driver_setup_exe.ver',
43 '../chrome/version_resource_rules.gypi',
47 'target_name': 'cloud_print_version_header',
52 'action_name': 'version_header',
54 'branding_path': '<(DEPTH)/chrome/app/theme/<(branding_path_component)/BRANDING',
55 'output_dir': 'cloud_print',
57 '<(DEPTH)/build/util/LASTCHANGE',
59 'direct_dependent_settings': {
61 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)',
68 '<(DEPTH)/chrome/version.h.in',
72 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)/version.h',
77 '-f', '<(version_path)',
78 '-f', '<(branding_path)',
79 '-f', '<(lastchange_path)',
81 '<(DEPTH)/chrome/version.h.in',
84 'message': 'Generating version header file: <@(_outputs)',