| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //ui/resources | 8 # GN version: //ui/resources |
| 9 'target_name': 'ui_resources', | 9 'target_name': 'ui_resources', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'copies': [ | 67 'copies': [ |
| 68 { | 68 { |
| 69 # GN version //ui/resources:copy_ui_resources_100_percent | 69 # GN version //ui/resources:copy_ui_resources_100_percent |
| 70 'destination': '<(PRODUCT_DIR)/ui', | 70 'destination': '<(PRODUCT_DIR)/ui', |
| 71 'files': [ | 71 'files': [ |
| 72 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percen
t.pak', | 72 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percen
t.pak', |
| 73 ], | 73 ], |
| 74 }, | 74 }, |
| 75 ], | 75 ], |
| 76 }], | 76 }], |
| 77 ['OS == "ios"', { | 77 ['OS == "ios" or OS == "mac"', { |
| 78 'actions': [ | 78 'actions': [ |
| 79 { | 79 { |
| 80 # GN version: //ui/resources:copy_ui_test_pak | 80 # GN version: //ui/resources:copy_ui_test_pak |
| 81 'action_name': 'copy_ui_test_pak', | 81 'action_name': 'copy_ui_test_pak', |
| 82 'message': 'Copying ui_test.pak into locale.pak', | 82 'message': 'Copying ui_test.pak into locale.pak', |
| 83 'inputs': [ | 83 'inputs': [ |
| 84 '<(PRODUCT_DIR)/ui_test.pak', | 84 '<(PRODUCT_DIR)/ui_test.pak', |
| 85 ], | 85 ], |
| 86 'outputs': [ | 86 'outputs': [ |
| 87 '<(PRODUCT_DIR)/ui/en.lproj/locale.pak', | 87 '<(PRODUCT_DIR)/ui/en.lproj/locale.pak', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 112 '<@(_inputs)', | 112 '<@(_inputs)', |
| 113 '<@(_outputs)' | 113 '<@(_outputs)' |
| 114 ], | 114 ], |
| 115 }, | 115 }, |
| 116 ], | 116 ], |
| 117 }], | 117 }], |
| 118 ], | 118 ], |
| 119 }, | 119 }, |
| 120 ], | 120 ], |
| 121 } | 121 } |
| OLD | NEW |