- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / chrome_repack_chrome_200_percent.gypi
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5   'action_name': 'repack_chrome_resources_200_percent',
6   'variables': {
7     'pak_inputs': [
8       '<(grit_out_dir)/renderer_resources_200_percent.pak',
9       '<(grit_out_dir)/theme_resources_200_percent.pak',
10       '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200_percent.pak',
11     ],
12     'conditions': [
13       ['OS != "ios"', {
14         'pak_inputs': [
15           '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_200_percent.pak',
16         ],
17       }],
18       ['use_ash==1', {
19         'pak_inputs': [
20           '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_resources_200_percent.pak',
21         ],
22       }],
23     ],
24   },
25   'inputs': [
26     '<(repack_path)',
27     '<@(pak_inputs)',
28   ],
29   'outputs': [
30     '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak',
31   ],
32   'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
33 }