| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 38 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 39 'athena_resources', | 39 'athena_resources', |
| 40 ], | 40 ], |
| 41 'actions': [{ | 41 'actions': [{ |
| 42 'action_name': 'repack_athena_pack', | 42 'action_name': 'repack_athena_pack', |
| 43 'variables': { | 43 'variables': { |
| 44 'pak_inputs': [ | 44 'pak_inputs': [ |
| 45 '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 45 '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 46 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.
pak', | 46 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.
pak', |
| 47 '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_100_pe
rcent.pak', | 47 '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_100_pe
rcent.pak', |
| 48 '<(SHARED_INTERMEDIATE_DIR)/components/component_resources_100_perce
nt.pak', | 48 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_100_perc
ent.pak', |
| 49 '<(SHARED_INTERMEDIATE_DIR)/components/component_resources.pak', | 49 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak', |
| 50 '<(SHARED_INTERMEDIATE_DIR)/components/strings/components_strings_en
-US.pak', | 50 '<(SHARED_INTERMEDIATE_DIR)/components/strings/components_strings_en
-US.pak', |
| 51 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_
100_percent.pak', | 51 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_
100_percent.pak', |
| 52 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resour
ces_100_percent.pak', | 52 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resour
ces_100_percent.pak', |
| 53 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_strings_
en-US.pak', | 53 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_strings_
en-US.pak', |
| 54 ], | 54 ], |
| 55 'pak_output': '<(PRODUCT_DIR)/athena_resources.pak', | 55 'pak_output': '<(PRODUCT_DIR)/athena_resources.pak', |
| 56 }, | 56 }, |
| 57 'includes': [ '../../build/repack_action.gypi' ], | 57 'includes': [ '../../build/repack_action.gypi' ], |
| 58 }], | 58 }], |
| 59 }, | 59 }, |
| 60 ] | 60 ] |
| 61 } | 61 } |
| OLD | NEW |