| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 1 { | 5 { |
| 2 'variables': { | 6 'variables': { |
| 3 'chromium_code': 1, | 7 'chromium_code': 1, |
| 4 'grit_base_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui', | 8 'grit_base_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui', |
| 5 }, | 9 }, |
| 6 'targets': [ | 10 'targets': [ |
| 7 { | 11 { |
| 8 'target_name': 'ui_strings', | 12 'target_name': 'ui_strings', |
| 9 'type': 'none', | 13 'type': 'none', |
| 10 'actions': [ | 14 'actions': [ |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'destination': '<(PRODUCT_DIR)/ui_unittests_strings', | 80 'destination': '<(PRODUCT_DIR)/ui_unittests_strings', |
| 77 'files': [ | 81 'files': [ |
| 78 '<(grit_base_out_dir)/ui_resources/ui_resources_100_percent.pak', | 82 '<(grit_base_out_dir)/ui_resources/ui_resources_100_percent.pak', |
| 79 ], | 83 ], |
| 80 }, | 84 }, |
| 81 ], | 85 ], |
| 82 }], | 86 }], |
| 83 }], | 87 }], |
| 84 ], | 88 ], |
| 85 } | 89 } |
| OLD | NEW |