OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # The generated paths gen/ui/ui_resources and gen/ui/ui_strings are | 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 | 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. | 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 | 6 # Two facilitate the two-sided patch, this variable indicates the |
7 # one currently in use. | 7 # one currently in use. |
8 # TODO(brettw) remove this when the move is complete. | 8 # TODO(brettw) remove this when the move is complete. |
9 'ui_resources_gen_subdir': 'ui_resources', | 9 'ui_resources_gen_subdir': 'resources', |
10 }, | 10 }, |
11 } | 11 } |
OLD | NEW |