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