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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 130873002: Remove trailing periods from rule messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « build/java_apk.gypi ('k') | no next file » | 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 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
9 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 9 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
10 }, 10 },
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ], 133 ],
134 'outputs': [ 134 'outputs': [
135 '<(additional_modules_list_file)', 135 '<(additional_modules_list_file)',
136 ], 136 ],
137 'action': [ 137 'action': [
138 'python', 138 'python',
139 '<(additional_modules_py_path)', 139 '<(additional_modules_py_path)',
140 '<(additional_modules_input_path)', 140 '<(additional_modules_input_path)',
141 '<@(_outputs)', 141 '<@(_outputs)',
142 ], 142 ],
143 'message': 'Transforming additional modules list.', 143 'message': 'Transforming additional modules list',
144 } 144 }
145 ], 145 ],
146 }], 146 }],
147 ], 147 ],
148 }, 148 },
149 { 149 {
150 # TODO(mark): It would be better if each static library that needed 150 # TODO(mark): It would be better if each static library that needed
151 # to run grit would list its own .grd files, but unfortunately some 151 # to run grit would list its own .grd files, but unfortunately some
152 # of the static libraries currently have circular dependencies among 152 # of the static libraries currently have circular dependencies among
153 # generated headers. 153 # generated headers.
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 '<(generator_path)', 507 '<(generator_path)',
508 'credits', 508 'credits',
509 '<(about_credits_file)', 509 '<(about_credits_file)',
510 ], 510 ],
511 'message': 'Generating about:credits', 511 'message': 'Generating about:credits',
512 }, 512 },
513 ], 513 ],
514 }, 514 },
515 ], # targets 515 ], # targets
516 } 516 }
OLDNEW
« no previous file with comments | « build/java_apk.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698