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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'pak_inputs': [ | 63 'pak_inputs': [ |
64 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_
resources_100_percent.pak', | 64 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_
resources_100_percent.pak', |
65 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_st
rings_en-US.pak', | 65 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_st
rings_en-US.pak', |
66 ], | 66 ], |
67 }], | 67 }], |
68 ['toolkit_views==1', { | 68 ['toolkit_views==1', { |
69 'pak_inputs': [ | 69 'pak_inputs': [ |
70 '<(SHARED_INTERMEDIATE_DIR)/ui/views/resources/views_resources
_100_percent.pak', | 70 '<(SHARED_INTERMEDIATE_DIR)/ui/views/resources/views_resources
_100_percent.pak', |
71 ], | 71 ], |
72 }], | 72 }], |
| 73 ['enable_app_list==1', { |
| 74 'pak_inputs': [ |
| 75 '<(SHARED_INTERMEDIATE_DIR)/ui/app_list/resources/app_list_res
ources_100_percent.pak', |
| 76 ], |
| 77 }], |
73 ], | 78 ], |
74 }, | 79 }, |
75 'includes': [ '../../build/repack_action.gypi' ], | 80 'includes': [ '../../build/repack_action.gypi' ], |
76 }, | 81 }, |
77 ], | 82 ], |
78 'conditions': [ | 83 'conditions': [ |
79 ['chromeos==1', { | 84 ['chromeos==1', { |
80 'dependencies': [ | 85 'dependencies': [ |
81 '../chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 86 '../chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
82 '../chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 87 '../chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 '<@(_inputs)', | 141 '<@(_inputs)', |
137 '<@(_outputs)' | 142 '<@(_outputs)' |
138 ], | 143 ], |
139 }, | 144 }, |
140 ], | 145 ], |
141 }], | 146 }], |
142 ], | 147 ], |
143 }, | 148 }, |
144 ], | 149 ], |
145 } | 150 } |
OLD | NEW |