Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 'variables': { | |
| 3 # The generated paths gen/ui/ui_resources and gen/ui/ui_strings are | |
| 4 # being moved to gen/ui/resources and gen/ui/strings, respectively. But | |
| 5 # Blink relies on the location of ui_resources to link its unit tests. | |
| 6 # Two facilitate the two-sided patch, this variable indicates the | |
| 7 # one currently in use. | |
| 8 # TODO(brettw) remove this when the move is complete. | |
| 9 'ui_resources_gen_subdir': 'ui_resources', | |
| 10 }, | |
| 11 } | |
| OLD | NEW |