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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'type': 'none', | 45 'type': 'none', |
46 'dependencies': [ | 46 'dependencies': [ |
47 '../strings/ui_strings.gyp:ui_strings', | 47 '../strings/ui_strings.gyp:ui_strings', |
48 'ui_resources', | 48 'ui_resources', |
49 ], | 49 ], |
50 'actions': [ | 50 'actions': [ |
51 { | 51 { |
52 'action_name': 'repack_ui_test_pack', | 52 'action_name': 'repack_ui_test_pack', |
53 'variables': { | 53 'variables': { |
54 'pak_inputs': [ | 54 'pak_inputs': [ |
55 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett
ings_en-US.pak', | |
56 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 55 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
57 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', | 56 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', |
| 57 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', |
58 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', | 58 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', |
59 ], | 59 ], |
60 'pak_output': '<(PRODUCT_DIR)/ui_test.pak', | 60 'pak_output': '<(PRODUCT_DIR)/ui_test.pak', |
61 }, | 61 }, |
62 'includes': [ '../../build/repack_action.gypi' ], | 62 'includes': [ '../../build/repack_action.gypi' ], |
63 }, | 63 }, |
64 ], | 64 ], |
65 'conditions': [ | 65 'conditions': [ |
66 ['OS != "mac"', { | 66 ['OS != "mac"', { |
67 'copies': [ | 67 'copies': [ |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |