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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |