Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: chrome/version_resource_rules.gypi

Issue 1409563002: Revert of Add cloud_print to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/win/require_administrator.manifest ('k') | cloud_print/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # This file defines rules that allow you to generate version resources for 5 # This file defines rules that allow you to generate version resources for
6 # Windows images. 6 # Windows images.
7 #
8 # GN: Use the "process_version" template in //chrome/version.gni.
9 # For an example, see the target //chrome:chrome_exe_version
10 7
11 # Include 'version.gypi' at the top of your GYP file to define 8 # Include 'version.gypi' at the top of your GYP file to define
12 # the required variables: 9 # the required variables:
13 # 10 #
14 # 'includes': [ 11 # 'includes': [
15 # '<(DEPTH)/build/util/version.gypi', 12 # '<(DEPTH)/build/util/version.gypi',
16 # ], 13 # ],
17 # 14 #
18 # Then include this rule file in a productname_resources target: 15 # Then include this rule file in a productname_resources target:
19 # 16 #
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '-f', '<(branding_path)', 58 '-f', '<(branding_path)',
62 '-f', '<(lastchange_path)', 59 '-f', '<(lastchange_path)',
63 '<@(extra_variable_files_arguments)', 60 '<@(extra_variable_files_arguments)',
64 '<(template_input_path)', 61 '<(template_input_path)',
65 '<@(_outputs)', 62 '<@(_outputs)',
66 ], 63 ],
67 'message': 'Generating version information in <@(_outputs)' 64 'message': 'Generating version information in <@(_outputs)'
68 }, 65 },
69 ], 66 ],
70 } 67 }
OLDNEW
« no previous file with comments | « build/win/require_administrator.manifest ('k') | cloud_print/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698