| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # Instantiate grit. This will produce a script target to run grit, and a | 5 # Instantiate grit. This will produce a script target to run grit, and a |
| 6 # static library that compiles the .cc files. | 6 # static library that compiles the .cc files. |
| 7 # | 7 # |
| 8 # Parameters | 8 # Parameters |
| 9 # | 9 # |
| 10 # source | 10 # source |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 direct_dependent_configs = [ ":$grit_config" ] | 144 direct_dependent_configs = [ ":$grit_config" ] |
| 145 | 145 |
| 146 if (defined(invoker.visibility)) { | 146 if (defined(invoker.visibility)) { |
| 147 visibility = invoker.visibility | 147 visibility = invoker.visibility |
| 148 } | 148 } |
| 149 if (defined(invoker.output_name)) { | 149 if (defined(invoker.output_name)) { |
| 150 output_name = invoker.output_name | 150 output_name = invoker.output_name |
| 151 } | 151 } |
| 152 } | 152 } |
| 153 } | 153 } |
| OLD | NEW |